Skip to main content
Coding Theme

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#0a0f25
  • editorLineNumber.foreground#858585

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#EEF1F6
invalid.illegal#F03A5Bbold
punctuation#d0b3ff
string#30C174
constant.character.escape#398741
entity.name.tag#7CA1FF
keyword#9B6CFF
constant#dc5cff
comment#7D8295

Shiki preview

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

Loading...