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#061229
  • editor.foreground#b8bbc2
  • editor.lineHighlightBackground#71788555
  • editor.selectionBackground#4d5666
  • editorCursor.foreground#b8bbc2
  • editorWhitespace.foreground#717885

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b8bbc2
variable.parameter.function#b8bbc2
comment, punctuation.definition.comment#717885
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#b8bbc2
none#b8bbc2
keyword.operator#b8bbc2
keyword#9989cc
variable#d07346
entity.name.function, meta.require, support.function.any-method#5299bf
support.class, entity.name.class, entity.name.type.class#fbd461
meta.class#ffffff
keyword.other.special-method#5299bf
storage#9989cc
support.function#72b9bf
string, constant.other.symbol, entity.other.inherited-class#99bf52
constant.numeric#f0a000
none#f0a000
none#f0a000
constant#f0a000
entity.name.tag#d07346
entity.other.attribute-name#f0a000
entity.other.attribute-name.id, punctuation.definition.entity#5299bf
meta.selector#9989cc
none#f0a000
markup.heading punctuation.definition.heading, entity.name.section#5299bf
keyword.other.unit#f0a000
markup.bold, punctuation.definition.bold#fbd461bold
markup.italic, punctuation.definition.italic#9989ccitalic
markup.raw.inline#99bf52
string.other.link, punctuation.definition.string.end.markdown#d07346
meta.link#f0a000
markup.list#d07346
markup.quote#f0a000
meta.separator#b8bbc2
markup.inserted#99bf52
markup.deleted#d07346
markup.changed#9989cc
constant.other.color#72b9bf
string.regexp#72b9bf
constant.character.escape#72b9bf
punctuation.section.embedded, variable.interpolation#9989cc
invalid.illegal#ffffff
invalid.broken#061229
invalid.deprecated#ffffff
invalid.unimplemented#ffffff

Shiki preview

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

Loading...