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#120020
  • activityBar.border#1A0028
  • activityBar.foreground#FF2D9A
  • activityBar.inactiveForeground#4A1040
  • activityBarBadge.background#FF2D9A
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#FF6EC7
  • breadcrumb.background#0B0014
  • breadcrumb.foreground#6A2060
  • button.background#FF2D9A
  • button.foreground#ffffff
  • button.hoverBackground#FF55B5
  • dropdown.background#1A0028
  • dropdown.border#FF2D9A30
  • editor.background#0B0014
  • editor.foreground#F0D0FF
  • editor.inactiveSelectionBackground#FF2D9A14
  • editor.lineHighlightBackground#2A003880
  • editor.lineHighlightBorder#FF2D9A25
  • editor.selectionBackground#FF2D9A28
  • editor.wordHighlightBackground#FF2D9A1A
  • editor.wordHighlightStrongBackground#FF2D9A30
  • editorBracketMatch.background#FF2D9A22
  • editorBracketMatch.border#FF2D9A70
  • editorCursor.foreground#FF2D9A
  • editorGutter.background#0B0014
  • editorHoverWidget.background#150020
  • editorHoverWidget.border#FF2D9A30
  • editorIndentGuide.activeBackground1#FF2D9A35
  • editorIndentGuide.background1#2A0038
  • editorLineNumber.activeForeground#FF6EC7
  • editorLineNumber.foreground#4A1040
  • editorOverviewRuler.border#1A0028
  • editorSuggestWidget.background#150020
  • editorSuggestWidget.border#FF2D9A30
  • editorSuggestWidget.highlightForeground#FF6EC7
  • editorSuggestWidget.selectedBackground#FF2D9A18
  • editorWidget.background#1A0028
  • focusBorder#FF2D9A50
  • inputBox.background#1A0028
  • inputBox.border#FF2D9A30
  • inputBox.foreground#F0D0FF
  • list.activeSelectionBackground#FF2D9A1A
  • list.activeSelectionForeground#FF6EC7
  • list.focusBackground#FF2D9A1A
  • list.highlightForeground#FF2D9A
  • list.hoverBackground#FF2D9A0E
  • panel.background#0B0014
  • panel.border#1A0028
  • panelTitle.activeBorder#FF2D9A
  • panelTitle.activeForeground#FF6EC7
  • scrollbarSlider.activeBackground#FF2D9A38
  • scrollbarSlider.background#FF2D9A12
  • scrollbarSlider.hoverBackground#FF2D9A22
  • selection.background#FF2D9A30
  • sideBar.background#120020
  • sideBar.foreground#C080D0
  • sideBarSectionHeader.background#0B0014
  • sideBarSectionHeader.border#FF2D9A20
  • sideBarSectionHeader.foreground#FF6EC7
  • statusBar.background#120020
  • statusBar.debuggingBackground#FF2D9A
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#FF6EC7
  • statusBarItem.hoverBackground#FF2D9A22
  • tab.activeBackground#1A0028
  • tab.activeBorder#FF2D9A
  • tab.activeBorderTop#FF2D9A
  • tab.activeForeground#FF6EC7
  • tab.border#1A0028
  • tab.inactiveBackground#0B0014
  • tab.inactiveForeground#6A2060
  • terminal.ansiBrightMagenta#FF6EC7
  • terminal.ansiCyan#00E5FF
  • terminal.ansiGreen#39FF14
  • terminal.ansiMagenta#FF2D9A
  • terminal.background#0B0014
  • terminal.foreground#F0D0FF
  • titleBar.activeBackground#0B0014
  • titleBar.activeForeground#F0D0FF
  • titleBar.inactiveBackground#080010

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—