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.

  • editor.background#FDF6E3
  • editor.foreground#657B83
  • editor.inactiveSelectionBackground#EDEDED
  • editor.lineHighlightBackground#EEE8D5
  • editor.selectionBackground#93A1A1
  • editorCursor.foreground#D30102
  • editorIndentGuide.activeBackground#D30102
  • editorIndentGuide.background#EEE8D5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#93A1A1
string#2AA198
variable#268BD2
keyword#859900
storage#B58900
constant#CB4B16
entity.name.function#268BD2

Shiki preview

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

Loading...