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.activeBorder#192e15
- activityBar.background#0D120C
- activityBar.border#192e15
- activityBar.foreground#d4fcd9
- activityBarBadge.background#093001
- badge.background#0D120C
- button.background#062200
- button.secondaryBackground#0D120C
- editor.background#0D120C
- editor.findMatchBackground#025e2b59
- editor.findMatchHighlightBackground#0D120C
- editor.foreground#e7ffea
- editor.hoverHighlightBackground#013b15c4
- editor.inactiveSelectionBackground#07f7572f
- editor.lineHighlightBackground#0155248c
- editor.selectionBackground#035c21
- editorCursor.foreground#192e15
- editorGroupHeader.tabsBackground#0D120C
- editorHoverWidget.background#013b15
- editorIndentGuide.activeBackground#41a576
- editorLineNumber.activeForeground#3ecc4a
- editorLineNumber.foreground#60e4e242
- editorSuggestWidget.background#030a0560
- editorSuggestWidget.selectedBackground#023b23
- editorWidget.background#0D120C
- input.background#032b17
- input.border#058549
- input.placeholderForeground#cbf3d7
- list.activeSelectionBackground#013b15b6
- list.hoverBackground#013b1579
- list.inactiveSelectionBackground#013f22
- menu.background#0D120C
- menu.border#0f3a06
- notifications.background#041601
- notifications.border#192e15
- notifications.foreground#fff
- panel.border#192e15
- quickInput.background#0D120C
- settings.checkboxBackground#0D120C
- settings.dropdownBackground#0D120C
- settings.textInputBackground#0D120C
- sideBar.background#0D120Cda
- sideBar.border#192e15
- sideBarSectionHeader.background#0D120C
- sideBarSectionHeader.border#192e15
- sideBarSectionHeader.foreground#bcf5b1
- sideBarTitle.foreground#bbbbbb
- statusBar.background#017929
- statusBar.border#192e15
- statusBar.debuggingBackground#0D120C
- statusBar.noFolderBackground#000804
- tab.activeBackground#10160f
- tab.activeBorder#0D120Cd0
- tab.activeBorderTop#3ECCCA
- tab.activeForeground#f5fdf4
- tab.border#0D120Cd0
- tab.hoverBackground#003509
- tab.hoverBorder#192e15
- tab.inactiveBackground#0D120Cd0
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#06ff27
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#FFCC80
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#000F05
- terminal.foreground#c0d5f3
- terminalCursor.foreground#192e15
- titleBar.activeBackground#0D120C
- titleBar.activeForeground#fff
- titleBar.border#192e15
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #546E7A | italic |
| variable, string constant.other.placeholder | #3ECCCA | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #EFC488 | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #89DDFF | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #FFE6F2 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #82AAFF | — |
| meta.block variable.other | #c9e2e6 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #F9FB74 | — |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #C3E88D | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #C792EA | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FCFEBA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
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.activeBorder#2D2D53
- activityBar.background#191930
- activityBar.border#2D2D53
- activityBar.foreground#aeaebb
- activityBarBadge.background#2D2D53
- badge.background#2D2D53
- button.background#4646d186
- button.secondaryBackground#2D2D53
- editor.background#2D2D53
- editor.findMatchBackground#191931
- editor.findMatchHighlightBackground#4d4d77
- editor.foreground#d1d1f1
- editor.hoverHighlightBackground#242442
- editor.inactiveSelectionBackground#191931
- editor.lineHighlightBackground#414177
- editor.selectionBackground#191931bb
- editorCursor.foreground#8787eb
- editorGroupHeader.tabsBackground#2D2D53
- editorHoverWidget.background#242442
- editorIndentGuide.activeBackground#9393d4
- editorLineNumber.activeForeground#9c9cbb
- editorLineNumber.foreground#5d5d7e
- editorSuggestWidget.background#2D2D53
- editorSuggestWidget.selectedBackground#242457
- editorWidget.background#2D2D53
- input.background#2D2D53
- input.border#393952
- input.placeholderForeground#fff
- list.activeSelectionBackground#242442
- list.hoverBackground#0c0c3d
- list.inactiveSelectionBackground#0e0e1f
- menu.background#2D2D53
- menu.border#4c4c96
- notifications.background#2D2D53
- notifications.border#2D2D53
- panel.border#2D2D53
- quickInput.background#2D2D53
- settings.checkboxBackground#2D2D53
- settings.dropdownBackground#2D2D53
- settings.textInputBackground#2D2D53
- sideBar.background#191930
- sideBar.border#2D2D53
- sideBarSectionHeader.background#191931
- sideBarSectionHeader.border#2D2D53
- sideBarSectionHeader.foreground#9393c5
- sideBarTitle.foreground#d4d4fd
- statusBar.background#0e0e24
- statusBar.border#2D2D53
- statusBar.debuggingBackground#58028a
- statusBar.noFolderBackground#000914
- tab.activeBackground#1c1c33c0
- tab.activeBorder#2d2d5386
- tab.activeBorderTop#2d2d5386
- tab.activeForeground#fff
- tab.border#2d2d5386
- tab.hoverBackground#1b1b49
- tab.hoverBorder#34348b
- tab.inactiveBackground#2d2d5386
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#0687ff
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#FFCC80
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#191930
- terminal.foreground#d4d4f7
- terminalCursor.foreground#8d8dd1
- titleBar.activeBackground#2D2D53
- titleBar.activeForeground#fff
- titleBar.border#2D2D53
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #5ec844b2 | italic |
| variable, string constant.other.placeholder | #d4b2f5 | italic |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #EAEA9C | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #44993D | italic bold |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #e3a5eb | italic |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #53f3ebc0 | — |
| meta.block variable.other | #f5cca6 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #7d7dff | italic bold |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #eebce6 | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #b0b0ee | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FFCB6B | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
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.activeBackground#130325
- activityBar.activeBorder#7540fc
- activityBar.background#0c0118
- activityBar.border#130325
- activityBar.foreground#fff
- activityBar.inactiveForeground#919191
- activityBarBadge.background#440480
- activityBarBadge.foreground#fff
- badge.background#0a4175
- button.background#430b83
- button.border#5e479e
- button.foreground#ddd
- button.hoverBackground#7c0b4d
- button.secondaryBackground#2a165a
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#240433
- checkbox.border#5e479e
- dropdown.border#5e479e
- editor.background#130325
- editor.findMatchBackground#053d85dc
- editor.findMatchHighlightBackground#4670a738
- editor.foreground#ddd
- editor.hoverHighlightBackground#582692
- editor.inactiveSelectionBackground#2d1766af
- editor.lineHighlightBackground#55447f60
- editor.lineHighlightBorder#55447f34
- editor.rangeHighlightBackground#1e0f4465
- editor.selectionBackground#611b728f
- editor.selectionHighlightBackground#6f6df098
- editor.wordHighlightBackground#200c52cc
- editor.wordHighlightStrongBackground#0c113a
- editor.wordHighlightStrongBorder#cdcdcd7a
- editorBracketHighlight.foreground1#baec04
- editorBracketHighlight.foreground2#74dac3
- editorBracketHighlight.foreground3#f59657
- editorBracketHighlight.foreground4#25a1f5
- editorBracketHighlight.foreground5#00b8a3
- editorBracketHighlight.foreground6#e75585
- editorBracketMatch.background#362574d0
- editorBracketMatch.border#281b570d
- editorCursor.foreground#b7a3f5
- editorError.border#b88d00
- editorError.foreground#ff0000
- editorGroup.border#5e479e
- editorGroupHeader.tabsBackground#0c0118
- editorGroupHeader.tabsBorder#5e479ec9
- editorGutter.background#130325
- editorHoverWidget.background#130325
- editorHoverWidget.border#8e93ddb2
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#56ccc6
- editorIndentGuide.background#5e479e28
- editorInfo.border#5e479e
- editorLineNumber.activeForeground#f1f8ff
- editorLineNumber.foreground#7e7e7eb9
- editorOverviewRuler.border#130325
- editorSuggestWidget.background#0c0118
- editorSuggestWidget.border#130325
- editorSuggestWidget.focusHighlightForeground#989999
- editorSuggestWidget.foreground#e8d9f5
- editorSuggestWidget.highlightForeground#eaec67
- editorSuggestWidget.selectedBackground#120338
- editorSuggestWidget.selectedForeground#fff
- editorSuggestWidget.selectedIconForeground#eea34d
- editorWidget.background#130325
- editorWidget.foreground#b8c7f8
- editorWidget.resizeBorder#883ddd
- focusBorder#55447f
- icon.foreground#b3b9f0
- input.background#55447f56
- input.border#654f9e
- input.foreground#bbc9e7
- input.placeholderForeground#ddd
- inputOption.activeBackground#5e479e
- inputOption.activeBorder#5e479e
- inputOption.activeForeground#ebd5f1
- list.activeSelectionBackground#33235f
- list.hoverBackground#4b3581af
- list.inactiveSelectionBackground#3a2374
- menu.background#130325
- menu.border#423261
- menu.separatorBackground#5675b69d
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#2a0b7a4d
- notifications.background#130325
- notifications.border#223649
- notifications.foreground#fff
- panel.background#360236bb
- panel.border#fc026ac2
- panelTitle.activeBorder#5e479e
- panelTitle.activeForeground#7d99d6
- panelTitle.inactiveForeground#cbd9f7
- quickInput.background#130325
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#473775d0
- scrollbarSlider.background#40297a
- scrollbarSlider.hoverBackground#5b456d
- settings.checkboxBackground#523b8d
- settings.checkboxBorder#5e479e
- settings.dropdownBackground#0c0118
- settings.dropdownBorder#5e479e
- settings.focusedRowBorder#5e479e
- settings.headerBorder#5e479e
- settings.numberInputBorder#5e479e
- settings.sashBorder#5e479e
- settings.textInputBackground#422a80
- settings.textInputBorder#5e479e
- sideBar.background#130325
- sideBar.border#130325
- sideBar.foreground#ddd
- sideBarSectionHeader.background#130325
- sideBarSectionHeader.border#2a1b4e5e
- sideBarSectionHeader.foreground#ddd
- sideBarTitle.foreground#fff
- statusBar.background#130325
- statusBar.border#130325
- statusBar.debuggingBackground#3e1349
- statusBar.noFolderBackground#130325
- tab.activeBackground#130325
- tab.activeBorder#130325
- tab.activeBorderTop#f0068a
- tab.activeForeground#fff
- tab.border#130325
- tab.hoverBackground#2d285a8a
- tab.hoverBorder#130325
- tab.inactiveBackground#130325
- tab.unfocusedActiveBorder#5e479e
- tab.unfocusedActiveBorderTop#5e479e
- tab.unfocusedHoverBorder#5e479e
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#8f8eda
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#FFCC80
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#130325
- terminal.foreground#adadad
- terminalCursor.foreground#54456d
- titleBar.activeBackground#0c0118
- titleBar.activeForeground#ddd
- titleBar.border#5e479ec9
- tree.indentGuidesStroke#8467d3
- widget.shadow#5e479e2c
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #abb1bb83 | italic |
| variable, string constant.other.placeholder | #b396e9 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #e785c1 | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #76a3f7 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #7bd1e6 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #e0f78e | italic |
| meta.block variable.other | #cdcdcdee | — |
| support.other.variable, string.other.link | #ebb3b6 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #c7ec70 | — |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #b6ebe2 | italic |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #f59657 | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #a0ecb9 | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #bdac8d | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FCFEBA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
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.activeBorder#1e222859
- activityBar.background#14161b
- activityBar.border#1e222859
- activityBar.foreground#ddd
- activityBarBadge.background#000
- badge.background#1e2228
- button.background#24f00525
- button.secondaryBackground#1e2228
- editor.background#14161b
- editor.findMatchBackground#00d9c085
- editor.findMatchHighlightBackground#24ef0527
- editor.foreground#e7ffea
- editor.hoverHighlightBackground#1e2228
- editor.inactiveSelectionBackground#000
- editor.lineHighlightBackground#1e2228
- editor.selectionBackground#000
- editorCursor.foreground#7c9fd3
- editorGroupHeader.tabsBackground#14161b
- editorHoverWidget.background#1e2228
- editorIndentGuide.activeBackground#41a576
- editorLineNumber.activeForeground#7c9fd3
- editorLineNumber.foreground#3f4144
- editorSuggestWidget.background#1e2228
- editorSuggestWidget.selectedBackground#10213a
- editorWidget.background#1e2228
- input.background#1e2228
- input.border#1a2b44
- input.placeholderForeground#ddd
- list.activeSelectionBackground#262e3a
- list.hoverBackground#1e2228
- list.inactiveSelectionBackground#1e2228
- menu.background#14161b
- menu.border#7c9fd32a
- notifications.background#14161b
- notifications.border#1e222859
- notifications.foreground#fff
- panel.border#1e222859
- quickInput.background#0D120C
- settings.checkboxBackground#1e2228
- settings.dropdownBackground#1e2228
- settings.textInputBackground#1e2228
- sideBar.background#000
- sideBar.border#1e222859
- sideBarSectionHeader.background#000
- sideBarSectionHeader.border#1e222859
- sideBarSectionHeader.foreground#ddd
- sideBarTitle.foreground#bbbbbb
- statusBar.background#0d0e11
- statusBar.border#1e222859
- statusBar.debuggingBackground#18256b
- statusBar.noFolderBackground#14161b
- tab.activeBackground#14161b
- tab.activeBorder#14161b
- tab.activeBorderTop#e8a003
- tab.activeForeground#fff
- tab.border#0a0c18
- tab.hoverBackground#262a33
- tab.hoverBorder#1e222859
- tab.inactiveBackground#0a0c18
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#7c9fd3
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#FFCC80
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#000
- terminal.foreground#ddd
- terminalCursor.foreground#91b1e059
- titleBar.activeBackground#0a0c18
- titleBar.activeForeground#ddd
- titleBar.border#1e222859
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #abb1bb59 | italic |
| variable, string constant.other.placeholder | #ffba00 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #00d9bf | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #7fdc83 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #e5c573 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #18ca29 | italic |
| meta.block variable.other | #c9e2e6 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #ff2868 | italic |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #71cd86 | italic |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #d25a36 | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #eca0a0 | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FCFEBA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |