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#0F1828
  • activityBar.foreground#FFD8EB
  • activityBarBadge.background#FF89B5
  • activityBarBadge.foreground#FFFFFF
  • button.background#FF89B5
  • button.foreground#1A1A1A
  • button.hoverBackground#FFB1CC
  • button.secondaryBackground#2F3C56
  • button.secondaryForeground#E6CFC2
  • button.secondaryHoverBackground#3C4B68
  • editor.background#111827
  • editor.foreground#FCE8F0
  • editor.lineHighlightBackground#1E2A3D
  • editor.selectionBackground#312A4A
  • editorCursor.foreground#FF89B5
  • editorGroup.border#00000000
  • editorLineNumber.activeForeground#FFB7D5
  • editorLineNumber.foreground#4F5B72
  • focusBorder#00000000
  • list.activeSelectionBackground#2D1F31
  • list.activeSelectionForeground#FFD8EB
  • list.hoverBackground#1F2A3D
  • list.hoverForeground#FFFFFF
  • panel.background#1A2333
  • panel.border#00000000
  • sideBar.background#162033
  • sideBar.border#00000000
  • sideBar.foreground#C8D5EC
  • statusBar.background#0F1828
  • statusBar.foreground#FFD8EB
  • tab.activeBackground#1F2A3D
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#162033
  • tab.inactiveForeground#B0B8C8
  • titleBar.activeBackground#0F1828
  • titleBar.activeForeground#FFD8EB
  • titleBar.border#00000000
  • tree.indentGuidesStroke#2F3C56

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B7280italic
string#FF89B5
keyword#ECA0B6bold
variable#E6CFC2
function#FFB7D5bold
number#C79B6F
type#84A8E0
constant#FFB7D5

Shiki preview

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

Loading...