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#040B12
  • activityBar.foreground#22D3EE
  • activityBar.inactiveForeground#2A7AA3
  • editor.background#040B12
  • editor.foreground#D8F2FF
  • editor.inactiveSelectionBackground#0D2436
  • editor.lineHighlightBackground#0B1622
  • editor.selectionBackground#12314A
  • editorCursor.foreground#22D3EE
  • panel.background#040B12
  • sideBar.background#07121D
  • sideBar.border#12314A
  • sideBar.foreground#BDEBFF
  • statusBar.background#07121D
  • statusBar.foreground#22D3EE
  • terminal.ansiBlack#0F1B26
  • terminal.ansiBlue#1D4ED8
  • terminal.ansiCyan#22D3EE
  • terminal.ansiGreen#14B8A6
  • terminal.ansiMagenta#38BDF8
  • terminal.ansiRed#2DD4BF
  • terminal.ansiWhite#D8F2FF
  • terminal.ansiYellow#7DD3FC
  • terminal.background#040B12
  • terminal.foreground#D8F2FF
  • titleBar.activeBackground#07121D
  • titleBar.activeForeground#BDEBFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C8AA6italic
string#2DD4BF—
keyword#22D3EEbold
entity.name.function#7DD3FC—
variable#D8F2FF—
constant.numeric#38BDF8—
entity.name.type#60A5FA—