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#070509
  • activityBar.foreground#C084FC
  • activityBar.inactiveForeground#7C3AED
  • editor.background#070509
  • editor.foreground#F3E8FF
  • editor.inactiveSelectionBackground#1C102B
  • editor.lineHighlightBackground#140D1C
  • editor.selectionBackground#2A1740
  • editorCursor.foreground#A855F7
  • panel.background#070509
  • sideBar.background#0E0914
  • sideBar.border#241235
  • sideBar.foreground#E9D5FF
  • statusBar.background#0E0914
  • statusBar.foreground#C084FC
  • terminal.ansiBlack#1A1222
  • terminal.ansiBlue#7C3AED
  • terminal.ansiCyan#C4B5FD
  • terminal.ansiGreen#C084FC
  • terminal.ansiMagenta#9333EA
  • terminal.ansiRed#A855F7
  • terminal.ansiWhite#F3E8FF
  • terminal.ansiYellow#DDD6FE
  • terminal.background#070509
  • terminal.foreground#F3E8FF
  • titleBar.activeBackground#0E0914
  • titleBar.activeForeground#E9D5FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8B6FA8italic
string#C084FC
keyword#A855F7bold
entity.name.function#DDD6FE
variable#F3E8FF
constant.numeric#C4B5FD
entity.name.type#9333EA