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#f8f8f8
  • editor.foreground#383838
  • editor.lineHighlightBackground#b8b8b855
  • editor.selectionBackground#d8d8d8
  • editorCursor.foreground#383838
  • editorWhitespace.foreground#b8b8b8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#383838
variable.parameter.function#383838
comment, punctuation.definition.comment#b8b8b8
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#383838
none#383838
keyword.operator#383838
keyword#ba8baf
variable#ab4642
entity.name.function, meta.require, support.function.any-method#7cafc2
support.class, entity.name.class, entity.name.type.class#f7ca88
meta.class#181818
keyword.other.special-method#7cafc2
storage#ba8baf
support.function#86c1b9
string, constant.other.symbol, entity.other.inherited-class#a1b56c
constant.numeric#dc9656
none#dc9656
none#dc9656
constant#dc9656
entity.name.tag#ab4642
entity.other.attribute-name#dc9656
entity.other.attribute-name.id, punctuation.definition.entity#7cafc2
meta.selector#ba8baf
none#dc9656
markup.heading punctuation.definition.heading, entity.name.section#7cafc2
keyword.other.unit#dc9656
markup.bold, punctuation.definition.bold#f7ca88bold
markup.italic, punctuation.definition.italic#ba8bafitalic
markup.raw.inline#a1b56c
string.other.link, punctuation.definition.string.end.markdown#ab4642
meta.link#dc9656
markup.list#ab4642
markup.quote#dc9656
meta.separator#383838
markup.inserted#a1b56c
markup.deleted#ab4642
markup.changed#ba8baf
constant.other.color#86c1b9
string.regexp#86c1b9
constant.character.escape#86c1b9
punctuation.section.embedded, variable.interpolation#ba8baf
invalid.illegal#181818
invalid.broken#f8f8f8
invalid.deprecated#181818
invalid.unimplemented#181818

Shiki preview

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

Loading...