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#EFEDE9
  • activityBar.border#E4E0D9
  • activityBar.foreground#4A453D
  • activityBar.inactiveForeground#7D7466
  • dropdown.background#F1F0EC
  • dropdown.border#D4CFC3
  • dropdown.foreground#2D2A24
  • editor.background#F1F0EC
  • editor.foreground#2D2A24
  • editor.inactiveSelectionBackground#E7B86533
  • editor.lineHighlightBackground#E8E6E1
  • editor.lineHighlightBorder#E7B86533
  • editor.selectionBackground#E7B86544
  • editorBracketMatch.background#E7B86533
  • editorBracketMatch.border#E7B86560
  • editorCursor.foreground#8B6E24
  • editorGutter.addedBackground#4C775F
  • editorGutter.deletedBackground#913838
  • editorGutter.modifiedBackground#94702B
  • editorLineNumber.activeForeground#8B6E24
  • editorLineNumber.foreground#8C8370
  • editorWhitespace.foreground#D4CFC3
  • focusBorder#8B6E2433
  • list.activeSelectionBackground#8B6E2433
  • list.activeSelectionForeground#2D2A24
  • list.hoverBackground#8B6E2411
  • list.hoverForeground#2D2A24
  • menu.background#F1F0EC
  • menu.foreground#2D2A24
  • menu.selectionBackground#8B6E2433
  • menu.selectionForeground#2D2A24
  • menu.separatorBackground#D4CFC3
  • sideBar.background#F3F2EE
  • sideBar.border#E4E0D9
  • sideBar.foreground#4A463D
  • statusBar.background#EFEDE9
  • statusBar.border#E4E0D9
  • statusBar.debuggingBackground#E4B1B144
  • statusBar.debuggingForeground#3B342C
  • statusBar.foreground#4A453C
  • tab.activeBackground#8B6E2433
  • tab.activeForeground#2D2A24
  • tab.border#E4E0D9
  • tab.hoverBackground#F6F5F2
  • tab.inactiveBackground#EFEDE9
  • tab.inactiveForeground#7A705E
  • terminal.background#F1F0EC
  • terminal.foreground#2D2A24
  • terminalCursor.background#9C7B2E
  • titleBar.activeBackground#EFEDE9
  • titleBar.activeForeground#3B342C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F6858
keyword, storage.type, storage.modifier#7B5E1Dbold
variable, meta.definition.variable#7A2F3C—
string, constant.other.symbol#38604C—
number, constant.numeric#805F21—
function, entity.name.function#7B5E1D—
entity.name.class, support.class, meta.class#9B7930bold
support.function, support.constant#38604C—
constant.language, variable.language#7A2F3C—
invalid, invalid.illegal#2D2A24—
meta.tag, entity.name.tag#7B5E1D—
entity.other.attribute-name#38604C—
punctuation.definition.tag, punctuation.separator.key-value#7A705E—
constant.character.escape#805F21—