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#f3f4f6
  • activityBar.foreground#4f4f4f
  • activityBarBadge.background#4a90e2
  • button.background#c4c5c7
  • dropdown.background#d8d8d9
  • dropdown.border#b8b8b9
  • dropdown.foreground#000000
  • editor.background#ffffff
  • editor.foreground#000000
  • editor.lineHighlightBackground#f9f9fa
  • editorLineNumber.foreground#a9a9a9
  • input.background#e6e6e7
  • input.border#b8b8b9
  • input.foreground#000000
  • scrollbarSlider.activeBackground#9fa1a3
  • scrollbarSlider.background#d1d2d4
  • scrollbarSlider.hoverBackground#b8b9bb
  • sideBar.background#f8f8f9
  • statusBar.background#e8e9eb
  • statusBar.foreground#000000
  • statusBarItem.hoverBackground#d1d2d4
  • terminal.foreground#5a5a5a
  • titleBar.activeBackground#e8e9eb
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#f2f2f3
  • titleBar.inactiveForeground#6d6d6d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008000
string#ff4500
entity.name.function#0000ff
variable#800080
keyword#ff1493
constant#8b0000
constant.numeric#483d8b

Shiki preview

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

Loading...