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#f8f8f8
  • editor.foreground#383838
  • editor.lineHighlightBackground#b8b8b855
  • editor.selectionBackground#d8d8d8
  • editorCursor.foreground#383838
  • editorWhitespace.foreground#b8b8b8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#383838
variable.parameter.function#383838
comment, punctuation.definition.comment#b8b8b8
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#383838
none#383838
keyword.operator#383838
keyword#96609e
variable#ab4642
entity.name.function, meta.require, support.function.any-method#7cafc2
support.class, entity.name.class, entity.name.type.class#f79a0e
meta.class#181818
keyword.other.special-method#7cafc2
storage#96609e
support.function#4b8093
string, constant.other.symbol, entity.other.inherited-class#538947
constant.numeric#dc9656
none#dc9656
none#dc9656
constant#dc9656
entity.name.tag#ab4642
entity.other.attribute-name#dc9656
entity.other.attribute-name.id, punctuation.definition.entity#7cafc2
meta.selector#96609e
none#dc9656
markup.heading punctuation.definition.heading, entity.name.section#7cafc2
keyword.other.unit#dc9656
markup.bold, punctuation.definition.bold#f79a0ebold
markup.italic, punctuation.definition.italic#96609eitalic
markup.raw.inline#538947
string.other.link, punctuation.definition.string.end.markdown#ab4642
meta.link#dc9656
markup.list#ab4642
markup.quote#dc9656
meta.separator#383838
markup.inserted#538947
markup.deleted#ab4642
markup.changed#96609e
constant.other.color#4b8093
string.regexp#4b8093
constant.character.escape#4b8093
punctuation.section.embedded, variable.interpolation#96609e
invalid.illegal#181818
invalid.broken#f8f8f8
invalid.deprecated#181818
invalid.unimplemented#181818

Shiki preview

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

Loading...