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#0C1117
  • activityBar.foreground#7AA2F7
  • activityBar.inactiveForeground#4C6FAE
  • editor.background#0C1117
  • editor.foreground#D4DAE3
  • editor.inactiveSelectionBackground#1E2633
  • editor.lineHighlightBackground#161B22
  • editor.selectionBackground#263042
  • editorCursor.foreground#7AA2F7
  • panel.background#0C1117
  • sideBar.background#11161D
  • sideBar.border#263042
  • sideBar.foreground#C0CAF5
  • statusBar.background#11161D
  • statusBar.foreground#7AA2F7
  • terminal.ansiBlack#1A1F2B
  • terminal.ansiBlue#5DA9FF
  • terminal.ansiCyan#7DCFFF
  • terminal.ansiGreen#9ECE6A
  • terminal.ansiMagenta#BB9AF7
  • terminal.ansiRed#7AA2F7
  • terminal.ansiWhite#D4DAE3
  • terminal.ansiYellow#E0AF68
  • terminal.background#0C1117
  • terminal.foreground#D4DAE3
  • titleBar.activeBackground#11161D
  • titleBar.activeForeground#C0CAF5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C6370italic
string#9ECE6A
keyword#7AA2F7bold
entity.name.function#7DCFFF
variable#D4DAE3
constant.numeric#E0AF68
entity.name.type#BB9AF7