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#000000
  • editor.foreground#b5b3aa
  • editor.lineHighlightBackground#6c6c6655
  • editor.selectionBackground#484844
  • editorCursor.foreground#b5b3aa
  • editorWhitespace.foreground#6c6c66

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b5b3aa
variable.parameter.function#b5b3aa
comment, punctuation.definition.comment#6c6c66
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#b5b3aa
none#b5b3aa
keyword.operator#b5b3aa
keyword#ff73fd
variable#ff6c60
entity.name.function, meta.require, support.function.any-method#96cbfe
support.class, entity.name.class, entity.name.type.class#ffffb6
meta.class#fdfbee
keyword.other.special-method#96cbfe
storage#ff73fd
support.function#c6c5fe
string, constant.other.symbol, entity.other.inherited-class#a8ff60
constant.numeric#e9c062
none#e9c062
none#e9c062
constant#e9c062
entity.name.tag#ff6c60
entity.other.attribute-name#e9c062
entity.other.attribute-name.id, punctuation.definition.entity#96cbfe
meta.selector#ff73fd
none#e9c062
markup.heading punctuation.definition.heading, entity.name.section#96cbfe
keyword.other.unit#e9c062
markup.bold, punctuation.definition.bold#ffffb6bold
markup.italic, punctuation.definition.italic#ff73fditalic
markup.raw.inline#a8ff60
string.other.link, punctuation.definition.string.end.markdown#ff6c60
meta.link#e9c062
markup.list#ff6c60
markup.quote#e9c062
meta.separator#b5b3aa
markup.inserted#a8ff60
markup.deleted#ff6c60
markup.changed#ff73fd
constant.other.color#c6c5fe
string.regexp#c6c5fe
constant.character.escape#c6c5fe
punctuation.section.embedded, variable.interpolation#ff73fd
invalid.illegal#fdfbee
invalid.broken#000000
invalid.deprecated#fdfbee
invalid.unimplemented#fdfbee

Shiki preview

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

Loading...