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#282c34
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#528bff
  • button.background#e51400
  • button.foreground#ffffff
  • button.hoverBackground#FF0000
  • editor.background#282c34
  • editor.foreground#abb2bf
  • editor.lineHighlightBackground#2c313a
  • editor.selectionBackground#3e4451
  • editorBracketMatch.background#3e4451
  • editorCursor.foreground#528bff
  • editorLineNumber.activeForeground#abb2bf
  • editorLineNumber.foreground#495162
  • input.background#282c34
  • input.foreground#abb2bf
  • input.placeholderForeground#5c6370
  • sideBar.background#21252b
  • sideBar.foreground#abb2bf
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252b
  • statusBar.foreground#9da5b4
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier#c678dd
entity.name.function, support.function#61afef
string#98c379
entity.name.type, entity.name.class, support.class#e5c07b
constant.numeric, constant.language, support.constant#d19a66
variable#e06c75
entity.other.attribute-name#d19a66
comment#5c6370italic