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#020A02
  • activityBar.foreground#33FF33
  • activityBar.inactiveForeground#1F8F1F
  • editor.background#020A02
  • editor.foreground#33FF33
  • editor.inactiveSelectionBackground#0A220A
  • editor.lineHighlightBackground#071707
  • editor.selectionBackground#103310
  • editorCursor.foreground#66FF66
  • panel.background#020A02
  • sideBar.background#061406
  • sideBar.border#103310
  • sideBar.foreground#99FF99
  • statusBar.background#061406
  • statusBar.foreground#33FF33
  • terminal.ansiBlack#0A220A
  • terminal.ansiBlue#1F8F1F
  • terminal.ansiCyan#66FF99
  • terminal.ansiGreen#66FF66
  • terminal.ansiMagenta#33CC33
  • terminal.ansiRed#33FF33
  • terminal.ansiWhite#99FF99
  • terminal.ansiYellow#99FF99
  • terminal.background#020A02
  • terminal.foreground#33FF33
  • titleBar.activeBackground#061406
  • titleBar.activeForeground#99FF99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#1F8F1Fitalic
string#66FF66
keyword#33FF33bold
entity.name.function#99FF99
variable#33FF33
constant.numeric#99FF99
entity.name.type#66FF66