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#090A14
  • activityBar.foreground#A855F7
  • activityBar.inactiveForeground#5B3B9A
  • editor.background#090A14
  • editor.foreground#E6E6FF
  • editor.inactiveSelectionBackground#1C143A
  • editor.lineHighlightBackground#151735
  • editor.selectionBackground#2A1F4F
  • editorCursor.foreground#7DF9FF
  • panel.background#090A14
  • sideBar.background#111122
  • sideBar.border#2A1F4F
  • sideBar.foreground#E9D5FF
  • statusBar.background#111122
  • statusBar.foreground#7DF9FF
  • terminal.ansiBlack#1A1C33
  • terminal.ansiBlue#6366F1
  • terminal.ansiCyan#7DF9FF
  • terminal.ansiGreen#7DF9FF
  • terminal.ansiMagenta#A855F7
  • terminal.ansiRed#A855F7
  • terminal.ansiWhite#E6E6FF
  • terminal.ansiYellow#C084FC
  • terminal.background#090A14
  • terminal.foreground#E6E6FF
  • titleBar.activeBackground#111122
  • titleBar.activeForeground#E9D5FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9F7AEAitalic
string#7DF9FF
keyword#A855F7bold
entity.name.function#C084FC
variable#E6E6FF
constant.numeric#6366F1
entity.name.type#A855F7