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#D8E7FF
  • activityBar.foreground#2F2A2A
  • activityBarBadge.background#E07BAE
  • activityBarBadge.foreground#FFFFFF
  • button.background#E07BAE
  • button.foreground#FFFFFF
  • button.hoverBackground#EC9CC2
  • button.secondaryBackground#D8E7FF
  • button.secondaryForeground#2F2A2A
  • button.secondaryHoverBackground#E6F1FF
  • editor.background#F6F8FF
  • editor.foreground#2F2A2A
  • editor.lineHighlightBackground#F0F4FF
  • editor.selectionBackground#FFE3F2
  • editorCursor.foreground#E07BAE
  • editorGroup.border#00000000
  • editorLineNumber.activeForeground#E07BAE
  • editorLineNumber.foreground#A8B9D8
  • focusBorder#00000000
  • list.activeSelectionBackground#FFE6F5
  • list.activeSelectionForeground#2F2A2A
  • list.hoverBackground#F8EEFA
  • list.hoverForeground#2F2A2A
  • panel.border#00000000
  • sideBar.background#EDF3FF
  • sideBar.border#00000000
  • sideBar.foreground#3C6AA8
  • statusBar.background#EAF1FF
  • statusBar.foreground#2F2A2A
  • tab.activeBackground#F7E7F3
  • tab.activeForeground#2F2A2A
  • tab.inactiveBackground#F6F8FF
  • tab.inactiveForeground#7A6C6C
  • titleBar.activeBackground#EAF1FF
  • titleBar.activeForeground#2F2A2A
  • titleBar.border#00000000
  • tree.indentGuidesStroke#D3E0F5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#B2B9C9italic
string#E07BAE
keyword#C7608Ebold
variable#2F2A2A
function#E07BAEbold
number#C78577
type#4C86A8
constant#EC9CC2

Shiki preview

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

Loading...