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#000000
  • activityBar.foreground#CCCCCC
  • activityBar.inactiveForeground#666666
  • editor.background#000000
  • editor.foreground#E5E5E5
  • editor.inactiveSelectionBackground#111111
  • editor.lineHighlightBackground#0A0A0A
  • editor.selectionBackground#1A1A1A
  • editorCursor.foreground#FFFFFF
  • panel.background#000000
  • sideBar.background#050505
  • sideBar.border#111111
  • sideBar.foreground#D4D4D4
  • statusBar.background#050505
  • statusBar.foreground#CCCCCC
  • terminal.ansiBlack#0D0D0D
  • terminal.ansiBlue#808080
  • terminal.ansiCyan#D9D9D9
  • terminal.ansiGreen#B3B3B3
  • terminal.ansiMagenta#A6A6A6
  • terminal.ansiRed#999999
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#CCCCCC
  • terminal.background#000000
  • terminal.foreground#E5E5E5
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#D4D4D4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#666666italic
string#BFBFBF
keyword#E5E5E5bold
entity.name.function#CCCCCC
variable#E5E5E5
constant.numeric#D9D9D9
entity.name.type#B3B3B3