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#f6f8fa
  • activityBar.foreground#0366d6
  • dropdown.background#ffffff
  • dropdown.foreground#24292e
  • editor.background#ffffff
  • editor.foreground#24292e
  • editor.lineHighlightBackground#f1f3f5
  • editor.selectionBackground#c8e1ff
  • editorCursor.foreground#0366d6
  • editorGroupHeader.tabsBackground#f6f8fa
  • editorIndentGuide.background#e1e4e8
  • editorWhitespace.foreground#959da5
  • input.background#ffffff
  • input.border#e1e4e8
  • input.foreground#24292e
  • list.activeSelectionBackground#e8eef7
  • list.activeSelectionForeground#0366d6
  • list.hoverBackground#f1f3f5
  • sideBar.background#f6f8fa
  • sideBar.foreground#24292e
  • statusBar.background#f6f8fa
  • statusBar.foreground#0366d6
  • tab.activeBackground#ffffff
  • tab.activeForeground#0366d6
  • tab.inactiveBackground#f6f8fa
  • tab.inactiveForeground#6a737d
  • titleBar.activeBackground#f6f8fa
  • titleBar.activeForeground#0366d6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a737ditalic
string, string.quoted#032f62
constant.numeric, constant.language, constant.character, constant.other#005cc5
variable, variable.other#e36209
keyword, storage.type, storage.modifier#d73a49
entity.name.function, support.function#6f42c1
entity.name.type, support.type, support.class#22863a
string.regexp, constant.character.escape#032f62
punctuation.definition, punctuation.separator, punctuation.terminator#24292e
entity.name.tag, punctuation.definition.tag#22863a