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#001E33
  • editor.foreground#E5E3D0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8f8c88italic
string#FF5353
keyword.control, storage.type, constant.language#2EBF7E
constant#67DAA6
meta.class, meta.function#F8BB39

Shiki preview

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

Loading...