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#1f2022
  • editor.foreground#a3a3a3
  • editor.lineHighlightBackground#58585855
  • editor.selectionBackground#444155
  • editorCursor.foreground#a3a3a3
  • editorWhitespace.foreground#585858

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#a3a3a3
variable.parameter.function#a3a3a3
comment, punctuation.definition.comment#585858
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#a3a3a3
none#a3a3a3
keyword.operator#a3a3a3
keyword#a31db1
variable#f2241f
entity.name.function, meta.require, support.function.any-method#4f97d7
support.class, entity.name.class, entity.name.type.class#b1951d
meta.class#f8f8f8
keyword.other.special-method#4f97d7
storage#a31db1
support.function#2d9574
string, constant.other.symbol, entity.other.inherited-class#67b11d
constant.numeric#ffa500
none#ffa500
none#ffa500
constant#ffa500
entity.name.tag#f2241f
entity.other.attribute-name#ffa500
entity.other.attribute-name.id, punctuation.definition.entity#4f97d7
meta.selector#a31db1
none#ffa500
markup.heading punctuation.definition.heading, entity.name.section#4f97d7
keyword.other.unit#ffa500
markup.bold, punctuation.definition.bold#b1951dbold
markup.italic, punctuation.definition.italic#a31db1italic
markup.raw.inline#67b11d
string.other.link, punctuation.definition.string.end.markdown#f2241f
meta.link#ffa500
markup.list#f2241f
markup.quote#ffa500
meta.separator#a3a3a3
markup.inserted#67b11d
markup.deleted#f2241f
markup.changed#a31db1
constant.other.color#2d9574
string.regexp#2d9574
constant.character.escape#2d9574
punctuation.section.embedded, variable.interpolation#a31db1
invalid.illegal#f8f8f8
invalid.broken#1f2022
invalid.deprecated#f8f8f8
invalid.unimplemented#f8f8f8

Shiki preview

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

Loading...