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#1a1a1a
  • editor.foreground#E5E3D0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8f8c88italic
string#b3c925
keyword.control, storage.type, constant.language#29B1B1
constant#4DD5D5
meta.class, meta.function#FF633C

Shiki preview

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

Loading...