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#2b303b
  • editor.foreground#c0c5ce
  • editor.lineHighlightBackground#65737e55
  • editor.selectionBackground#4f5b66
  • editorCursor.foreground#c0c5ce
  • editorWhitespace.foreground#65737e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0c5ce
variable.parameter.function#c0c5ce
comment, punctuation.definition.comment#65737e
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#c0c5ce
none#c0c5ce
keyword.operator#c0c5ce
keyword#b48ead
variable#bf616a
entity.name.function, meta.require, support.function.any-method#8fa1b3
support.class, entity.name.class, entity.name.type.class#ebcb8b
meta.class#eff1f5
keyword.other.special-method#8fa1b3
storage#b48ead
support.function#96b5b4
string, constant.other.symbol, entity.other.inherited-class#a3be8c
constant.numeric#d08770
none#d08770
none#d08770
constant#d08770
entity.name.tag#bf616a
entity.other.attribute-name#d08770
entity.other.attribute-name.id, punctuation.definition.entity#8fa1b3
meta.selector#b48ead
none#d08770
markup.heading punctuation.definition.heading, entity.name.section#8fa1b3
keyword.other.unit#d08770
markup.bold, punctuation.definition.bold#ebcb8bbold
markup.italic, punctuation.definition.italic#b48eaditalic
markup.raw.inline#a3be8c
string.other.link, punctuation.definition.string.end.markdown#bf616a
meta.link#d08770
markup.list#bf616a
markup.quote#d08770
meta.separator#c0c5ce
markup.inserted#a3be8c
markup.deleted#bf616a
markup.changed#b48ead
constant.other.color#96b5b4
string.regexp#96b5b4
constant.character.escape#96b5b4
punctuation.section.embedded, variable.interpolation#b48ead
invalid.illegal#eff1f5
invalid.broken#2b303b
invalid.deprecated#eff1f5
invalid.unimplemented#eff1f5

Shiki preview

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

Loading...