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#141210
  • activityBar.foreground#A89888
  • badge.background#8B6914
  • badge.foreground#F5F0E6
  • dropdown.background#252018
  • dropdown.foreground#D4C8B8
  • editor.background#1E1A16
  • editor.foreground#D4C8B8
  • editor.inactiveSelectionBackground#2E2824
  • editor.lineHighlightBackground#2A2520
  • editor.selectionBackground#3D3530
  • editorCursor.foreground#D4A574
  • editorIndentGuide.activeBackground1#5C534A
  • editorIndentGuide.background1#3D3530
  • editorLineNumber.activeForeground#8A7F74
  • editorLineNumber.foreground#5C534A
  • editorWhitespace.foreground#3D3530
  • input.background#252018
  • input.border#3D3530
  • input.foreground#D4C8B8
  • list.activeSelectionBackground#3D3530
  • list.hoverBackground#2A2520
  • panel.background#181512
  • panel.border#3D3530
  • scrollbarSlider.background#5C534A66
  • scrollbarSlider.hoverBackground#7A6F6388
  • sideBar.background#181512
  • sideBar.foreground#A89888
  • statusBar.background#141210
  • statusBar.foreground#A89888
  • tab.activeBackground#1E1A16
  • tab.activeForeground#D4C8B8
  • tab.inactiveBackground#181512
  • tab.inactiveForeground#7A6F63
  • titleBar.activeBackground#181512
  • titleBar.activeForeground#D4C8B8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A6F63italic
string, string.quoted#A8B88A
constant.numeric, constant.language#D4A574
keyword, storage.type, storage.modifier#C4A882
entity.name.function, support.function#8AA8B8
entity.name.type, entity.name.class, support.type, support.class#B8A8C4
variable, variable.other#C4B8A8
variable.parameter#A89888
entity.name.tag#C4A882
entity.other.attribute-name#D4A574
punctuation, meta.brace#8A7F74
invalid#C47872