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#001C0A
  • activityBar.border#001C0A
  • activityBar.foreground#39FF14
  • activityBar.inactiveForeground#1A5020
  • activityBarBadge.background#39FF14
  • activityBarBadge.foreground#001406
  • breadcrumb.activeSelectionForeground#00FF9C
  • breadcrumb.background#001406
  • breadcrumb.foreground#1A5020
  • button.background#39FF14
  • button.foreground#001406
  • button.hoverBackground#66FF44
  • dropdown.background#001C0A
  • dropdown.border#39FF1430
  • editor.background#001406
  • editor.foreground#C8FFC8
  • editor.inactiveSelectionBackground#39FF1414
  • editor.lineHighlightBackground#002E1480
  • editor.lineHighlightBorder#39FF1425
  • editor.selectionBackground#39FF1428
  • editor.wordHighlightBackground#39FF141A
  • editor.wordHighlightStrongBackground#39FF1430
  • editorBracketMatch.background#39FF1422
  • editorBracketMatch.border#39FF1470
  • editorCursor.foreground#39FF14
  • editorGutter.background#001406
  • editorHoverWidget.background#001206
  • editorHoverWidget.border#39FF1430
  • editorIndentGuide.activeBackground1#39FF1435
  • editorIndentGuide.background1#002E14
  • editorLineNumber.activeForeground#00FF9C
  • editorLineNumber.foreground#1A5020
  • editorOverviewRuler.border#001C0A
  • editorSuggestWidget.background#001206
  • editorSuggestWidget.border#39FF1430
  • editorSuggestWidget.highlightForeground#00FF9C
  • editorSuggestWidget.selectedBackground#39FF1418
  • editorWidget.background#001C0A
  • focusBorder#39FF1450
  • inputBox.background#001C0A
  • inputBox.border#39FF1430
  • inputBox.foreground#C8FFC8
  • list.activeSelectionBackground#39FF141A
  • list.activeSelectionForeground#00FF9C
  • list.focusBackground#39FF141A
  • list.highlightForeground#39FF14
  • list.hoverBackground#39FF140E
  • panel.background#001406
  • panel.border#001C0A
  • panelTitle.activeBorder#39FF14
  • panelTitle.activeForeground#00FF9C
  • scrollbarSlider.activeBackground#39FF1438
  • scrollbarSlider.background#39FF1412
  • scrollbarSlider.hoverBackground#39FF1422
  • selection.background#39FF1430
  • sideBar.background#001C0A
  • sideBar.foreground#55CC55
  • sideBarSectionHeader.background#001406
  • sideBarSectionHeader.border#39FF1420
  • sideBarSectionHeader.foreground#00FF9C
  • statusBar.background#001C0A
  • statusBar.debuggingBackground#39FF14
  • statusBar.debuggingForeground#001406
  • statusBar.foreground#00FF9C
  • statusBarItem.hoverBackground#39FF1422
  • tab.activeBackground#001C0A
  • tab.activeBorder#39FF14
  • tab.activeBorderTop#39FF14
  • tab.activeForeground#00FF9C
  • tab.border#001C0A
  • tab.inactiveBackground#001406
  • tab.inactiveForeground#1A5020
  • terminal.ansiBrightGreen#00FF9C
  • terminal.ansiCyan#00FFD4
  • terminal.ansiGreen#39FF14
  • terminal.background#001406
  • terminal.foreground#C8FFC8
  • titleBar.activeBackground#001406
  • titleBar.activeForeground#C8FFC8
  • titleBar.inactiveBackground#000F04

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—