Skip to main content
Coding Theme

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#140026
  • activityBar.border#140026
  • activityBar.foreground#9D4EDD
  • activityBar.inactiveForeground#2A1060
  • activityBarBadge.background#9D4EDD
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#2EC4B6
  • breadcrumb.background#0A0016
  • breadcrumb.foreground#3A1870
  • button.background#9D4EDD
  • button.foreground#ffffff
  • button.hoverBackground#B575EE
  • dropdown.background#140026
  • dropdown.border#9D4EDD30
  • editor.background#0A0016
  • editor.foreground#E0D8FF
  • editor.inactiveSelectionBackground#9D4EDD14
  • editor.lineHighlightBackground#21003A80
  • editor.lineHighlightBorder#9D4EDD25
  • editor.selectionBackground#9D4EDD28
  • editor.wordHighlightBackground#9D4EDD1A
  • editor.wordHighlightStrongBackground#9D4EDD30
  • editorBracketMatch.background#9D4EDD22
  • editorBracketMatch.border#9D4EDD70
  • editorCursor.foreground#9D4EDD
  • editorGutter.background#0A0016
  • editorHoverWidget.background#0E001E
  • editorHoverWidget.border#9D4EDD30
  • editorIndentGuide.activeBackground1#9D4EDD35
  • editorIndentGuide.background1#21003A
  • editorLineNumber.activeForeground#2EC4B6
  • editorLineNumber.foreground#2A1060
  • editorOverviewRuler.border#140026
  • editorSuggestWidget.background#0E001E
  • editorSuggestWidget.border#9D4EDD30
  • editorSuggestWidget.highlightForeground#2EC4B6
  • editorSuggestWidget.selectedBackground#9D4EDD18
  • editorWidget.background#140026
  • focusBorder#9D4EDD50
  • inputBox.background#140026
  • inputBox.border#9D4EDD30
  • inputBox.foreground#E0D8FF
  • list.activeSelectionBackground#9D4EDD1A
  • list.activeSelectionForeground#2EC4B6
  • list.focusBackground#9D4EDD1A
  • list.highlightForeground#9D4EDD
  • list.hoverBackground#9D4EDD0E
  • panel.background#0A0016
  • panel.border#140026
  • panelTitle.activeBorder#9D4EDD
  • panelTitle.activeForeground#2EC4B6
  • scrollbarSlider.activeBackground#9D4EDD38
  • scrollbarSlider.background#9D4EDD12
  • scrollbarSlider.hoverBackground#9D4EDD22
  • selection.background#9D4EDD30
  • sideBar.background#140026
  • sideBar.foreground#A080D0
  • sideBarSectionHeader.background#0A0016
  • sideBarSectionHeader.border#9D4EDD20
  • sideBarSectionHeader.foreground#2EC4B6
  • statusBar.background#140026
  • statusBar.debuggingBackground#9D4EDD
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#2EC4B6
  • statusBarItem.hoverBackground#9D4EDD22
  • tab.activeBackground#140026
  • tab.activeBorder#9D4EDD
  • tab.activeBorderTop#9D4EDD
  • tab.activeForeground#2EC4B6
  • tab.border#140026
  • tab.inactiveBackground#0A0016
  • tab.inactiveForeground#3A1870
  • terminal.ansiBrightCyan#5DDDD0
  • terminal.ansiBrightMagenta#C890FF
  • terminal.ansiCyan#2EC4B6
  • terminal.ansiMagenta#9D4EDD
  • terminal.background#0A0016
  • terminal.foreground#E0D8FF
  • titleBar.activeBackground#0A0016
  • titleBar.activeForeground#E0D8FF
  • titleBar.inactiveBackground#070010

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, keyword.control, keyword.operator.new, keyword.other.important#569CD6—
keyword.operator, keyword.operator.arithmetic, keyword.operator.bitwise, keyword.operator.comparison, keyword.operator.logical#D4D4D4—
storage.type, storage.modifier#569CD6—
entity.name.function, meta.function-call, support.function#DCDCAA—
entity.name.type, entity.name.class, entity.name.namespace, support.class#4EC9B0—
entity.name.tag, meta.tag#569CD6—
entity.other.attribute-name#9CDCFE—
variable, variable.other.readwrite, meta.object-literal.key#9CDCFE—
variable.other.constant, variable.other.enummember#4FC1FF—
variable.parameter#9CDCFE—
constant.numeric, constant.language, constant.character#B5CEA8—
constant.language.boolean#569CD6—
support.type.property-name.css, support.type.vendored.property-name.css#9CDCFE—
support.constant.property-value.css, constant.numeric.css, keyword.other.unit.css#CE9178—
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D—
punctuation.definition.tag, punctuation.section.embedded#569CD6—
markup.heading#569CD6bold
markup.bold—bold
markup.italic—italic
markup.underline.link#4EC9B0—
markup.inserted#B5CEA8—
markup.deleted#CE9178—
invalid#F44747—
invalid.deprecated#D7BA7D—