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#001100
  • editor.background#000000
  • editor.foreground#00ff80
  • editor.selectionBackground#003300
  • editorCursor.foreground#00ff80
  • sideBar.background#001100
  • statusBar.background#001100
  • statusBar.foreground#00ff80
  • terminal.background#000000
  • terminal.foreground#00ff80
  • terminalCursor.foreground#00ff80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00aa55italic
keyword, storage#00ff80
string#66ff99
variable, identifier#aaffcc
constant.numeric#55ff55
entity.name.function#00ffaa
entity.name.type, support.class#00e6b8