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#fbf1f2
  • editor.foreground#8b8198
  • editor.lineHighlightBackground#bfb9c655
  • editor.selectionBackground#d8d5dd
  • editorCursor.foreground#8b8198
  • editorWhitespace.foreground#bfb9c6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#8b8198
variable.parameter.function#8b8198
comment, punctuation.definition.comment#bfb9c6
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#8b8198
none#8b8198
keyword.operator#8b8198
keyword#BB99B4
variable#D57E85
entity.name.function, meta.require, support.function.any-method#7297B9
support.class, entity.name.class, entity.name.type.class#DCB16C
meta.class#585062
keyword.other.special-method#7297B9
storage#BB99B4
support.function#69A9A7
string, constant.other.symbol, entity.other.inherited-class#A3B367
constant.numeric#EBB790
none#EBB790
none#EBB790
constant#EBB790
entity.name.tag#D57E85
entity.other.attribute-name#EBB790
entity.other.attribute-name.id, punctuation.definition.entity#7297B9
meta.selector#BB99B4
none#EBB790
markup.heading punctuation.definition.heading, entity.name.section#7297B9
keyword.other.unit#EBB790
markup.bold, punctuation.definition.bold#DCB16Cbold
markup.italic, punctuation.definition.italic#BB99B4italic
markup.raw.inline#A3B367
string.other.link, punctuation.definition.string.end.markdown#D57E85
meta.link#EBB790
markup.list#D57E85
markup.quote#EBB790
meta.separator#8b8198
markup.inserted#A3B367
markup.deleted#D57E85
markup.changed#BB99B4
constant.other.color#69A9A7
string.regexp#69A9A7
constant.character.escape#69A9A7
punctuation.section.embedded, variable.interpolation#BB99B4
invalid.illegal#585062
invalid.broken#fbf1f2
invalid.deprecated#585062
invalid.unimplemented#585062

Shiki preview

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

Loading...