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#030812
  • activityBar.foreground#4FD1FF
  • activityBar.inactiveForeground#2A6A8F
  • editor.background#050A14
  • editor.foreground#C7E6FF
  • editor.inactiveSelectionBackground#0B2233
  • editor.lineHighlightBackground#0A1624
  • editor.selectionBackground#10324A
  • editorCursor.foreground#4FD1FF
  • panel.background#050A14
  • sideBar.background#040C18
  • sideBar.border#0E2233
  • sideBar.foreground#A8D8FF
  • statusBar.background#02060D
  • statusBar.foreground#7FD7FF
  • terminal.ansiBlack#0B1420
  • terminal.ansiBlue#1D4ED8
  • terminal.ansiCyan#22D3EE
  • terminal.ansiGreen#14B8A6
  • terminal.ansiMagenta#6366F1
  • terminal.ansiRed#3B82F6
  • terminal.ansiWhite#C7E6FF
  • terminal.ansiYellow#38BDF8
  • terminal.background#050A14
  • terminal.foreground#C7E6FF
  • titleBar.activeBackground#02060D
  • titleBar.activeForeground#7FD7FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#406B85italic
string#4FD1C5—
keyword#1FB6FFbold
entity.name.function#38BDF8—
variable#C7E6FF—
constant.numeric#63B3FF—
entity.name.type#60A5FA—