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#fdf6e3
- editor.foreground#6688cc
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| invalid | #999999 | — |
| variable.other.readwrite,variable.other.readwrite.js,variable.other.readwrite.ts,variable.other.readwrite.tsx,variable.other.object.js,punctuation.accessor.js | #cd4e44 | — |
| variable.other.property.js | #00AFD6 | — |
| keyword.control.at-rule.import.scss,keyword.control.module.js | — | bold |
| keyword.control.import.js,keyword.control.from.js,keyword.control.export.js,keyword.control.default.js | — | bold |
| entity.name.function.method | #d33682 | — |
| entity.name.function,support.function.dom.js | #2c91af | bold |
| string.quoted.single.js,string.quoted.single.scss,string.quoted.single.attribute-value.scss | #22aa44 | — |
| string.quoted.double.js,string.quoted.double.scss,string.quoted.double.attribute-value.scss | #22aa44 | — |
| constant.other.object.key.js,meta.object-literal.key.js | #fe7d9d | — |
| support.class.builtin.js | #555555 | bold |
| comment | #384887 | — |
| comment.block.documentation | #384887 | — |
| comment.line.double-slash,punctuation.definition.comment.scss,comment.line.scss | #999999 | — |
| punctuation.definition.comment.html | #999999 | — |
| comment.block.html | #384887 | — |
| variable.language.this,storage.type.function.js,keyword.control.flow.js,support.variable.dom.js,support.variable.property.dom.js | #d33682 | bold |
| constant.language.null.js | #666666 | bold |
| constant.language.boolean | #d33682 | — |
| support.type.object.console.js | #d33682 | bold |
| support.function.console.js | #2c91af | bold |
| variable.other.class.js | #d33682 | bold |
| entity.other.attribute-name,entity.other.attribute-name.class.css | #268bd2 | bold |
| support.type.property-name.scss,support.type.property-name.css | #fe7d9d | italic |
| support.constant.property-value.scss,support.constant.property-value.css | #3C8F93 | italic |
| entity.name.tag.scss,support.constant.tag.css | #dc322f | bold |
| support.function.misc.scss | #2c91af | bold |
| variable.scss | #00AFD6 | — |
| variable.language.constructor | #9966b8 | — |
| — | #6688cc | — |
| constant.numeric | #0000ff | — |
| constant.language | #f280d0 | — |
| constant.character, constant.other | #f280d0 | — |
| variable | — | |
| keyword | #225588 | — |
| storage | #225588 | |
| storage.type | #9966b8 | italic |
| storage.type.let | #ededed | italic |
| entity.name.class, entity.name.type | #49006A | underline |
| entity.other.inherited-class | #ddbb88 | italic underline |
| variable.parameter | #2277ff | italic |
| entity.name.tag | #225588 | |
| support.function | #9966b8 | |
| meta.diff, meta.diff.header | #E0EDDD | italic |
| markup.deleted | #dc322f | — |
| markup.changed | #cb4b16 | — |
| markup.inserted | #219186 | — |
| markup.quote | #22aa44 | — |
| markup.bold, markup.italic | #22aa44 | — |
| markup.inline.raw | #9966b8 | — |
| markup.heading.setext | #ddbb88 | — |