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#282936
  • editor.foreground#e9e9f4
  • editor.lineHighlightBackground#62648355
  • editor.selectionBackground#4d4f68
  • editorCursor.foreground#e9e9f4
  • editorWhitespace.foreground#626483

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e9e9f4
variable.parameter.function#e9e9f4
comment, punctuation.definition.comment#626483
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#e9e9f4
none#e9e9f4
keyword.operator#e9e9f4
keyword#b45bcf
variable#ea51b2
entity.name.function, meta.require, support.function.any-method#62d6e8
support.class, entity.name.class, entity.name.type.class#00f769
meta.class#f7f7fb
keyword.other.special-method#62d6e8
storage#b45bcf
support.function#a1efe4
string, constant.other.symbol, entity.other.inherited-class#ebff87
constant.numeric#b45bcf
none#b45bcf
none#b45bcf
constant#b45bcf
entity.name.tag#ea51b2
entity.other.attribute-name#b45bcf
entity.other.attribute-name.id, punctuation.definition.entity#62d6e8
meta.selector#b45bcf
none#b45bcf
markup.heading punctuation.definition.heading, entity.name.section#62d6e8
keyword.other.unit#b45bcf
markup.bold, punctuation.definition.bold#00f769bold
markup.italic, punctuation.definition.italic#b45bcfitalic
markup.raw.inline#ebff87
string.other.link, punctuation.definition.string.end.markdown#ea51b2
meta.link#b45bcf
markup.list#ea51b2
markup.quote#b45bcf
meta.separator#e9e9f4
markup.inserted#ebff87
markup.deleted#ea51b2
markup.changed#b45bcf
constant.other.color#a1efe4
string.regexp#a1efe4
constant.character.escape#a1efe4
punctuation.section.embedded, variable.interpolation#b45bcf
invalid.illegal#f7f7fb
invalid.broken#282936
invalid.deprecated#f7f7fb
invalid.unimplemented#f7f7fb

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme