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#0b0a0b
  • activityBar.foreground#f9f9f9
  • editor.background#151315
  • editor.foreground#dcdcdc
  • editorGroupHeader.tabsBackground#0b0a0b
  • panel.background#151315
  • sideBar.background#151315
  • statusBar.background#151315
  • statusBar.foreground#f9f9f9
  • tab.activeBackground#151315
  • tab.activeBorderTop#34b3de
  • tab.border#0b0a0b
  • tab.inactiveBackground#0b0a0b
  • titleBar.activeBackground#0b0a0b
  • titleBar.inactiveBackground#0b0a0b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#dcdcdc
punctuation.definition.comment, punctuation.section.embedded.begin#626c71
keyword, punctuation.terminator, keyword.operator.new, support.type#f8c630
entity, support#34b3de
keyword.operator, punctuation.definition.variable, storage#ff4167
string, punctuation.definition.string#6ed76a
constant#d07aff