Skip to main content
CodingTheme

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#263238
  • editor.foreground#CDD3DE
  • editor.lineHighlightBackground#70788055
  • editor.selectionBackground#37474F
  • editorCursor.foreground#CDD3DE
  • editorWhitespace.foreground#707880

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#CDD3DE
variable.parameter.function#CDD3DE
comment, punctuation.definition.comment#707880
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#CDD3DE
none#CDD3DE
keyword.operator#CDD3DE
keyword#82AAFF
variable#EC5F67
entity.name.function, meta.require, support.function.any-method#89DDFF
support.class, entity.name.class, entity.name.type.class#FFCC00
meta.class#FFFFFF
keyword.other.special-method#89DDFF
storage#82AAFF
support.function#80CBC4
string, constant.other.symbol, entity.other.inherited-class#8BD649
constant.numeric#EA9560
none#EA9560
none#EA9560
constant#EA9560
entity.name.tag#EC5F67
entity.other.attribute-name#EA9560
entity.other.attribute-name.id, punctuation.definition.entity#89DDFF
meta.selector#82AAFF
none#EA9560
markup.heading punctuation.definition.heading, entity.name.section#89DDFF
keyword.other.unit#EA9560
markup.bold, punctuation.definition.bold#FFCC00bold
markup.italic, punctuation.definition.italic#82AAFFitalic
markup.raw.inline#8BD649
string.other.link, punctuation.definition.string.end.markdown#EC5F67
meta.link#EA9560
markup.list#EC5F67
markup.quote#EA9560
meta.separator#CDD3DE
markup.inserted#8BD649
markup.deleted#EC5F67
markup.changed#82AAFF
constant.other.color#80CBC4
string.regexp#80CBC4
constant.character.escape#80CBC4
punctuation.section.embedded, variable.interpolation#82AAFF
invalid.illegal#FFFFFF
invalid.broken#263238
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF

Shiki preview

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

Loading...