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#f9f9f9
  • editor.foreground#102015
  • editor.lineHighlightBackground#55555555
  • editor.selectionBackground#ababab
  • editorCursor.foreground#102015
  • editorWhitespace.foreground#555555

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#102015
variable.parameter.function#102015
comment, punctuation.definition.comment#555555
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#102015
none#102015
keyword.operator#102015
keyword#f996e2
variable#e92f2f
entity.name.function, meta.require, support.function.any-method#3b48e3
support.class, entity.name.class, entity.name.type.class#dddd13
meta.class#000000
keyword.other.special-method#3b48e3
storage#f996e2
support.function#23edda
string, constant.other.symbol, entity.other.inherited-class#0ed839
constant.numeric#e09448
none#e09448
none#e09448
constant#e09448
entity.name.tag#e92f2f
entity.other.attribute-name#e09448
entity.other.attribute-name.id, punctuation.definition.entity#3b48e3
meta.selector#f996e2
none#e09448
markup.heading punctuation.definition.heading, entity.name.section#3b48e3
keyword.other.unit#e09448
markup.bold, punctuation.definition.bold#dddd13bold
markup.italic, punctuation.definition.italic#f996e2italic
markup.raw.inline#0ed839
string.other.link, punctuation.definition.string.end.markdown#e92f2f
meta.link#e09448
markup.list#e92f2f
markup.quote#e09448
meta.separator#102015
markup.inserted#0ed839
markup.deleted#e92f2f
markup.changed#f996e2
constant.other.color#23edda
string.regexp#23edda
constant.character.escape#23edda
punctuation.section.embedded, variable.interpolation#f996e2
invalid.illegal#000000
invalid.broken#f9f9f9
invalid.deprecated#000000
invalid.unimplemented#000000

Shiki preview

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

Loading...