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#504f53
  • activityBar.foreground#dbd7d5
  • activityBarBadge.background#3e4673
  • button.background#3e4673
  • button.foreground#dbd7d5
  • editor.background#FAFAFA
  • editor.foreground#504f53
  • editor.selectionBackground#3e467330
  • editorCursor.foreground#3e4673
  • editorLineNumber.foreground#A0A0A0
  • focusBorder#3e467380
  • list.activeSelectionBackground#3e4673
  • list.activeSelectionForeground#dbd7d5
  • list.hoverBackground#F2F2F2
  • sideBar.background#F5F5F5
  • sideBar.foreground#504f53
  • sideBarTitle.foreground#3e4673
  • statusBar.background#3e4673
  • statusBar.foreground#dbd7d5
  • tab.activeBackground#FAFAFA
  • tab.activeBorder#3e4673
  • tab.inactiveBackground#F5F5F5
  • textLink.foreground#3e4673
  • titleBar.activeBackground#504f53
  • titleBar.activeForeground#dbd7d5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#878690italic
keyword, storage#3e4673
string#5A7080
constant.numeric#6A6A78
entity.name.function#3e4673bold
variable#504f53
entity.name.type#4E5683bold

Shiki preview

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

Loading...