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#212121
  • editor.foreground#B4B4B4
  • editor.inactiveSelectionBackground#565656
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#223F63
  • editorCursor.foreground#B4B4B4
  • editorWhitespace.foreground#4B4E55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#B4B4B4
comment#969896
keyword.operator.class, constant.other, source.php.embedded.line#CED1CF
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag#CC6666
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit#DE935F
entity.name.class, entity.name.type.class, support.type, support.class#F0C674
string, constant.other.symbol, entity.other.inherited-class, markup.heading#B5BD68
keyword.operator, constant.other.color#8ABEB7
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level#81A2BE
keyword, storage, storage.type, entity.name.tag.css#B294BB
invalid#CED2CF
meta.separator#CED2CF
invalid.deprecated#CED2CF

Shiki preview

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

Loading...