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#0A0A12
  • activityBar.foreground#FF2DAF
  • activityBar.inactiveForeground#7A2E9B
  • editor.background#0A0A12
  • editor.foreground#F5E9FF
  • editor.inactiveSelectionBackground#1C1038
  • editor.lineHighlightBackground#141426
  • editor.selectionBackground#2A1450
  • editorCursor.foreground#00F5FF
  • panel.background#0A0A12
  • sideBar.background#111122
  • sideBar.border#2A1450
  • sideBar.foreground#F5D0FE
  • statusBar.background#111122
  • statusBar.foreground#00F5FF
  • terminal.ansiBlack#1A1A2E
  • terminal.ansiBlue#00C3FF
  • terminal.ansiCyan#00F5FF
  • terminal.ansiGreen#00F5FF
  • terminal.ansiMagenta#FF2DAF
  • terminal.ansiRed#FF2DAF
  • terminal.ansiWhite#F5E9FF
  • terminal.ansiYellow#FF5ACD
  • terminal.background#0A0A12
  • terminal.foreground#F5E9FF
  • titleBar.activeBackground#111122
  • titleBar.activeForeground#F5D0FE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9D4EDDitalic
string#00F5FF
keyword#FF2DAFbold
entity.name.function#FF5ACD
variable#F5E9FF
constant.numeric#00C3FF
entity.name.type#FF2DAF