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#1d1f21
  • editor.foreground#c5c8c6
  • editor.lineHighlightBackground#96989655
  • editor.selectionBackground#373b41
  • editorCursor.foreground#c5c8c6
  • editorWhitespace.foreground#969896

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c5c8c6
variable.parameter.function#c5c8c6
comment, punctuation.definition.comment#969896
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#c5c8c6
none#c5c8c6
keyword.operator#c5c8c6
keyword#A36AC7
variable#CC342B
entity.name.function, meta.require, support.function.any-method#3971ED
support.class, entity.name.class, entity.name.type.class#FBA922
meta.class#ffffff
keyword.other.special-method#3971ED
storage#A36AC7
support.function#3971ED
string, constant.other.symbol, entity.other.inherited-class#198844
constant.numeric#F96A38
none#F96A38
none#F96A38
constant#F96A38
entity.name.tag#CC342B
entity.other.attribute-name#F96A38
entity.other.attribute-name.id, punctuation.definition.entity#3971ED
meta.selector#A36AC7
none#F96A38
markup.heading punctuation.definition.heading, entity.name.section#3971ED
keyword.other.unit#F96A38
markup.bold, punctuation.definition.bold#FBA922bold
markup.italic, punctuation.definition.italic#A36AC7italic
markup.raw.inline#198844
string.other.link, punctuation.definition.string.end.markdown#CC342B
meta.link#F96A38
markup.list#CC342B
markup.quote#F96A38
meta.separator#c5c8c6
markup.inserted#198844
markup.deleted#CC342B
markup.changed#A36AC7
constant.other.color#3971ED
string.regexp#3971ED
constant.character.escape#3971ED
punctuation.section.embedded, variable.interpolation#A36AC7
invalid.illegal#ffffff
invalid.broken#1d1f21
invalid.deprecated#ffffff
invalid.unimplemented#ffffff

Shiki preview

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

Loading...