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#2b2b2b
  • editor.foreground#e6e1dc
  • editor.lineHighlightBackground#5a647e55
  • editor.selectionBackground#3a4055
  • editorCursor.foreground#e6e1dc
  • editorWhitespace.foreground#5a647e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e6e1dc
variable.parameter.function#e6e1dc
comment, punctuation.definition.comment#5a647e
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#e6e1dc
none#e6e1dc
keyword.operator#e6e1dc
keyword#b6b3eb
variable#da4939
entity.name.function, meta.require, support.function.any-method#6d9cbe
support.class, entity.name.class, entity.name.type.class#ffc66d
meta.class#f9f7f3
keyword.other.special-method#6d9cbe
storage#b6b3eb
support.function#519f50
string, constant.other.symbol, entity.other.inherited-class#a5c261
constant.numeric#cc7833
none#cc7833
none#cc7833
constant#cc7833
entity.name.tag#da4939
entity.other.attribute-name#cc7833
entity.other.attribute-name.id, punctuation.definition.entity#6d9cbe
meta.selector#b6b3eb
none#cc7833
markup.heading punctuation.definition.heading, entity.name.section#6d9cbe
keyword.other.unit#cc7833
markup.bold, punctuation.definition.bold#ffc66dbold
markup.italic, punctuation.definition.italic#b6b3ebitalic
markup.raw.inline#a5c261
string.other.link, punctuation.definition.string.end.markdown#da4939
meta.link#cc7833
markup.list#da4939
markup.quote#cc7833
meta.separator#e6e1dc
markup.inserted#a5c261
markup.deleted#da4939
markup.changed#b6b3eb
constant.other.color#519f50
string.regexp#519f50
constant.character.escape#519f50
punctuation.section.embedded, variable.interpolation#b6b3eb
invalid.illegal#f9f7f3
invalid.broken#2b2b2b
invalid.deprecated#f9f7f3
invalid.unimplemented#f9f7f3

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme