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#333333
  • activityBar.foreground#98c379
  • editor.background#000000
  • editor.foreground#ffffff
  • icon.foreground#56b6c2
  • sideBar.background#333333
  • sideBarSectionHeader.foreground#56b6c2
  • statusBar.background#1e1e1e
  • statusBar.foreground#ffffff
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#333333
  • titleBar.inactiveForeground#6a737d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6a737d
string#d19a66
keyword#c678dd
variable#56b6c2
constant#e5c07b
number#61aeee
function#e06c75
meta.object-literal.key#98c379