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#232c31
  • editor.foreground#9ea7a6
  • editor.lineHighlightBackground#3f494455
  • editor.selectionBackground#2a343a
  • editorCursor.foreground#9ea7a6
  • editorWhitespace.foreground#3f4944

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#9ea7a6
variable.parameter.function#9ea7a6
comment, punctuation.definition.comment#3f4944
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#9ea7a6
none#9ea7a6
keyword.operator#9ea7a6
keyword#c59820
variable#2a5491
entity.name.function, meta.require, support.function.any-method#484d79
support.class, entity.name.class, entity.name.type.class#a03b1e
meta.class#b5d8f6
keyword.other.special-method#484d79
storage#c59820
support.function#b02f30
string, constant.other.symbol, entity.other.inherited-class#237986
constant.numeric#43820d
none#43820d
none#43820d
constant#43820d
entity.name.tag#2a5491
entity.other.attribute-name#43820d
entity.other.attribute-name.id, punctuation.definition.entity#484d79
meta.selector#c59820
none#43820d
markup.heading punctuation.definition.heading, entity.name.section#484d79
keyword.other.unit#43820d
markup.bold, punctuation.definition.bold#a03b1ebold
markup.italic, punctuation.definition.italic#c59820italic
markup.raw.inline#237986
string.other.link, punctuation.definition.string.end.markdown#2a5491
meta.link#43820d
markup.list#2a5491
markup.quote#43820d
meta.separator#9ea7a6
markup.inserted#237986
markup.deleted#2a5491
markup.changed#c59820
constant.other.color#b02f30
string.regexp#b02f30
constant.character.escape#b02f30
punctuation.section.embedded, variable.interpolation#c59820
invalid.illegal#b5d8f6
invalid.broken#232c31
invalid.deprecated#b5d8f6
invalid.unimplemented#b5d8f6

Shiki preview

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

Loading...