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#141418
  • activityBar.foreground#dbd7d5
  • activityBarBadge.background#3e4673
  • button.background#3e4673
  • button.foreground#dbd7d5
  • editor.background#1E1E22
  • editor.foreground#dbd7d5
  • editor.selectionBackground#3e467340
  • editorCursor.foreground#5060A0
  • editorLineNumber.foreground#504f53
  • focusBorder#3e467380
  • list.activeSelectionBackground#3e4673
  • list.activeSelectionForeground#dbd7d5
  • list.hoverBackground#28282E
  • sideBar.background#181820
  • sideBar.foreground#A8A8B0
  • sideBarTitle.foreground#5060A0
  • statusBar.background#3e4673
  • statusBar.foreground#dbd7d5
  • tab.activeBackground#1E1E22
  • tab.activeBorder#5060A0
  • tab.inactiveBackground#181820
  • textLink.foreground#6070B0
  • titleBar.activeBackground#141418
  • titleBar.activeForeground#dbd7d5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5A5A68italic
keyword, storage#6070B0
string#7A9090
constant.numeric#878690
entity.name.function#6070B0bold
variable#dbd7d5
entity.name.type#7080C0bold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...