Skip to main content
Coding Theme

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#322931
  • editor.foreground#b9b5b8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b9b5b8
variable.parameter.function#b9b5b8
comment, punctuation.definition.comment#797379
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#b9b5b8
none#b9b5b8
keyword.operator#b9b5b8
keyword, keyword.control#c85e7c
variable#dd464c
entity.name.function, meta.require, support.function.any-method#1290bf
support.class, entity.name.class, entity.name.type#fdcc59
keyword.other.special-method#1290bf
storage#c85e7c
support.function#7e602c
string, constant.other.symbol, entity.other.inherited-class#8fc13e
constant.numeric#fd8b19
none#fd8b19
none#fd8b19
constant#fd8b19
entity.name.tag#dd464c
entity.other.attribute-name#fd8b19
entity.other.attribute-name.id, punctuation.definition.entity#1290bf
meta.selector#c85e7c
none#fd8b19
markup.heading, markup.heading.setext, punctuation.definition.heading, entity.name.section#1290bf
keyword.other.unit#fd8b19
markup.bold, punctuation.definition.bold#fdcc59bold
markup.italic, punctuation.definition.italic#c85e7citalic
markup.inline.raw#8fc13e
string.other.link#dd464c
meta.link#fd8b19
markup.list#dd464c
markup.quote#fd8b19
meta.separator#b9b5b8
markup.inserted#8fc13e
markup.deleted#dd464c
markup.changed#c85e7c
constant.other.color#7e602c
string.regexp#7e602c
constant.character.escape#7e602c
punctuation.section.embedded, variable.interpolation#149b93
invalid.illegal#dd464c

Shiki preview

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

Loading...