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#FFFFFF
  • editor.foreground#000000
  • foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#800953bold
storage#800953bold
variable.language#800953bold
constant.language#800953bold
entity.name.tag#800953bold
variable#643A3A
string#2D0BF2
constant.numeric#000000
entity.name.function#000000
entity.name.function.macro#000000
entity.name.type#000000
constant#000000bold italic
support.type.property-name#0701B4
entity.name.type.lifetime#2D0BF2italic
punctuation.definition.lifetime#2D0BF2italic
keyword.operator#000000
markup.heading#2D0BF2
markup.quote#643A3A
markup.fenced_code#0701B4
markup.inline.raw#2D0BF2

Shiki preview

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

Loading...

Eclipse - Coding Theme