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#f7f9fb
  • editor.foreground#405c79
  • editor.lineHighlightBackground#aabcce55
  • editor.selectionBackground#cbd6e2
  • editorCursor.foreground#405c79
  • editorWhitespace.foreground#aabcce

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#405c79
variable.parameter.function#405c79
comment, punctuation.definition.comment#aabcce
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#405c79
none#405c79
keyword.operator#405c79
keyword#bf568b
variable#bf8b56
entity.name.function, meta.require, support.function.any-method#8b56bf
support.class, entity.name.class, entity.name.type.class#8bbf56
meta.class#0b1c2c
keyword.other.special-method#8b56bf
storage#bf568b
support.function#568bbf
string, constant.other.symbol, entity.other.inherited-class#56bf8b
constant.numeric#bfbf56
none#bfbf56
none#bfbf56
constant#bfbf56
entity.name.tag#bf8b56
entity.other.attribute-name#bfbf56
entity.other.attribute-name.id, punctuation.definition.entity#8b56bf
meta.selector#bf568b
none#bfbf56
markup.heading punctuation.definition.heading, entity.name.section#8b56bf
keyword.other.unit#bfbf56
markup.bold, punctuation.definition.bold#8bbf56bold
markup.italic, punctuation.definition.italic#bf568bitalic
markup.raw.inline#56bf8b
string.other.link, punctuation.definition.string.end.markdown#bf8b56
meta.link#bfbf56
markup.list#bf8b56
markup.quote#bfbf56
meta.separator#405c79
markup.inserted#56bf8b
markup.deleted#bf8b56
markup.changed#bf568b
constant.other.color#568bbf
string.regexp#568bbf
constant.character.escape#568bbf
punctuation.section.embedded, variable.interpolation#bf568b
invalid.illegal#0b1c2c
invalid.broken#f7f9fb
invalid.deprecated#0b1c2c
invalid.unimplemented#0b1c2c

Shiki preview

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

Loading...