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#0A0C12
  • activityBar.foreground#A5B4FC
  • activityBar.inactiveForeground#5C637A
  • editor.background#0A0C12
  • editor.foreground#E6E9EF
  • editor.inactiveSelectionBackground#1A2030
  • editor.lineHighlightBackground#141824
  • editor.selectionBackground#222938
  • editorCursor.foreground#8F9BB3
  • panel.background#0A0C12
  • sideBar.background#0F121A
  • sideBar.border#222938
  • sideBar.foreground#DCE1EA
  • statusBar.background#0F121A
  • statusBar.foreground#A5B4FC
  • terminal.ansiBlack#1A1F2B
  • terminal.ansiBlue#6366F1
  • terminal.ansiCyan#93C5FD
  • terminal.ansiGreen#A5B4FC
  • terminal.ansiMagenta#818CF8
  • terminal.ansiRed#8F9BB3
  • terminal.ansiWhite#E6E9EF
  • terminal.ansiYellow#C7D2FE
  • terminal.background#0A0C12
  • terminal.foreground#E6E9EF
  • titleBar.activeBackground#0F121A
  • titleBar.activeForeground#DCE1EA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B7280italic
string#93C5FD
keyword#A5B4FCbold
entity.name.function#C7D2FE
variable#E6E9EF
constant.numeric#818CF8
entity.name.type#A5B4FC