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#030c07
  • activityBar.border#0f2018
  • activityBar.foreground#40c870
  • activityBar.inactiveForeground#2a4a38
  • activityBarBadge.background#20984a
  • activityBarBadge.foreground#071510
  • badge.background#20984a
  • badge.foreground#071510
  • button.background#1a7838
  • button.foreground#d0f0d8
  • button.hoverBackground#2a8848
  • editor.background#071510
  • editor.findMatchBackground#2a7a4080
  • editor.findMatchHighlightBackground#2a7a4040
  • editor.foreground#a8d4b0
  • editor.inactiveSelectionBackground#1a5a3040
  • editor.lineHighlightBackground#0f2018
  • editor.selectionBackground#1a5a3080
  • editor.selectionHighlightBackground#1a5a3040
  • editor.wordHighlightBackground#1a5a3040
  • editor.wordHighlightStrongBackground#1a5a3060
  • editorBracketMatch.background#1a5a3040
  • editorBracketMatch.border#40a860
  • editorCursor.foreground#40c870
  • editorGroupHeader.tabsBackground#050f0a
  • editorIndentGuide.activeBackground#2a6040
  • editorIndentGuide.background#122018
  • editorLineNumber.activeForeground#50a870
  • editorLineNumber.foreground#2a4a38
  • editorWhitespace.foreground#122018
  • focusBorder#20984a
  • input.background#0a1c14
  • input.border#1a3828
  • input.foreground#a8d4b0
  • input.placeholderForeground#2a4a38
  • inputOption.activeBackground#102818
  • inputOption.activeBorder#20984a
  • list.activeSelectionBackground#102818
  • list.activeSelectionForeground#60d880
  • list.focusBackground#102818
  • list.highlightForeground#40c870
  • list.hoverBackground#0f2018
  • list.inactiveSelectionBackground#0f2018
  • panel.background#050f0a
  • panel.border#0f2018
  • panelTitle.activeBorder#20984a
  • panelTitle.activeForeground#40c870
  • panelTitle.inactiveForeground#2a4a38
  • scrollbarSlider.activeBackground#3a8a50a0
  • scrollbarSlider.background#1a5a3060
  • scrollbarSlider.hoverBackground#2a7a4080
  • sideBar.background#050f0a
  • sideBar.border#0f2018
  • sideBar.foreground#7ab8908a
  • sideBarSectionHeader.background#0a1c14
  • sideBarSectionHeader.foreground#80c898
  • sideBarTitle.foreground#40c870
  • statusBar.background#155a30
  • statusBar.foreground#a8d4b0
  • statusBarItem.hoverBackground#1e6a3a
  • statusBarItem.remoteBackground#0a3a20
  • statusBarItem.remoteForeground#80d0a0
  • tab.activeBackground#071510
  • tab.activeBorderTop#20984a
  • tab.activeForeground#60d880
  • tab.border#0f2018
  • tab.inactiveBackground#050f0a
  • tab.inactiveForeground#2a5038
  • terminal.ansiBlue#4080b0
  • terminal.ansiCyan#40b0a0
  • terminal.ansiGreen#40b860
  • terminal.ansiMagenta#806090
  • terminal.ansiRed#cc4455
  • terminal.ansiWhite#a8d4b0
  • terminal.ansiYellow#90a840
  • terminal.background#050f0a
  • terminal.foreground#a8d4b0
  • titleBar.activeBackground#030c07
  • titleBar.activeForeground#a8d4b0
  • titleBar.border#0f2018

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5a8868italic
keyword, storage.type, storage.modifier#40d870bold
keyword.control#60f888bold
string, string.quoted#60c8a8—
constant.character.escape, string.regexp#80e8c0—
constant.numeric, constant.language, constant.other#b8e860—
entity.name.function, meta.function-call entity.name.function#90e8b8—
variable.parameter#70c898italic
variable, variable.other#a8d8b8—
entity.name.type, entity.name.class, support.class#70f898bold
entity.name.interface, entity.other.inherited-class#58e888italic
variable.other.property, support.type.property-name#c0e8c8—
keyword.operator#38b860—
punctuation#6a9878—
entity.name.tag#50b878—
entity.other.attribute-name#60c8a0—
invalid#ff4466underline
support.type.property-name.json, meta.structure.dictionary.key.json string.quoted#60f888bold
meta.structure.dictionary.value.json string.quoted, string.value.json#60c8a8—
storage.modifier, keyword.other.public, keyword.other.private, keyword.other.protected, keyword.other.static#f8e060bold italic
entity.name.function, entity.name.function.ts, entity.name.function.js, meta.definition.method entity.name.function, meta.function entity.name.function#90e8b8—