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#2B2A31
- editor.background#16171A
- editor.foreground#CFCFCF
- editor.selectionBackground#2E3A3E
- editorCursor.foreground#D9B86C
- editorLineNumber.foreground#596168
- panel.background#13161A
- sideBar.background#131417
- statusBar.background#151617
- titleBar.activeBackground#0F1212
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #7B858B | italic |
| keyword, storage | #D9B86C | — |
| string | #93B48A | — |
| variable, identifier | #A9D0F3 | — |
| constant.numeric | #D9C7A6 | — |
| entity.name.function | #8FB0D0 | — |
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#113033
- editor.background#0B1B1B
- editor.foreground#E6F2F1
- editorCursor.foreground#FFD166
- statusBar.background#0A2A2A
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| keyword | #7FDBDA | bold |
| string | #FFD166 | — |
| comment | #8AA9A8 | italic |
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#0B66C2
- button.background#0B66C2
- editor.background#14110D
- editor.foreground#FFF5EB
- editor.selectionBackground#2E2419
- editorCursor.foreground#FFB860
- editorLineNumber.foreground#A38F7B
- panel.background#161310
- sideBar.background#14110D
- statusBar.background#160F0C
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #E8D9C5 | italic |
| markup.heading, markup.bold | #FFDFB3 | bold |
| string | #FFDFA3 | — |
| keyword | #0B66C2 | bold |
| entity.name.function | #FF9A4D | — |
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#FFF9E6
- editor.background#FFFDF6
- editor.foreground#0B1B17
- editorCursor.foreground#FF5252
- statusBar.background#F4E9D6
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| markup.deleted | #FF5252 | — |
| markup.inserted | #2E7D32 | — |
| comment | #7F8C8D | italic |