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#FFFFFF
  • editor.foreground#4A4A4A
  • editor.inactiveSelectionBackground#E0F7FA
  • editor.lineHighlightBackground#F0F0F0
  • editor.selectionBackground#B3E5FC
  • editorCursor.foreground#FF6F61
  • editorIndentGuide.activeBackground#FF6F61
  • editorIndentGuide.background#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#B0BEC5
string#FFAB91
variable#4FC3F7
keyword#FF6F61
storage#FF8A65
constant#F06292
entity.name.function#4FC3F7

Shiki preview

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

Loading...