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#0b1c2c
  • editor.foreground#cbd6e2
  • editor.lineHighlightBackground#627e9955
  • editor.selectionBackground#405c79
  • editorCursor.foreground#cbd6e2
  • editorWhitespace.foreground#627e99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cbd6e2
variable.parameter.function#cbd6e2
comment, punctuation.definition.comment#627e99
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#cbd6e2
none#cbd6e2
keyword.operator#cbd6e2
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#f7f9fb
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#cbd6e2
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#f7f9fb
invalid.broken#0b1c2c
invalid.deprecated#f7f9fb
invalid.unimplemented#f7f9fb

Shiki preview

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

Loading...