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#151718
  • editor.foreground#d6d6d6
  • editor.lineHighlightBackground#41535B55
  • editor.selectionBackground#3B758C
  • editorCursor.foreground#d6d6d6
  • editorWhitespace.foreground#41535B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d6d6d6
variable.parameter.function#d6d6d6
comment, punctuation.definition.comment#41535B
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#d6d6d6
none#d6d6d6
keyword.operator#d6d6d6
keyword#a074c4
variable#Cd3f45
entity.name.function, meta.require, support.function.any-method#55b5db
support.class, entity.name.class, entity.name.type.class#e6cd69
meta.class#ffffff
keyword.other.special-method#55b5db
storage#a074c4
support.function#55dbbe
string, constant.other.symbol, entity.other.inherited-class#9fca56
constant.numeric#db7b55
none#db7b55
none#db7b55
constant#db7b55
entity.name.tag#Cd3f45
entity.other.attribute-name#db7b55
entity.other.attribute-name.id, punctuation.definition.entity#55b5db
meta.selector#a074c4
none#db7b55
markup.heading punctuation.definition.heading, entity.name.section#55b5db
keyword.other.unit#db7b55
markup.bold, punctuation.definition.bold#e6cd69bold
markup.italic, punctuation.definition.italic#a074c4italic
markup.raw.inline#9fca56
string.other.link, punctuation.definition.string.end.markdown#Cd3f45
meta.link#db7b55
markup.list#Cd3f45
markup.quote#db7b55
meta.separator#d6d6d6
markup.inserted#9fca56
markup.deleted#Cd3f45
markup.changed#a074c4
constant.other.color#55dbbe
string.regexp#55dbbe
constant.character.escape#55dbbe
punctuation.section.embedded, variable.interpolation#a074c4
invalid.illegal#ffffff
invalid.broken#151718
invalid.deprecated#ffffff
invalid.unimplemented#ffffff

Shiki preview

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

Loading...