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#F2E8D1
  • activityBar.foreground#4A3A28
  • activityBar.inactiveForeground#A99682
  • badge.background#C26414
  • badge.foreground#FBF6E9
  • editor.background#FBF6E9
  • editor.foreground#4A3A28
  • editor.inactiveSelectionBackground#F7EFDD
  • editor.lineHighlightBackground#F3ECD9
  • editor.lineHighlightBorder#EADFC8
  • editor.selectionBackground#F2E7D2
  • editorCursor.foreground#C26414
  • editorError.foreground#B33A2B
  • editorInfo.foreground#6E806B
  • editorLineNumber.activeForeground#4A3A28
  • editorLineNumber.foreground#B6A890
  • editorWarning.foreground#C26414
  • minimap.background#FBF6E9
  • panel.background#F7F0DE
  • panel.border#E2D5BB
  • progressBar.background#C26414
  • scrollbarSlider.background#C8BDAA66
  • scrollbarSlider.hoverBackground#C8BDAA99
  • sideBar.background#F7F0DE
  • sideBar.foreground#4A3A28
  • statusBar.background#F2E8D1
  • statusBar.foreground#4A3A28
  • tab.activeBackground#FBF6E9
  • tab.activeForeground#4A3A28
  • tab.inactiveBackground#F2E8D1
  • tab.inactiveForeground#A99682
  • terminal.background#3A1F14
  • terminal.foreground#E9DCCF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A89C88italic
keyword, storage.type, storage.modifier, keyword.control#000000bold
string, string.quoted, string.quoted.double, string.quoted.single, string.interpolated, constant.other.symbol, punctuation.definition.string#7A4C2E—
variable, variable.other, identifier, entity.name.variable#4A3A28—
constant.numeric, constant.language, constant.character#A66B1A—
entity.name.type, entity.name.class#000000bold
support.function, entity.name.function, meta.function-call#6A2FA0bold
punctuation.section, punctuation.section.block, punctuation.section.bracket, punctuation.section.paren#9E8C76—
variable.parameter, function.parameter#7C6A58—
invalid, invalid.illegal#FFFFFF—