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#0B0F1A
  • activityBar.foreground#FFB703
  • activityBar.inactiveForeground#9A6A00
  • editor.background#0B0F1A
  • editor.foreground#E6F0FF
  • editor.inactiveSelectionBackground#16223A
  • editor.lineHighlightBackground#141C2E
  • editor.selectionBackground#1F2F4F
  • editorCursor.foreground#00B3FF
  • panel.background#0B0F1A
  • sideBar.background#111827
  • sideBar.border#1F2F4F
  • sideBar.foreground#D6E4FF
  • statusBar.background#111827
  • statusBar.foreground#00B3FF
  • terminal.ansiBlack#1B2435
  • terminal.ansiBlue#0077FF
  • terminal.ansiCyan#00E0FF
  • terminal.ansiGreen#00B3FF
  • terminal.ansiMagenta#FFA500
  • terminal.ansiRed#FFB703
  • terminal.ansiWhite#E6F0FF
  • terminal.ansiYellow#FFD166
  • terminal.background#0B0F1A
  • terminal.foreground#E6F0FF
  • titleBar.activeBackground#111827
  • titleBar.activeForeground#D6E4FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6C8EBFitalic
string#00E0FF
keyword#FFB703bold
entity.name.function#FFD166
variable#E6F0FF
constant.numeric#00B3FF
entity.name.type#FFB703