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#d5caae
  • activityBar.foreground#e06c75
  • debugToolBar.background#e8ddc7
  • editor.background#d5caae
  • editor.foreground#000000
  • editorGroupHeader.noTabsBackground#e8ddc7
  • editorGroupHeader.tabsBackground#e8ddc7
  • icon.foreground#b3774d
  • list.activeSelectionBackground#e8ddc7
  • list.activeSelectionForeground#000000
  • list.inactiveSelectionBackground#e8ddc7
  • list.inactiveSelectionForeground#6a737d
  • sideBar.background#d5caae
  • sideBarSectionHeader.foreground#b3774d
  • statusBar.background#d5caae
  • statusBar.foreground#000000
  • tab.inactiveBackground#e8ddc7
  • tab.inactiveForeground#6a737d
  • titleBar.activeBackground#d5caae
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#e8ddc7
  • titleBar.inactiveForeground#6a737d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6a737d
string#b3774d
keyword#c678dd
variable#e06c75
constant#e5c07b
number#e5c07b
function#e06c75
meta.object-literal.key#e06c75