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.

  • activityBar.background#aaacad
  • editor.background#eaeee9
  • editor.foreground#3e2723
  • sideBar.background#aaacadbe
  • statusBar.background#aaacad
  • titleBar.activeBackground#aaacad
  • titleBar.activeForeground#3E2723

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.operator, keyword.other.special-method, keyword.other.new, storage.type, storage.modifier, storage.control#D32F2Fitalic
variable, variable.parameter, variable.other.object, variable.language, variable.other.constant#388E3C
entity.name.function, meta.function-call, support.function, meta.method-call entity.name.function, variable.function#1976D2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.other.inherited-class, support.class, entity.name.type.class#F57C00italic
string, string.quoted.single, string.quoted.double, string.quoted.template, string.quoted.other, string.regexp, string.interpolated#D50000
constant.numeric, constant.character.numeric, constant, constant.language, constant.character, constant.other#0288D1
comment, punctuation.definition.comment#757575italic
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator, punctuation.section, meta.brace#BDBDBD
variable.other.property, variable.other.object.property, support.type.property-name, meta.object-literal.key#7B1FA2
entity.name.tag, punctuation.definition.tag#FF7043
entity.other.attribute-name#F57C00italic
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#7B1FA2
support.constant.property-value, support.constant.font-name, support.constant.color#D50000
meta.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function#F57C00italic
invalid, invalid.illegal#D32F2F
markup.heading, punctuation.definition.heading, entity.name.section#007ACCbold

Shiki preview

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

Loading...