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#161b1d
  • editor.foreground#7ea2b4
  • editor.lineHighlightBackground#5a7b8c55
  • editor.selectionBackground#516d7b
  • editorCursor.foreground#7ea2b4
  • editorWhitespace.foreground#5a7b8c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#7ea2b4
variable.parameter.function#7ea2b4
comment, punctuation.definition.comment#5a7b8c
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#7ea2b4
none#7ea2b4
keyword.operator#7ea2b4
keyword#6b6bb8
variable#d22d72
entity.name.function, meta.require, support.function.any-method#257fad
support.class, entity.name.class, entity.name.type.class#8a8a0f
meta.class#ebf8ff
keyword.other.special-method#257fad
storage#6b6bb8
support.function#2d8f6f
string, constant.other.symbol, entity.other.inherited-class#568c3b
constant.numeric#935c25
none#935c25
none#935c25
constant#935c25
entity.name.tag#d22d72
entity.other.attribute-name#935c25
entity.other.attribute-name.id, punctuation.definition.entity#257fad
meta.selector#6b6bb8
none#935c25
markup.heading punctuation.definition.heading, entity.name.section#257fad
keyword.other.unit#935c25
markup.bold, punctuation.definition.bold#8a8a0fbold
markup.italic, punctuation.definition.italic#6b6bb8italic
markup.raw.inline#568c3b
string.other.link, punctuation.definition.string.end.markdown#d22d72
meta.link#935c25
markup.list#d22d72
markup.quote#935c25
meta.separator#7ea2b4
markup.inserted#568c3b
markup.deleted#d22d72
markup.changed#6b6bb8
constant.other.color#2d8f6f
string.regexp#2d8f6f
constant.character.escape#2d8f6f
punctuation.section.embedded, variable.interpolation#6b6bb8
invalid.illegal#ebf8ff
invalid.broken#161b1d
invalid.deprecated#ebf8ff
invalid.unimplemented#ebf8ff

Shiki preview

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

Loading...