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#74817c
- editor.background#252526
- sideBar.background#353536
- sideBar.border#74817c
- statusBar.background#74817c
- statusBar.noFolderBackground#74817c
- statusBarItem.hoverBackground#00034e
- statusBarItem.remoteBackground#74817c
- titleBar.activeBackground#74817c
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #8f8f8f | — |
| string | #90bb90 | — |
| entity.name.function, support.function | #5596ff | — |
| variable | #7d85ff | — |