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#22221b
  • editor.foreground#929181
  • editor.lineHighlightBackground#6c6b5a55
  • editor.selectionBackground#5f5e4e
  • editorCursor.foreground#929181
  • editorWhitespace.foreground#6c6b5a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#929181
variable.parameter.function#929181
comment, punctuation.definition.comment#6c6b5a
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#929181
none#929181
keyword.operator#929181
keyword#5f9182
variable#ba6236
entity.name.function, meta.require, support.function.any-method#36a166
support.class, entity.name.class, entity.name.type.class#a5980d
meta.class#f4f3ec
keyword.other.special-method#36a166
storage#5f9182
support.function#5b9d48
string, constant.other.symbol, entity.other.inherited-class#7d9726
constant.numeric#ae7313
none#ae7313
none#ae7313
constant#ae7313
entity.name.tag#ba6236
entity.other.attribute-name#ae7313
entity.other.attribute-name.id, punctuation.definition.entity#36a166
meta.selector#5f9182
none#ae7313
markup.heading punctuation.definition.heading, entity.name.section#36a166
keyword.other.unit#ae7313
markup.bold, punctuation.definition.bold#a5980dbold
markup.italic, punctuation.definition.italic#5f9182italic
markup.raw.inline#7d9726
string.other.link, punctuation.definition.string.end.markdown#ba6236
meta.link#ae7313
markup.list#ba6236
markup.quote#ae7313
meta.separator#929181
markup.inserted#7d9726
markup.deleted#ba6236
markup.changed#5f9182
constant.other.color#5b9d48
string.regexp#5b9d48
constant.character.escape#5b9d48
punctuation.section.embedded, variable.interpolation#5f9182
invalid.illegal#f4f3ec
invalid.broken#22221b
invalid.deprecated#f4f3ec
invalid.unimplemented#f4f3ec

Shiki preview

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

Loading...