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#ff6666
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ff0000
  • button.background#ff33cc
  • dropdown.background#c2c2f0
  • dropdown.border#9999ff
  • dropdown.foreground#1a1a1a
  • editor.background#ffffff
  • editor.foreground#070
  • editor.lineHighlightBackground#e6f2ff
  • editorLineNumber.foreground#555555
  • input.background#f0e6cc
  • input.border#ffcc66
  • input.foreground#1a1a1a
  • scrollbarSlider.activeBackground#ff8000
  • scrollbarSlider.background#ffcc66
  • scrollbarSlider.hoverBackground#ff9933
  • sideBar.background#ffe6e6
  • statusBar.background#ff9933
  • statusBar.foreground#ffffff
  • statusBarItem.hoverBackground#ffcc99
  • terminal.foreground#9933ff
  • titleBar.activeBackground#00cc99
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#b3e0cc
  • titleBar.inactiveForeground#333333

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aaa
string#ff3300bold
entity.name.function#0033ccbold
variable#990099bold
keyword#ff0066bold
constant#990000bold
constant.numeric#333399bold

Shiki preview

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

Loading...