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#020402
  • activityBar.border#0c100c
  • activityBar.foreground#00dd44
  • activityBar.inactiveForeground#142814
  • activityBarBadge.background#009930
  • activityBarBadge.foreground#000000
  • badge.background#009930
  • badge.foreground#000000
  • button.background#0a4810
  • button.foreground#c0f8c8
  • button.hoverBackground#0e5818
  • editor.background#060806
  • editor.findMatchBackground#20882080
  • editor.findMatchHighlightBackground#20882040
  • editor.foreground#88c880
  • editor.inactiveSelectionBackground#18601840
  • editor.lineHighlightBackground#0c100c
  • editor.selectionBackground#186018
  • editor.selectionHighlightBackground#18601840
  • editor.wordHighlightBackground#18601840
  • editor.wordHighlightStrongBackground#18601860
  • editorBracketMatch.background#18601840
  • editorBracketMatch.border#00cc44
  • editorCursor.foreground#00ff44
  • editorGroupHeader.tabsBackground#040604
  • editorIndentGuide.activeBackground#186018
  • editorIndentGuide.background#0c100c
  • editorLineNumber.activeForeground#30a030
  • editorLineNumber.foreground#1a2e1a
  • editorWhitespace.foreground#0c100c
  • focusBorder#009930
  • input.background#080c08
  • input.border#183818
  • input.foreground#88c880
  • input.placeholderForeground#204820
  • list.activeSelectionBackground#0c180c
  • list.activeSelectionForeground#00ff44
  • list.highlightForeground#00dd44
  • list.hoverBackground#0c100c
  • panel.background#040604
  • panel.border#0c100c
  • panelTitle.activeBorder#009930
  • panelTitle.activeForeground#00dd44
  • scrollbarSlider.activeBackground#30a030a0
  • scrollbarSlider.background#18601860
  • scrollbarSlider.hoverBackground#20882080
  • sideBar.background#040604
  • sideBar.border#0c100c
  • sideBar.foreground#508850
  • sideBarSectionHeader.background#080c08
  • sideBarSectionHeader.foreground#60a060
  • sideBarTitle.foreground#00dd44
  • statusBar.background#0a280a
  • statusBar.foreground#00dd44
  • statusBarItem.hoverBackground#103010
  • statusBarItem.remoteBackground#061806
  • statusBarItem.remoteForeground#00cc40
  • tab.activeBackground#060806
  • tab.activeBorderTop#009930
  • tab.activeForeground#00ff44
  • tab.border#0c100c
  • tab.inactiveBackground#040604
  • tab.inactiveForeground#204820
  • terminal.ansiBlack#060806
  • terminal.ansiBlue#2080a0
  • terminal.ansiBrightGreen#00ff44
  • terminal.ansiCyan#20c880
  • terminal.ansiGreen#00cc44
  • terminal.ansiMagenta#4a8040
  • terminal.ansiRed#cc4433
  • terminal.ansiWhite#88c880
  • terminal.ansiYellow#88aa20
  • terminal.background#040604
  • terminal.foreground#88c880
  • titleBar.activeBackground#020402
  • titleBar.activeForeground#88c880
  • titleBar.border#0c100c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#1a4020italic
keyword, storage.type, storage.modifier#00cc44bold
keyword.control#00ff44bold
string, string.quoted#508858
constant.character.escape, string.regexp#60a868
constant.numeric, constant.language, constant.other#00ee44
entity.name.function, meta.function-call entity.name.function#70d888
variable.parameter#50a860italic
variable, variable.other#68b870
entity.name.type, entity.name.class, support.class#20ff60bold
entity.name.interface, entity.other.inherited-class#10e050italic
variable.other.property, support.type.property-name#58a860
keyword.operator#00b838
punctuation#285828
entity.name.tag#00b840
entity.other.attribute-name#00cc44
invalid#ff2244underline bold