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#080602
  • activityBar.border#1a1508
  • activityBar.foreground#e8a030
  • activityBar.inactiveForeground#382810
  • activityBarBadge.background#8a6018
  • activityBarBadge.foreground#0f0c06
  • badge.background#8a6018
  • badge.foreground#0f0c06
  • button.background#6a4c18
  • button.foreground#f0e0b0
  • button.hoverBackground#7a5c20
  • editor.background#0f0c06
  • editor.findMatchBackground#8a600880
  • editor.findMatchHighlightBackground#8a600840
  • editor.foreground#d0a860
  • editor.inactiveSelectionBackground#6a4a1040
  • editor.lineHighlightBackground#1a1508
  • editor.selectionBackground#6a4a1080
  • editor.selectionHighlightBackground#6a4a1040
  • editor.wordHighlightBackground#6a4a1040
  • editor.wordHighlightStrongBackground#6a4a1060
  • editorBracketMatch.background#6a4a1040
  • editorBracketMatch.border#c09030
  • editorCursor.foreground#e8a030
  • editorGroupHeader.tabsBackground#0b0904
  • editorIndentGuide.activeBackground#6a4818
  • editorIndentGuide.background#1a1508
  • editorLineNumber.activeForeground#a07830
  • editorLineNumber.foreground#4a3410
  • editorWhitespace.foreground#1a1508
  • focusBorder#8a6018
  • input.background#151008
  • input.border#382810
  • input.foreground#d0a860
  • input.placeholderForeground#503818
  • list.activeSelectionBackground#1e1608
  • list.activeSelectionForeground#f0b840
  • list.highlightForeground#e8a030
  • list.hoverBackground#1a1508
  • panel.background#0b0904
  • panel.border#1a1508
  • panelTitle.activeBorder#8a6018
  • panelTitle.activeForeground#e8a030
  • scrollbarSlider.activeBackground#a07830a0
  • scrollbarSlider.background#6a4a1060
  • scrollbarSlider.hoverBackground#8a600880
  • sideBar.background#0b0904
  • sideBar.border#1a1508
  • sideBar.foreground#a07840
  • sideBarSectionHeader.background#151008
  • sideBarSectionHeader.foreground#c09040
  • sideBarTitle.foreground#e8a030
  • statusBar.background#4a3410
  • statusBar.foreground#e8c880
  • statusBarItem.hoverBackground#5a4018
  • statusBarItem.remoteBackground#302208
  • statusBarItem.remoteForeground#d0a860
  • tab.activeBackground#0f0c06
  • tab.activeBorderTop#8a6018
  • tab.activeForeground#f0b840
  • tab.border#1a1508
  • tab.inactiveBackground#0b0904
  • tab.inactiveForeground#503818
  • terminal.ansiBlue#607898
  • terminal.ansiCyan#608878
  • terminal.ansiGreen#608838
  • terminal.ansiRed#bb3322
  • terminal.ansiWhite#d0a860
  • terminal.ansiYellow#d09030
  • terminal.background#0b0904
  • terminal.foreground#d0a860
  • titleBar.activeBackground#080602
  • titleBar.activeForeground#d0a860
  • titleBar.border#1a1508

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9a8040italic
keyword, storage.type, storage.modifier#f8b030bold
keyword.control#ffcc48bold
string, string.quoted#c89050—
constant.character.escape, string.regexp#e0b070—
constant.numeric, constant.language, constant.other#f8f070—
entity.name.function, meta.function-call entity.name.function#f8d878—
variable.parameter#d8b058italic
variable, variable.other#e8c878—
entity.name.type, entity.name.class, support.class#ffd040bold
entity.name.interface, entity.other.inherited-class#f0c030italic
variable.other.property, support.type.property-name#e8d098—
keyword.operator#d09828—
punctuation#b08838—
entity.name.tag#d0a030—
entity.other.attribute-name#f8c840—
invalid#ff3322underline
support.type.property-name.json, meta.structure.dictionary.key.json string.quoted#ffcc48bold
meta.structure.dictionary.value.json string.quoted, string.value.json#c89050—
storage.modifier, keyword.other.public, keyword.other.private, keyword.other.protected, keyword.other.static#a0ecd8bold italic
entity.name.function, entity.name.function.ts, entity.name.function.js, meta.definition.method entity.name.function, meta.function entity.name.function#f8d878—