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#05070F
  • activityBar.foreground#7B2FF7
  • activityBar.inactiveForeground#3A3F8F
  • editor.background#05070F
  • editor.foreground#DCE6FF
  • editor.inactiveSelectionBackground#12182F
  • editor.lineHighlightBackground#0E1324
  • editor.selectionBackground#1A2140
  • editorCursor.foreground#4CC9F0
  • panel.background#05070F
  • sideBar.background#0A0F1C
  • sideBar.border#1B2040
  • sideBar.foreground#C7D2FE
  • statusBar.background#0A0F1C
  • statusBar.foreground#7B2FF7
  • terminal.ansiBlack#111428
  • terminal.ansiBlue#3A86FF
  • terminal.ansiCyan#4CC9F0
  • terminal.ansiGreen#7B2FF7
  • terminal.ansiMagenta#9D4EDD
  • terminal.ansiRed#4CC9F0
  • terminal.ansiWhite#DCE6FF
  • terminal.ansiYellow#5DA9FF
  • terminal.background#05070F
  • terminal.foreground#DCE6FF
  • titleBar.activeBackground#0A0F1C
  • titleBar.activeForeground#C7D2FE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6C78A8italic
string#4CC9F0
keyword#7B2FF7bold
entity.name.function#5DA9FF
variable#DCE6FF
constant.numeric#9D4EDD
entity.name.type#7B2FF7