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#0C0D10
  • activityBar.foreground#B4B4BB
  • activityBar.inactiveForeground#6B6B73
  • editor.background#0C0D10
  • editor.foreground#D8D9DC
  • editor.inactiveSelectionBackground#1F2127
  • editor.lineHighlightBackground#16171C
  • editor.selectionBackground#2A2C33
  • editorCursor.foreground#A1A1AA
  • panel.background#0C0D10
  • sideBar.background#111217
  • sideBar.border#23252D
  • sideBar.foreground#C9CAD1
  • statusBar.background#111217
  • statusBar.foreground#B4B4BB
  • terminal.ansiBlack#1A1B21
  • terminal.ansiBlue#71717A
  • terminal.ansiCyan#AFAFB6
  • terminal.ansiGreen#B4B4BB
  • terminal.ansiMagenta#8B8B94
  • terminal.ansiRed#A1A1AA
  • terminal.ansiWhite#D8D9DC
  • terminal.ansiYellow#C9CAD1
  • terminal.background#0C0D10
  • terminal.foreground#D8D9DC
  • titleBar.activeBackground#111217
  • titleBar.activeForeground#C9CAD1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B6B73italic
string#AFAFB6—
keyword#B4B4BBbold
entity.name.function#C9CAD1—
variable#D8D9DC—
constant.numeric#E4E4E7—
entity.name.type#B4B4BB—