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#0B4F6C
- editor.background#071626
- editor.foreground#EAF6FF
- editorCursor.foreground#FF7A59
- statusBar.background#063243
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| entity.name.function | #66D9EF | — |
| variable.parameter | #FFD166 | — |
| string | #FF7A59 | — |
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#F1EBDD
- editor.background#F6EFE3
- editor.foreground#2B2720
- editor.selectionBackground#E8E0D0
- editorCursor.foreground#8A5A2B
- editorLineNumber.foreground#9A8775
- sideBar.background#F6F0E7
- statusBar.background#EDEADE
- titleBar.activeBackground#E6E0D6
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #8A735E | italic |
| keyword | #3B4B6B | bold |
| string | #6A6B2E | — |
| entity.name.function | #8A5A2B | — |
| constant.numeric | #5A7A8F | — |
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#EAF3FF
- editor.background#FFFFFF
- editor.foreground#222222
- editor.selectionBackground#DCE8FF
- editorCursor.foreground#005CC5
- editorLineNumber.foreground#9AA0A6
- sideBar.background#F4F6FB
- statusBar.background#E6EEF7
- titleBar.activeBackground#EAF3FF
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #6A737D | italic |
| keyword, storage | #00008A | bold |
| string | #0A8A37 | — |
| variable, identifier | #1A89FF | — |
| constant.numeric | #A04C00 | — |
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#F2E8CF
- editor.background#F7F6F3
- editor.foreground#1B2632
- editorCursor.foreground#B65CFF
- statusBar.background#E6D5B8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| keyword | #B65CFF | bold |
| variable | #0B5F6E | — |
| comment | #8A8A8A | italic |