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.

  • editor.background#faf3bf
  • editor.foreground#662628
  • editorGroupHeader.tabsBackground#9b2625
  • panel.background#f2eeef
  • panel.border#d6a88a
  • sideBar.background#f1d668
  • sideBar.foreground#662628
  • sideBarSectionHeader.background#9b2625
  • sideBarSectionHeader.foreground#f2eeef
  • statusBar.background#662628
  • statusBar.foreground#f2eeef
  • tab.activeBackground#faf3bf
  • tab.activeForeground#662628
  • tab.inactiveBackground#d6a88a
  • tab.inactiveForeground#662628
  • titleBar.activeBackground#ba6a37
  • titleBar.activeForeground#f2eeef
  • titleBar.inactiveBackground#d6a88a
  • titleBar.inactiveForeground#f2eeef

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AE8E6Eitalic
string, punctuation.definition.string#F9B13F—
constant.numeric, constant.language, constant.character, constant.other#EB413F—
variable#662628—
variable.language#7F3934italic
keyword, storage#7F3934bold
storage.type#662628italic
entity.name.type, entity.name.class#662628bold underline
entity.other.inherited-class#662628italic underline
entity.name.function#662628bold
variable.parameter#662628italic
entity.name.tag#EB413Fbold
entity.other.attribute-name#F9B13Fitalic
support.function, support.constant, support.type, support.class#AE8E6E—
invalid#EB413Funderline
invalid.deprecated#7F3934strikethrough
support.type.property-name.json#7F3934—
string.quoted.double.json#F9B13F—
constant.language.json#EB413F—
markup.heading#7F3934bold
markup.underline.link#F9B13Funderline
markup.bold#662628bold
markup.italic#662628italic
markup.inline.raw#AE8E6E—
token.info-token#316BCD—
token.warn-token#CD9731—
token.error-token#CD3131—
token.debug-token#800080—