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#151515
  • editor.foreground#d0d0d0
  • editor.lineHighlightBackground#50505055
  • editor.selectionBackground#303030
  • editorCursor.foreground#d0d0d0
  • editorWhitespace.foreground#505050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d0d0d0
variable.parameter.function#d0d0d0
comment, punctuation.definition.comment#505050
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#d0d0d0
none#d0d0d0
keyword.operator#d0d0d0
keyword#e1a3ee
variable#fb9fb1
entity.name.function, meta.require, support.function.any-method#6fc2ef
support.class, entity.name.class, entity.name.type.class#ddb26f
meta.class#f5f5f5
keyword.other.special-method#6fc2ef
storage#e1a3ee
support.function#12cfc0
string, constant.other.symbol, entity.other.inherited-class#acc267
constant.numeric#eda987
none#eda987
none#eda987
constant#eda987
entity.name.tag#fb9fb1
entity.other.attribute-name#eda987
entity.other.attribute-name.id, punctuation.definition.entity#6fc2ef
meta.selector#e1a3ee
none#eda987
markup.heading punctuation.definition.heading, entity.name.section#6fc2ef
keyword.other.unit#eda987
markup.bold, punctuation.definition.bold#ddb26fbold
markup.italic, punctuation.definition.italic#e1a3eeitalic
markup.raw.inline#acc267
string.other.link, punctuation.definition.string.end.markdown#fb9fb1
meta.link#eda987
markup.list#fb9fb1
markup.quote#eda987
meta.separator#d0d0d0
markup.inserted#acc267
markup.deleted#fb9fb1
markup.changed#e1a3ee
constant.other.color#12cfc0
string.regexp#12cfc0
constant.character.escape#12cfc0
punctuation.section.embedded, variable.interpolation#e1a3ee
invalid.illegal#f5f5f5
invalid.broken#151515
invalid.deprecated#f5f5f5
invalid.unimplemented#f5f5f5

Shiki preview

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

Loading...