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#131513
  • editor.foreground#8ca68c
  • editor.lineHighlightBackground#687d6855
  • editor.selectionBackground#5e6e5e
  • editorCursor.foreground#8ca68c
  • editorWhitespace.foreground#687d68

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#8ca68c
variable.parameter.function#8ca68c
comment, punctuation.definition.comment#687d68
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#8ca68c
none#8ca68c
keyword.operator#8ca68c
keyword#ad2bee
variable#e6193c
entity.name.function, meta.require, support.function.any-method#3d62f5
support.class, entity.name.class, entity.name.type.class#98981b
meta.class#f4fbf4
keyword.other.special-method#3d62f5
storage#ad2bee
support.function#1999b3
string, constant.other.symbol, entity.other.inherited-class#29a329
constant.numeric#87711d
none#87711d
none#87711d
constant#87711d
entity.name.tag#e6193c
entity.other.attribute-name#87711d
entity.other.attribute-name.id, punctuation.definition.entity#3d62f5
meta.selector#ad2bee
none#87711d
markup.heading punctuation.definition.heading, entity.name.section#3d62f5
keyword.other.unit#87711d
markup.bold, punctuation.definition.bold#98981bbold
markup.italic, punctuation.definition.italic#ad2beeitalic
markup.raw.inline#29a329
string.other.link, punctuation.definition.string.end.markdown#e6193c
meta.link#87711d
markup.list#e6193c
markup.quote#87711d
meta.separator#8ca68c
markup.inserted#29a329
markup.deleted#e6193c
markup.changed#ad2bee
constant.other.color#1999b3
string.regexp#1999b3
constant.character.escape#1999b3
punctuation.section.embedded, variable.interpolation#ad2bee
invalid.illegal#f4fbf4
invalid.broken#131513
invalid.deprecated#f4fbf4
invalid.unimplemented#f4fbf4

Shiki preview

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

Loading...

Base16 color schemes by technosophos - VS Code Theme