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#FFFFFF
- editor.foreground#1EB1EB
- editor.lineHighlightBackground#CFF1FF
- editor.selectionBackground#F2F5F4
- editorCursor.foreground#000000
- editorWhitespace.foreground#BDC9C8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| — | #1EB1EB | — |
| comment | #858585 | — |
| string | #33CC75 | — |
| constant.numeric | #AA00FF | — |
| constant.language | #FF63C8 | bold |
| constant.character, constant.other | #667175 | — |
| variable | #52D11BFC | bold |
| keyword | #0DBAA3 | bold |
| storage | #D40047 | bold |
| storage.type | #30C95E | bold |
| entity.name.class | #A6E22E | — |
| entity.other.inherited-class | #A6E22E | — |
| entity.name.function | #C322E3 | — |
| variable.parameter | #FF9100 | — |
| entity.name.tag | #F92672 | |
| entity.other.attribute-name | #A6E22E | |
| support.function | #FF9130 | |
| support.constant | #E32992 | |
| support.type, support.class | #CF3C79 | — |
| support.other.variable | — | |
| invalid | #FFFFFF | — |
| invalid.deprecated | #F8F8F0 | — |