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#3a4749
  • activityBar.foreground#d5cecb
  • activityBarBadge.background#b2525c
  • button.background#6f8c8d
  • button.foreground#FAFBFA
  • button.secondaryBackground#b2525c
  • editor.background#FAFBFA
  • editor.foreground#3a4749
  • editor.selectionBackground#6f8c8d30
  • editorCursor.foreground#b2525c
  • editorLineNumber.foreground#A0A8A8
  • focusBorder#6f8c8d80
  • list.activeSelectionBackground#6f8c8d
  • list.activeSelectionForeground#FAFBFA
  • list.hoverBackground#F2F4F4
  • sideBar.background#F5F7F7
  • sideBar.foreground#3a4749
  • sideBarTitle.foreground#6f8c8d
  • statusBar.background#6f8c8d
  • statusBar.foreground#FAFBFA
  • tab.activeBackground#FAFBFA
  • tab.activeBorder#6f8c8d
  • tab.inactiveBackground#F5F7F7
  • textLink.foreground#6f8c8d
  • titleBar.activeBackground#3a4749
  • titleBar.activeForeground#d5cecb

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A0A8A8italic
keyword, storage#b2525c
string#6f8c8d
constant.numeric#9A6A70
entity.name.function#6f8c8dbold
variable#3a4749
entity.name.type#b2525cbold

Shiki preview

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

Loading...