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#FFDBE5
  • activityBar.foreground#3E3E3E
  • activityBarBadge.background#E27396
  • activityBarBadge.foreground#ffffff
  • button.background#E27396
  • button.foreground#ffffff
  • button.hoverBackground#EA9AB2
  • button.secondaryBackground#FFDBE5
  • button.secondaryForeground#403333
  • button.secondaryHoverBackground#FFE2EF
  • editor.background#FFF8E7
  • editor.foreground#403333
  • editor.lineHighlightBackground#FFF0D9
  • editor.selectionBackground#FFE2F0
  • editorCursor.foreground#E27396
  • editorGroup.border#00000000
  • editorLineNumber.activeForeground#E27396
  • editorLineNumber.foreground#CDA9A9
  • focusBorder#00000000
  • list.activeSelectionBackground#FFD6E6
  • list.activeSelectionForeground#2E2A2A
  • list.hoverBackground#FFF0F6
  • list.hoverForeground#2E2A2A
  • list.inactiveSelectionBackground#FFE8EF
  • panel.border#00000000
  • sideBar.background#FFF3E1
  • sideBar.border#00000000
  • sideBar.foreground#2E2A2A
  • statusBar.background#FFF0D9
  • statusBar.foreground#403333
  • tab.activeBackground#FFE6B5
  • tab.activeForeground#403333
  • tab.inactiveBackground#FFF8E7
  • tab.inactiveForeground#7A6C6C
  • titleBar.activeBackground#FFF3E1
  • titleBar.activeForeground#403333
  • titleBar.border#00000000
  • tree.indentGuidesStroke#E8B8C6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#CDA9A9italic
string#E27396
keyword#C7608Ebold
variable#333333
function#E27396bold
number#B86B77
type#C2855B
constant#EA9AB2

Shiki preview

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

Loading...