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#FFB6C1
  • activityBar.foreground#2F2F2F
  • dialog.button.background#ff69b4
  • dialog.button.border#ff69b4
  • dialog.button.borderRadius50px
  • dialog.button.foreground#fff
  • dialog.button.hoverBackground#ff85c2
  • dialog.button.secondaryBackground#ffe4f7
  • dialog.button.secondaryForeground#d63384
  • dialog.button.secondaryHoverBackground#ffb6e6
  • editor.background#FFF0F5
  • editor.foreground#2F2F2F
  • editorGroup.border#E91E63
  • editorGroupHeader.tabsBorder#E91E63
  • sideBar.background#FFE4E1
  • sideBar.foreground#2F2F2F
  • statusBar.background#FFB6C1
  • statusBar.foreground#2F2F2F
  • tab.activeBackground#FFB6C1
  • tab.activeBorder#E91E63
  • tab.activeBorderTop#E91E63
  • tab.activeForeground#2F2F2F
  • tab.border#E91E63
  • tab.inactiveBackground#FFF0F5
  • tab.inactiveForeground#4F4F4F
  • titleBar.activeBackground#FFB6C1
  • titleBar.activeBorder#E91E63
  • titleBar.activeForeground#2F2F2F
  • titleBar.border#E91E63
  • tree.inactiveIndentGuidesStroke#FF69B4
  • tree.indentGuidesStroke#E91E63
  • workbench.tree.indent20

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#FF69B4
string#C71585
keyword#FF1493
variable#DB7093
function#FF69B4

Shiki preview

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

Loading...