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#040A0A
  • activityBar.foreground#2DD4BF
  • activityBar.inactiveForeground#1F8F87
  • editor.background#040A0A
  • editor.foreground#D9FFFB
  • editor.inactiveSelectionBackground#0C2424
  • editor.lineHighlightBackground#0D1616
  • editor.selectionBackground#123333
  • editorCursor.foreground#14B8A6
  • panel.background#040A0A
  • sideBar.background#081212
  • sideBar.border#123333
  • sideBar.foreground#B6F4EF
  • statusBar.background#081212
  • statusBar.foreground#2DD4BF
  • terminal.ansiBlack#0F1F1F
  • terminal.ansiBlue#0D9488
  • terminal.ansiCyan#67E8F9
  • terminal.ansiGreen#2DD4BF
  • terminal.ansiMagenta#2EC4B6
  • terminal.ansiRed#14B8A6
  • terminal.ansiWhite#D9FFFB
  • terminal.ansiYellow#5EEAD4
  • terminal.background#040A0A
  • terminal.foreground#D9FFFB
  • titleBar.activeBackground#081212
  • titleBar.activeForeground#B6F4EF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5C8A87italic
string#2DD4BF—
keyword#14B8A6bold
entity.name.function#5EEAD4—
variable#D9FFFB—
constant.numeric#67E8F9—
entity.name.type#2EC4B6—