Skip to main content
CodingTheme

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#ff69b4
  • activityBar.foreground#0000ff
  • activityBarBadge.background#ffff00
  • badge.background#4b0082
  • badge.foreground#ffffff
  • button.background#ffa500
  • dropdown.background#f0e68c
  • dropdown.border#ffd700
  • dropdown.foreground#000000
  • editor.background#ffffff
  • editor.foreground#073642
  • editor.lineHighlightBackground#e0e0e0
  • editorLineNumber.foreground#586e75
  • input.background#ffffe0
  • input.border#eee8aa
  • input.foreground#000000
  • panel.background#fafad2
  • panel.border#ffd700
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#696969
  • peekView.border#ff8c00
  • peekViewEditor.background#fafad2
  • peekViewResult.background#ffffe0
  • scrollbarSlider.activeBackground#c71585
  • scrollbarSlider.background#ff69b4
  • scrollbarSlider.hoverBackground#ff1493
  • sideBar.background#7fffd4
  • statusBar.background#32cd32
  • statusBar.foreground#ffffff
  • statusBarItem.hoverBackground#ff4500
  • terminal.foreground#00ff00
  • titleBar.activeBackground#00bfff
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#87ceeb
  • titleBar.inactiveForeground#f5f5f5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aaaitalic
string#f20bold
entity.name.function#0000ff—
variable#800080—
keyword#ff1493—
constant#8b0000—
constant.numeric#483d8bbold
support.type.property-name.json#09F—
string.quoted.double#ff1493bold
support.type.property-name.css#09F—
constant.numeric.css#09Fbold

Shiki preview

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

Loading...