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#171c19
  • editor.foreground#87928a
  • editor.lineHighlightBackground#5f6d6455
  • editor.selectionBackground#526057
  • editorCursor.foreground#87928a
  • editorWhitespace.foreground#5f6d64

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#87928a
variable.parameter.function#87928a
comment, punctuation.definition.comment#5f6d64
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#87928a
none#87928a
keyword.operator#87928a
keyword#55859b
variable#b16139
entity.name.function, meta.require, support.function.any-method#478c90
support.class, entity.name.class, entity.name.type.class#a07e3b
meta.class#ecf4ee
keyword.other.special-method#478c90
storage#55859b
support.function#1c9aa0
string, constant.other.symbol, entity.other.inherited-class#489963
constant.numeric#9f713c
none#9f713c
none#9f713c
constant#9f713c
entity.name.tag#b16139
entity.other.attribute-name#9f713c
entity.other.attribute-name.id, punctuation.definition.entity#478c90
meta.selector#55859b
none#9f713c
markup.heading punctuation.definition.heading, entity.name.section#478c90
keyword.other.unit#9f713c
markup.bold, punctuation.definition.bold#a07e3bbold
markup.italic, punctuation.definition.italic#55859bitalic
markup.raw.inline#489963
string.other.link, punctuation.definition.string.end.markdown#b16139
meta.link#9f713c
markup.list#b16139
markup.quote#9f713c
meta.separator#87928a
markup.inserted#489963
markup.deleted#b16139
markup.changed#55859b
constant.other.color#1c9aa0
string.regexp#1c9aa0
constant.character.escape#1c9aa0
punctuation.section.embedded, variable.interpolation#55859b
invalid.illegal#ecf4ee
invalid.broken#171c19
invalid.deprecated#ecf4ee
invalid.unimplemented#ecf4ee

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme