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#231e18
  • editor.foreground#cabcb1
  • editor.lineHighlightBackground#9d8b7055
  • editor.selectionBackground#48413a
  • editorCursor.foreground#cabcb1
  • editorWhitespace.foreground#9d8b70

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cabcb1
variable.parameter.function#cabcb1
comment, punctuation.definition.comment#9d8b70
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#cabcb1
none#cabcb1
keyword.operator#cabcb1
keyword#bb90e2
variable#d35c5c
entity.name.function, meta.require, support.function.any-method#88a4d3
support.class, entity.name.class, entity.name.type.class#e0ac16
meta.class#e4d4c8
keyword.other.special-method#88a4d3
storage#bb90e2
support.function#6eb958
string, constant.other.symbol, entity.other.inherited-class#b7ba53
constant.numeric#ca7f32
none#ca7f32
none#ca7f32
constant#ca7f32
entity.name.tag#d35c5c
entity.other.attribute-name#ca7f32
entity.other.attribute-name.id, punctuation.definition.entity#88a4d3
meta.selector#bb90e2
none#ca7f32
markup.heading punctuation.definition.heading, entity.name.section#88a4d3
keyword.other.unit#ca7f32
markup.bold, punctuation.definition.bold#e0ac16bold
markup.italic, punctuation.definition.italic#bb90e2italic
markup.raw.inline#b7ba53
string.other.link, punctuation.definition.string.end.markdown#d35c5c
meta.link#ca7f32
markup.list#d35c5c
markup.quote#ca7f32
meta.separator#cabcb1
markup.inserted#b7ba53
markup.deleted#d35c5c
markup.changed#bb90e2
constant.other.color#6eb958
string.regexp#6eb958
constant.character.escape#6eb958
punctuation.section.embedded, variable.interpolation#bb90e2
invalid.illegal#e4d4c8
invalid.broken#231e18
invalid.deprecated#e4d4c8
invalid.unimplemented#e4d4c8

Shiki preview

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

Loading...