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#2E2E2E
  • editor.foreground#DAE8F7
  • foreground#DAE8F7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#D3721E
storage#D3721E
variable.language#D3721E
constant.language#D3721E
entity.name.tag#D3721E
variable#E8EB9C
string#61C3AA
constant.numeric#4A99C3
entity.name.function#A1E645
entity.name.function.macro#72EAA2
entity.name.type#4A99C3
constant#81DCFFbold italic
support.type.property-name#77E0F2
entity.name.type.lifetime#11AD32italic
punctuation.definition.lifetime#11AD32italic
keyword.operator#DAE8F7
markup.heading#61C3AA
markup.quote#E8EB9C
markup.fenced_code#77E0F2
markup.inline.raw#11AD32

Shiki preview

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

Loading...

Eclipse - Coding Theme