Skip to main content
Coding Theme

BanglaScript - বাংলায় কোডিং

Publisher: Bengal EmpireThemes in package: 2

প্রথম বাংলা প্রোগ্রামিং ভাষার জন্য সম্পূর্ণ VSCode সাপোর্ট। Syntax highlighting, IntelliSense, snippets, themes, এবং আরও অনেক কিছু!

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#FFFFFF
  • activityBar.border#D8DEE4
  • activityBar.foreground#24292F
  • activityBarBadge.background#1A7F37
  • activityBarBadge.foreground#FFFFFF
  • badge.background#1A7F37
  • badge.foreground#FFFFFF
  • button.background#1A7F37
  • button.foreground#FFFFFF
  • button.hoverBackground#2DA44E
  • dropdown.background#FFFFFF
  • dropdown.border#D0D7DE
  • editor.background#FFFFFF
  • editor.foreground#24292F
  • editor.lineHighlightBackground#F6F8FA
  • editor.selectionBackground#0969DA33
  • editor.selectionHighlightBackground#1A7F3722
  • editorBracketMatch.background#1A7F3733
  • editorBracketMatch.border#1A7F37
  • editorCursor.foreground#0969DA
  • editorIndentGuide.activeBackground1#1A7F37
  • editorIndentGuide.background1#D8DEE4
  • editorLineNumber.activeForeground#24292F
  • editorLineNumber.foreground#8C959F
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#D0D7DE
  • editorSuggestWidget.highlightForeground#0969DA
  • editorSuggestWidget.selectedBackground#DDF4FF
  • editorWhitespace.foreground#D8DEE455
  • editorWidget.background#FFFFFF
  • editorWidget.border#D0D7DE
  • focusBorder#0969DA
  • gitDecoration.addedResourceForeground#1A7F37
  • gitDecoration.deletedResourceForeground#CF222E
  • gitDecoration.modifiedResourceForeground#9A6700
  • gitDecoration.untrackedResourceForeground#1A7F37
  • input.background#FFFFFF
  • input.border#D0D7DE
  • input.foreground#24292F
  • input.placeholderForeground#6E7781
  • list.activeSelectionBackground#DDF4FF
  • list.activeSelectionForeground#24292F
  • list.focusBackground#DDF4FF
  • list.hoverBackground#F6F8FA
  • minimap.background#FFFFFF
  • panel.background#FFFFFF
  • panel.border#D8DEE4
  • scrollbarSlider.activeBackground#8C959F77
  • scrollbarSlider.background#8C959F33
  • scrollbarSlider.hoverBackground#8C959F55
  • sideBar.background#F6F8FA
  • sideBar.border#D8DEE4
  • sideBar.foreground#24292F
  • sideBarTitle.foreground#24292F
  • statusBar.background#FFFFFF
  • statusBar.border#D8DEE4
  • statusBar.foreground#57606A
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#FD8C73
  • tab.activeForeground#24292F
  • tab.border#D8DEE4
  • tab.inactiveBackground#F6F8FA
  • tab.inactiveForeground#57606A
  • terminal.background#FFFFFF
  • terminal.foreground#24292F
  • titleBar.activeBackground#F6F8FA
  • titleBar.activeForeground#24292F
  • titleBar.border#D8DEE4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.block#6E7781italic
string, string.quoted, string.template#0A3069
constant.character.escape#0550AE
string.regexp#116329
constant.numeric, constant.numeric.bengali, constant.numeric.decimal, constant.numeric.hex, constant.numeric.binary, constant.numeric.octal#0550AE
constant.language.boolean.true#1A7F37bold
constant.language.boolean.false#CF222Ebold
constant.language.null, constant.language.undefined#CF222Eitalic
keyword.control.conditional#CF222Ebold
keyword.control.loop#CF222Ebold
keyword.control.flow#CF222Ebold
keyword.control.trycatch#CF222Ebold
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#CF222Ebold
storage.type#8250DFbold
storage.type.function#8250DFbold
storage.type.class#8250DFbold
storage.type.async#8250DFbold
storage.modifier#CF222E
keyword.operator.new#CF222Ebold
keyword.control.await#8250DFbold
keyword.control.throw#CF222Ebold
variable.language.this#953800italic
variable.language.super#953800italic
variable.other#24292F
entity.name.function#8250DF
support.function.console#0550AE
support.variable.dom#953800
support.function.dom#8250DF
support.function.browser#0550AE
support.function.array#8250DF
support.function.string#8250DF
support.class.math#0550AE
support.function.math#8250DF
support.class.promise, support.function.promise#0550AE
keyword.operator.typeof, keyword.operator.instanceof, keyword.operator.expression.in, keyword.operator.expression.of, keyword.operator.delete, keyword.operator.logical, keyword.operator.comparison#CF222E
keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.ternary, keyword.operator.spread#CF222E
punctuation.separator, punctuation.terminator, punctuation.accessor#57606A
meta.brace.curly, meta.brace.square, meta.brace.round#24292F
meta.template.expression#24292F