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#ffffff
  • editor.foreground#4d4d4c
  • editor.lineHighlightBackground#8e908c55
  • editor.selectionBackground#d6d6d6
  • editorCursor.foreground#4d4d4c
  • editorWhitespace.foreground#8e908c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#4d4d4c
variable.parameter.function#4d4d4c
comment, punctuation.definition.comment#8e908c
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#4d4d4c
none#4d4d4c
keyword.operator#4d4d4c
keyword#8959a8
variable#c82829
entity.name.function, meta.require, support.function.any-method#4271ae
support.class, entity.name.class, entity.name.type.class#eab700
meta.class#1d1f21
keyword.other.special-method#4271ae
storage#8959a8
support.function#3e999f
string, constant.other.symbol, entity.other.inherited-class#718c00
constant.numeric#f5871f
none#f5871f
none#f5871f
constant#f5871f
entity.name.tag#c82829
entity.other.attribute-name#f5871f
entity.other.attribute-name.id, punctuation.definition.entity#4271ae
meta.selector#8959a8
none#f5871f
markup.heading punctuation.definition.heading, entity.name.section#4271ae
keyword.other.unit#f5871f
markup.bold, punctuation.definition.bold#eab700bold
markup.italic, punctuation.definition.italic#8959a8italic
markup.raw.inline#718c00
string.other.link, punctuation.definition.string.end.markdown#c82829
meta.link#f5871f
markup.list#c82829
markup.quote#f5871f
meta.separator#4d4d4c
markup.inserted#718c00
markup.deleted#c82829
markup.changed#8959a8
constant.other.color#3e999f
string.regexp#3e999f
constant.character.escape#3e999f
punctuation.section.embedded, variable.interpolation#8959a8
invalid.illegal#1d1f21
invalid.broken#ffffff
invalid.deprecated#1d1f21
invalid.unimplemented#1d1f21

Shiki preview

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

Loading...