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#21252B
  • editor.background#282C34
  • editor.foreground#ABB2BF
  • sideBar.background#21252B
  • statusBar.background#21252B
  • titleBar.activeBackground#21252B
  • titleBar.activeForeground#61AFEF

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#F9A825italic
variable, variable.parameter, variable.other.object, variable.language, variable.other.constant#C1C1C1
entity.name.function, meta.function-call, support.function, meta.method-call entity.name.function, variable.function#81C784
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.other.inherited-class, support.class, entity.name.type.class#FF7043italic
string, string.quoted.single, string.quoted.double, string.quoted.template, string.quoted.other, string.regexp, string.interpolated#FFEB3B
constant.numeric, constant.character.numeric, constant, constant.language, constant.character, constant.other#5C6BC0
comment, punctuation.definition.comment#8D8D8Ditalic
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#4DB6AC
entity.name.tag, punctuation.definition.tag#FF5722
entity.other.attribute-name#FFD54Fitalic
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#80DEEA
support.constant.property-value, support.constant.font-name, support.constant.color#FFEB3B
meta.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function#FF7043italic
invalid, invalid.illegal#D32F2F
markup.heading, punctuation.definition.heading, entity.name.section#F9A825bold

Shiki preview

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

Loading...

AuroraWaterTheme by Aurora Theme - VS Code Theme