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#0A0412
  • activityBar.foreground#FF00FF
  • activityBar.inactiveForeground#8A2BE2
  • editor.background#0A0412
  • editor.foreground#F8E1FF
  • editor.inactiveSelectionBackground#1F0C38
  • editor.lineHighlightBackground#1A0D26
  • editor.selectionBackground#2D1450
  • editorCursor.foreground#FF00FF
  • panel.background#0A0412
  • sideBar.background#140824
  • sideBar.border#2D1450
  • sideBar.foreground#F3D9FF
  • statusBar.background#140824
  • statusBar.foreground#00FFFF
  • terminal.ansiBlack#1A1033
  • terminal.ansiBlue#8A2BE2
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#00FFFF
  • terminal.ansiMagenta#FF1493
  • terminal.ansiRed#FF00FF
  • terminal.ansiWhite#F8E1FF
  • terminal.ansiYellow#FF66FF
  • terminal.background#0A0412
  • terminal.foreground#F8E1FF
  • titleBar.activeBackground#140824
  • titleBar.activeForeground#F3D9FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9D4EDDitalic
string#00FFFF
keyword#FF00FFbold
entity.name.function#FF66FF
variable#F8E1FF
constant.numeric#FF1493
entity.name.type#8A2BE2