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.

  • button.background#111
  • button.foreground#fafafa
  • button.hoverBackground#333
  • editor.background#fafafa
  • editor.foreground#111
  • editorGroupHeader.tabsBackground#fafafa
  • editorGroupHeader.tabsBorder#ccc
  • editorLineNumber.activeForeground#111
  • editorLineNumber.foreground#555
  • errorForeground#a11
  • foreground#111
  • list.activeSelectionBackground#111
  • list.activeSelectionForeground#ccc
  • list.dropBackground#ddd
  • list.hoverBackground#ddd
  • list.hoverForeground#111
  • list.inactiveSelectionBackground#111
  • list.inactiveSelectionForeground#ccc
  • sideBar.background#eee
  • sideBar.border#ccc
  • tab.activeBackground#ddd
  • tab.activeForeground#111
  • tab.border#ccc
  • tab.inactiveBackground#eee
  • tab.inactiveForeground#555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#787
string.quoted.double, string.quoted.single#551111

Shiki preview

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

Loading...

Subtle Monochrome by Christopher J. Covert - VS Code Theme