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#181818
  • editor.foreground#d8d8d8
  • editor.lineHighlightBackground#58585855
  • editor.selectionBackground#383838
  • editorCursor.foreground#d8d8d8
  • editorWhitespace.foreground#585858

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d8d8d8
variable.parameter.function#d8d8d8
comment, punctuation.definition.comment#585858
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#d8d8d8
none#d8d8d8
keyword.operator#d8d8d8
keyword#ba8baf
variable#ab4642
entity.name.function, meta.require, support.function.any-method#7cafc2
support.class, entity.name.class, entity.name.type.class#f7ca88
meta.class#f8f8f8
keyword.other.special-method#7cafc2
storage#ba8baf
support.function#86c1b9
string, constant.other.symbol, entity.other.inherited-class#a1b56c
constant.numeric#dc9656
none#dc9656
none#dc9656
constant#dc9656
entity.name.tag#ab4642
entity.other.attribute-name#dc9656
entity.other.attribute-name.id, punctuation.definition.entity#7cafc2
meta.selector#ba8baf
none#dc9656
markup.heading punctuation.definition.heading, entity.name.section#7cafc2
keyword.other.unit#dc9656
markup.bold, punctuation.definition.bold#f7ca88bold
markup.italic, punctuation.definition.italic#ba8bafitalic
markup.raw.inline#a1b56c
string.other.link, punctuation.definition.string.end.markdown#ab4642
meta.link#dc9656
markup.list#ab4642
markup.quote#dc9656
meta.separator#d8d8d8
markup.inserted#a1b56c
markup.deleted#ab4642
markup.changed#ba8baf
constant.other.color#86c1b9
string.regexp#86c1b9
constant.character.escape#86c1b9
punctuation.section.embedded, variable.interpolation#ba8baf
invalid.illegal#f8f8f8
invalid.broken#181818
invalid.deprecated#f8f8f8
invalid.unimplemented#f8f8f8

Shiki preview

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

Loading...