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#0C0F14
  • activityBar.foreground#22D3EE
  • activityBar.inactiveForeground#4B7C8A
  • editor.background#0C0F14
  • editor.foreground#DCE3EA
  • editor.inactiveSelectionBackground#1A2430
  • editor.lineHighlightBackground#161C24
  • editor.selectionBackground#243040
  • editorCursor.foreground#22D3EE
  • panel.background#0C0F14
  • sideBar.background#11161D
  • sideBar.border#243040
  • sideBar.foreground#C7D0D9
  • statusBar.background#11161D
  • statusBar.foreground#22D3EE
  • terminal.ansiBlack#1C232C
  • terminal.ansiBlue#0EA5E9
  • terminal.ansiCyan#22D3EE
  • terminal.ansiGreen#67E8F9
  • terminal.ansiMagenta#38BDF8
  • terminal.ansiRed#22D3EE
  • terminal.ansiWhite#DCE3EA
  • terminal.ansiYellow#A5F3FC
  • terminal.background#0C0F14
  • terminal.foreground#DCE3EA
  • titleBar.activeBackground#11161D
  • titleBar.activeForeground#C7D0D9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B7280italic
string#67E8F9
keyword#22D3EEbold
entity.name.function#A5F3FC
variable#DCE3EA
constant.numeric#38BDF8
entity.name.type#22D3EE