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#202746
  • editor.foreground#979db4
  • editor.lineHighlightBackground#6b739455
  • editor.selectionBackground#5e6687
  • editorCursor.foreground#979db4
  • editorWhitespace.foreground#6b7394

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#979db4
variable.parameter.function#979db4
comment, punctuation.definition.comment#6b7394
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#979db4
none#979db4
keyword.operator#979db4
keyword#6679cc
variable#c94922
entity.name.function, meta.require, support.function.any-method#3d8fd1
support.class, entity.name.class, entity.name.type.class#c08b30
meta.class#f5f7ff
keyword.other.special-method#3d8fd1
storage#6679cc
support.function#22a2c9
string, constant.other.symbol, entity.other.inherited-class#ac9739
constant.numeric#c76b29
none#c76b29
none#c76b29
constant#c76b29
entity.name.tag#c94922
entity.other.attribute-name#c76b29
entity.other.attribute-name.id, punctuation.definition.entity#3d8fd1
meta.selector#6679cc
none#c76b29
markup.heading punctuation.definition.heading, entity.name.section#3d8fd1
keyword.other.unit#c76b29
markup.bold, punctuation.definition.bold#c08b30bold
markup.italic, punctuation.definition.italic#6679ccitalic
markup.raw.inline#ac9739
string.other.link, punctuation.definition.string.end.markdown#c94922
meta.link#c76b29
markup.list#c94922
markup.quote#c76b29
meta.separator#979db4
markup.inserted#ac9739
markup.deleted#c94922
markup.changed#6679cc
constant.other.color#22a2c9
string.regexp#22a2c9
constant.character.escape#22a2c9
punctuation.section.embedded, variable.interpolation#6679cc
invalid.illegal#f5f7ff
invalid.broken#202746
invalid.deprecated#f5f7ff
invalid.unimplemented#f5f7ff

Shiki preview

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

Loading...