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#000000
  • editor.foreground#5f574f
  • editor.lineHighlightBackground#00875155
  • editor.selectionBackground#7e2553
  • editorCursor.foreground#5f574f
  • editorWhitespace.foreground#008751

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#5f574f
variable.parameter.function#5f574f
comment, punctuation.definition.comment#008751
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#5f574f
none#5f574f
keyword.operator#5f574f
keyword#ff77a8
variable#ff004d
entity.name.function, meta.require, support.function.any-method#83769c
support.class, entity.name.class, entity.name.type.class#fff024
meta.class#fff1e8
keyword.other.special-method#83769c
storage#ff77a8
support.function#29adff
string, constant.other.symbol, entity.other.inherited-class#00e756
constant.numeric#ffa300
none#ffa300
none#ffa300
constant#ffa300
entity.name.tag#ff004d
entity.other.attribute-name#ffa300
entity.other.attribute-name.id, punctuation.definition.entity#83769c
meta.selector#ff77a8
none#ffa300
markup.heading punctuation.definition.heading, entity.name.section#83769c
keyword.other.unit#ffa300
markup.bold, punctuation.definition.bold#fff024bold
markup.italic, punctuation.definition.italic#ff77a8italic
markup.raw.inline#00e756
string.other.link, punctuation.definition.string.end.markdown#ff004d
meta.link#ffa300
markup.list#ff004d
markup.quote#ffa300
meta.separator#5f574f
markup.inserted#00e756
markup.deleted#ff004d
markup.changed#ff77a8
constant.other.color#29adff
string.regexp#29adff
constant.character.escape#29adff
punctuation.section.embedded, variable.interpolation#ff77a8
invalid.illegal#fff1e8
invalid.broken#000000
invalid.deprecated#fff1e8
invalid.unimplemented#fff1e8

Shiki preview

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

Loading...