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.activeBackground#40587c
- activityBar.background#121f3d
- activityBar.border#40587c
- activityBar.foreground#a0fa05
- activityBar.inactiveForeground#ddd
- activityBarBadge.background#457501
- badge.background#08478f
- button.background#7fab3e
- button.foreground#ddd
- button.hoverBackground#051e50
- button.secondaryBackground#7fab3e
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#1a305d
- editor.background#121f3d
- editor.findMatchBackground#425c3d
- editor.findMatchHighlightBackground#012c23ce
- editor.findMatchHighlightBorder#40587c
- editor.foreground#eeffff
- editor.hoverHighlightBackground#020e3396
- editor.inactiveSelectionBackground#54cbf35d
- editor.lineHighlightBackground#40587c52
- editor.lineHighlightBorder#40587c60
- editor.rangeHighlightBackground#315183a8
- editor.rangeHighlightBorder#40587c
- editor.selectionBackground#54cbf33f
- editor.selectionHighlightBackground#40587c
- editor.selectionHighlightBorder#263f64
- editor.wordHighlightBackground#161c50
- editor.wordHighlightBorder#406b7c
- editor.wordHighlightStrongBackground#060d35
- editor.wordHighlightStrongBorder#40587c
- editorBracketHighlight.foreground1#b69b68
- editorBracketHighlight.foreground2#f59657
- editorBracketHighlight.foreground3#ffee00
- editorBracketHighlight.foreground4#a1ca89
- editorBracketHighlight.foreground5#9d6bd6
- editorBracketHighlight.foreground6#e7b048
- editorBracketMatch.background#40587c
- editorBracketMatch.border#4d8be97e
- editorCursor.foreground#ddd
- editorError.border#2671e0
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#121f3d
- editorGutter.background#121f3d
- editorHoverWidget.background#1d3366
- editorHoverWidget.border#40587c
- editorHoverWidget.foreground#ddd
- editorIndentGuide.activeBackground#416aa5
- editorLineNumber.activeForeground#7fab3e
- editorLineNumber.foreground#40587c
- editorOverviewRuler.border#121f3d
- editorSuggestWidget.background#121f3d
- editorSuggestWidget.border#1568e6
- editorSuggestWidget.focusHighlightForeground#e4e67d
- editorSuggestWidget.foreground#ddd
- editorSuggestWidget.highlightForeground#fafa65
- editorSuggestWidget.selectedBackground#425c3d67
- editorSuggestWidget.selectedForeground#f7f2c6
- editorSuggestWidget.selectedIconForeground#eede82
- editorWidget.background#121f3d
- editorWidget.foreground#cdd8e7
- editorWidget.resizeBorder#038a5b
- focusBorder#31568d
- input.background#40587c65
- input.border#7fab3e
- input.placeholderForeground#cbdcf3
- list.activeSelectionBackground#425c3d67
- list.hoverBackground#020e3385
- list.inactiveSelectionBackground#121f3d86
- menu.background#121f3d
- menu.border#40587c
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#40587c4f
- notifications.background#121f3d
- notifications.border#40587c
- panel.border#40587c
- quickInput.background#121f3d
- scrollbarSlider.activeBackground#254c88
- scrollbarSlider.background#40587c79
- scrollbarSlider.hoverBackground#80ab3ea9
- settings.checkboxBackground#40587c
- settings.dropdownBackground#40587c
- settings.textInputBackground#40587c
- sideBar.background#40587c
- sideBar.border#40587c
- sideBar.foreground#ddd
- sideBarSectionHeader.background#40587c
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#bbbbbb
- statusBar.background#7fab3e
- statusBar.debuggingBackground#02388a
- statusBar.noFolderBackground#000914
- tab.activeBackground#121f3d
- tab.activeBorder#121f3d
- tab.activeBorderTop#7fab3e
- tab.activeForeground#ddd
- tab.border#121f3d
- tab.hoverBackground#051447c4
- tab.inactiveBackground#121f3d
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#a5db8b
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#7fab3e
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#121f3d
- terminal.border#40587c
- terminal.foreground#c0d5f3
- terminalCursor.foreground#ddd
- titleBar.activeBackground#121f3d
- titleBar.activeForeground#efe9d8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #d8e6c45b | italic |
| variable, string constant.other.placeholder | #ffee00 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #96ff02 | — |
| 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 | #bcf862 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #a4c96d | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #00fff2 | — |
| meta.block variable.other | #ddd | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #e7b048 | — |
| 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 | #dff3c1 | — |
| 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 | #dddfff | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #e0d0b0 | 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 | — |
| source.python, meta.function-call.arguments.python | #81ecec | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #ffeaa7 | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |
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#13161c
- activityBar.activeBorder#fff
- activityBar.background#13161c
- activityBar.border#13161c
- activityBar.foreground#fff
- activityBar.inactiveForeground#dddfe08c
- activityBarBadge.background#010101
- activityBarBadge.foreground#ccd5f8
- badge.background#3f5378
- badge.foreground#fff
- banner.background#29393f
- breadcrumb.background#13161c
- breadcrumb.focusForeground#8bcaca
- breadcrumb.foreground#cdcdcd
- button.background#2d323a
- button.border#121f3d
- button.foreground#ddd
- button.hoverBackground#010101
- button.secondaryBackground#1d2024
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#010101
- checkbox.background#2b434c
- checkbox.border#bad8e4
- checkbox.foreground#cdcdcd
- descriptionForeground#bad8e4
- dropdown.border#bad8e4
- editor.background#13161c
- editor.findMatchBackground#010101
- editor.findMatchHighlightBackground#444053ba
- editor.findMatchHighlightBorder#2d323a
- editor.foreground#cdcdcd
- editor.hoverHighlightBackground#2d323a
- editor.inactiveSelectionBackground#2d323a
- editor.lineHighlightBackground#1e2229
- editor.lineHighlightBorder#2a303a98
- editor.rangeHighlightBackground#555c6877
- editor.selectionBackground#2d323abd
- editor.selectionHighlightBackground#314759
- editor.selectionHighlightBorder#7c9098
- editor.wordHighlightBackground#19191e
- editor.wordHighlightBorder#2d323a
- editor.wordHighlightStrongBackground#2d323a
- editor.wordHighlightStrongBorder#555c68
- editorBracketHighlight.foreground1#b6c4da
- editorBracketHighlight.foreground2#ffe21c
- editorBracketHighlight.foreground3#8dcde8
- editorBracketHighlight.foreground4#baec04
- editorBracketHighlight.foreground5#ca81ec
- editorBracketHighlight.foreground6#bad8e4
- editorBracketMatch.background#555c6860
- editorBracketMatch.border#555c689c
- editorCursor.foreground#d6cffb
- editorError.background#553640
- editorError.border#e97b7b
- editorError.foreground#ff0000
- editorGroup.border#3d4549
- editorGroupHeader.tabsBackground#1e2229
- editorGroupHeader.tabsBorder#13161c
- editorGutter.background#13161c
- editorHoverWidget.background#13161c
- editorHoverWidget.border#2d323a
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground1#555c68
- editorIndentGuide.background1#7a9ff017
- editorInfo.border#555c68
- editorLineNumber.activeForeground#60f85e
- editorLineNumber.foreground#6d7d86
- editorOverviewRuler.border#13161c
- editorOverviewRuler.findMatchForeground#555c68
- editorSuggestWidget.background#13161c
- editorSuggestWidget.border#1e2229
- editorSuggestWidget.focusHighlightForeground#cadd6b
- editorSuggestWidget.foreground#d3dadd
- editorSuggestWidget.highlightForeground#a2efb8
- editorSuggestWidget.selectedBackground#2d323a
- editorSuggestWidget.selectedForeground#d6e0ea
- editorSuggestWidget.selectedIconForeground#cadd6b
- editorWidget.background#13161c
- editorWidget.border#bad8e4
- editorWidget.foreground#d5ebf3
- editorWidget.resizeBorder#bad8e4
- focusBorder#555c68
- foreground#cdcdcd
- icon.foreground#a5c4c4
- input.background#1e2229
- input.border#2d323a
- input.foreground#d8e1f0
- input.placeholderForeground#ddd
- inputOption.activeBackground#4d5766
- inputOption.activeBorder#3b424d
- inputOption.activeForeground#cdcdcd
- inputOption.hoverBackground#010101
- list.activeSelectionBackground#292f38
- list.activeSelectionForeground#fff
- list.activeSelectionIconForeground#cbe7e5
- list.deemphasizedForeground#cdcdcd
- list.hoverBackground#13161c
- list.hoverForeground#fff
- list.inactiveSelectionBackground#1e2229
- list.inactiveSelectionForeground#cdcdcd
- list.inactiveSelectionIconForeground#96afb8
- menu.background#13161c
- menu.border#8d85be73
- menu.foreground#dfe6e9
- menu.selectionBackground#555c68
- menu.selectionBorder#555c68
- menu.selectionForeground#fff
- menu.separatorBackground#555c681f
- menubar.selectionBackground#555c6872
- menubar.selectionForeground#fff
- minimap.selectionHighlight#3d45495e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#13161c3f
- minimapSlider.hoverBackground#555c6863
- notifications.background#13161c
- notifications.border#555c68
- notifications.foreground#fff
- panel.background#13161ce7
- panel.border#2d323a
- panelTitle.activeBorder#555c68
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#bbbbbb
- quickInput.background#22252b
- quickInput.foreground#cdcdcd
- quickInputList.focusBackground#13161c
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#7c9098
- scrollbarSlider.activeBackground#555c68
- scrollbarSlider.background#1e2229
- scrollbarSlider.hoverBackground#3d4549
- settings.checkboxBackground#010101
- settings.checkboxBorder#555c68
- settings.checkboxForeground#b1c3e1
- settings.dropdownBackground#010101
- settings.dropdownBorder#555c68
- settings.dropdownForeground#d9e6eb
- settings.focusedRowBackground#2d323a
- settings.focusedRowBorder#555c68
- settings.headerBorder#555c68
- settings.headerForeground#fff
- settings.modifiedItemIndicator#555c68
- settings.numberInputBackground#010101
- settings.numberInputBorder#555c68
- settings.numberInputForeground#cdcdcd
- settings.rowHoverBackground#1e2229
- settings.sashBorder#555c68
- settings.textInputBackground#010101
- settings.textInputBorder#555c68
- settings.textInputForeground#eee
- sideBar.background#010101
- sideBar.border#1e2229
- sideBar.foreground#ddd
- sideBarSectionHeader.background#010101
- sideBarSectionHeader.border#1e2229
- sideBarSectionHeader.foreground#8ea3ac
- sideBarTitle.foreground#e4e4e4
- statusBar.background#13161c
- statusBar.debuggingBackground#010101
- statusBar.debuggingForeground#fff
- statusBar.foreground#bec0c0
- statusBar.noFolderBackground#13161c
- statusBarItem.hoverBackground#010101
- statusBarItem.remoteBackground#010101
- statusBarItem.remoteForeground#8c9cb8
- tab.activeBackground#13161c
- tab.activeBorder#13161c
- tab.activeBorderTop#13161c
- tab.activeForeground#fff
- tab.border#121f3d
- tab.hoverBackground#13161c
- tab.hoverBorder#1f6feb
- tab.hoverForeground#b1bac7
- tab.inactiveBackground#1e2229
- tab.inactiveForeground#cdcdcd
- tab.unfocusedActiveBorder#13161c
- tab.unfocusedActiveBorderTop#13161c
- tab.unfocusedActiveForeground#f3f5f8
- tab.unfocusedHoverBorder#7c9098
- tab.unfocusedInactiveBackground#282d3778
- tab.unfocusedInactiveForeground#c0d1d8
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#7c9098
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#dfe6e9
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#13161c
- terminal.findMatchBackground#2d323a
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#e2e2e2
- terminal.selectionBackground#555c683f
- terminal.selectionForeground#fff
- terminalCursor.background#9486ee
- terminalCursor.foreground#d6cffb
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#13161c
- titleBar.activeForeground#ddd
- titleBar.border#13161c
- titleBar.inactiveBackground#13161c
- titleBar.inactiveForeground#fff
- tree.indentGuidesStroke#555c68
- widget.shadow#2d323ab7
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #6d6f70 | italic |
| variable, string constant.other.placeholder, source.python, meta.function-call.arguments.python | #fbd279 | italic |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #ffe21c | — |
| 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 | #fffbf7 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #9de5da | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #fd9491 | — |
| meta.block variable.other | #f07178 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #0ae98a | — |
| 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 | #fffbf7 | — |
| 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 | #eab6f5 | — |
| 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 | #e8f9b4 | — |
| 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#010101
- activityBar.activeBorder#fff
- activityBar.background#010101
- activityBar.border#010101
- activityBar.foreground#fff
- activityBar.inactiveForeground#dddfe08c
- activityBarBadge.background#010101
- activityBarBadge.foreground#ccd5f8
- badge.background#232834
- badge.foreground#fff
- banner.background#29393f
- breadcrumb.background#010101
- breadcrumb.focusForeground#8bcaca
- breadcrumb.foreground#cdcdcd
- button.background#13161c
- button.border#1a1e25
- button.foreground#ddd
- button.hoverBackground#010101
- button.secondaryBackground#1e2229
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#010101
- checkbox.background#2b434c
- checkbox.border#bad8e4
- checkbox.foreground#cdcdcd
- descriptionForeground#bad8e4
- dropdown.border#bad8e4
- editor.background#010101
- editor.findMatchBackground#4b4e56b2
- editor.findMatchHighlightBackground#1f242e
- editor.findMatchHighlightBorder#2d323a
- editor.foreground#cdcdcd
- editor.hoverHighlightBackground#2d323a
- editor.inactiveSelectionBackground#2d323a
- editor.lineHighlightBackground#13161cb9
- editor.lineHighlightBorder#13161c
- editor.rangeHighlightBackground#13161c
- editor.selectionBackground#13161c
- editor.selectionHighlightBackground#314759
- editor.selectionHighlightBorder#7c9098
- editor.wordHighlightBackground#19191e
- editor.wordHighlightBorder#2d323a
- editor.wordHighlightStrongBackground#2d323a
- editor.wordHighlightStrongBorder#555c68
- editorBracketHighlight.foreground1#b6c4da
- editorBracketHighlight.foreground2#ffe21c
- editorBracketHighlight.foreground3#8dcde8
- editorBracketHighlight.foreground4#baec04
- editorBracketHighlight.foreground5#ca81ec
- editorBracketHighlight.foreground6#bad8e4
- editorBracketMatch.background#555c6860
- editorBracketMatch.border#555c689c
- editorCursor.foreground#d6cffb
- editorError.background#553640
- editorError.border#e97b7b
- editorError.foreground#ff0000
- editorGroup.border#3d4549
- editorGroupHeader.tabsBackground#010101b3
- editorGroupHeader.tabsBorder#010101b3
- editorGutter.background#010101
- editorHoverWidget.background#010101
- editorHoverWidget.border#2d323a
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground1#555c68
- editorIndentGuide.background1#7a9ff017
- editorInfo.border#555c68
- editorLineNumber.activeForeground#60f85e
- editorLineNumber.foreground#6d7d86
- editorOverviewRuler.border#010101
- editorOverviewRuler.findMatchForeground#555c68
- editorSuggestWidget.background#010101
- editorSuggestWidget.border#1e2229
- editorSuggestWidget.focusHighlightForeground#cadd6b
- editorSuggestWidget.foreground#d3dadd
- editorSuggestWidget.highlightForeground#a2efb8
- editorSuggestWidget.selectedBackground#13161c
- editorSuggestWidget.selectedForeground#d6e0ea
- editorSuggestWidget.selectedIconForeground#cadd6b
- editorWidget.background#010101
- editorWidget.border#bad8e4
- editorWidget.foreground#d5ebf3
- editorWidget.resizeBorder#bad8e4
- focusBorder#555c68
- foreground#cdcdcd
- icon.foreground#a5c4c4
- input.background#13161cae
- input.border#25292e
- input.foreground#d8e1f0
- input.placeholderForeground#ddd
- inputOption.activeBackground#4d5766
- inputOption.activeBorder#3b424d
- inputOption.activeForeground#cdcdcd
- inputOption.hoverBackground#010101
- list.activeSelectionBackground#292f38
- list.activeSelectionForeground#fff
- list.activeSelectionIconForeground#cbe7e5
- list.deemphasizedForeground#cdcdcd
- list.hoverBackground#13161c
- list.hoverForeground#fff
- list.inactiveSelectionBackground#13161c
- list.inactiveSelectionForeground#cdcdcd
- list.inactiveSelectionIconForeground#96afb8
- menu.background#010101
- menu.border#8d85be73
- menu.foreground#dfe6e9
- menu.selectionBackground#13161c
- menu.selectionBorder#1c212a
- menu.selectionForeground#fff
- menu.separatorBackground#555c681f
- menubar.selectionBackground#13161c
- menubar.selectionForeground#fff
- minimap.selectionHighlight#3d45495e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0101013f
- minimapSlider.hoverBackground#555c6863
- notifications.background#010101
- notifications.border#555c68
- notifications.foreground#fff
- panel.background#010101e7
- panel.border#2d323a
- panelTitle.activeBorder#555c68
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#bbbbbb
- quickInput.background#010101
- quickInput.foreground#cdcdcd
- quickInputList.focusBackground#13161c
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#7c9098
- scrollbarSlider.activeBackground#555c68
- scrollbarSlider.background#13161c
- scrollbarSlider.hoverBackground#3d4549
- settings.checkboxBackground#010101
- settings.checkboxBorder#555c68
- settings.checkboxForeground#b1c3e1
- settings.dropdownBackground#010101
- settings.dropdownBorder#555c68
- settings.dropdownForeground#d9e6eb
- settings.focusedRowBackground#2d323a
- settings.focusedRowBorder#555c68
- settings.headerBorder#555c68
- settings.headerForeground#fff
- settings.modifiedItemIndicator#555c68
- settings.numberInputBackground#010101
- settings.numberInputBorder#555c68
- settings.numberInputForeground#cdcdcd
- settings.rowHoverBackground#13161c85
- settings.sashBorder#555c68
- settings.textInputBackground#010101
- settings.textInputBorder#555c68
- settings.textInputForeground#eee
- sideBar.background#010101
- sideBar.border#1e2229
- sideBar.foreground#ddd
- sideBarSectionHeader.background#010101
- sideBarSectionHeader.border#1e2229
- sideBarSectionHeader.foreground#8ea3ac
- sideBarTitle.foreground#e4e4e4
- statusBar.background#010101
- statusBar.debuggingBackground#010101
- statusBar.debuggingForeground#fff
- statusBar.foreground#bec0c0
- statusBar.noFolderBackground#010101
- statusBarItem.hoverBackground#010101
- statusBarItem.remoteBackground#010101
- statusBarItem.remoteForeground#8c9cb8
- tab.activeBackground#010101
- tab.activeBorder#010101b3
- tab.activeBorderTop#60f85e
- tab.activeForeground#fff
- tab.border#010101b3
- tab.hoverBackground#13161c
- tab.hoverBorder#60f85e
- tab.hoverForeground#b1bac7
- tab.inactiveBackground#010101b3
- tab.inactiveForeground#cdcdcd
- tab.unfocusedActiveBorder#010101
- tab.unfocusedActiveBorderTop#010101b3
- tab.unfocusedActiveForeground#f3f5f8
- tab.unfocusedHoverBorder#7c9098
- tab.unfocusedInactiveBackground#010101d8
- tab.unfocusedInactiveForeground#c0d1d8
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#7c9098
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#dfe6e9
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#010101
- terminal.findMatchBackground#2d323a
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#e2e2e2
- terminal.selectionBackground#555c683f
- terminal.selectionForeground#fff
- terminalCursor.background#9486ee
- terminalCursor.foreground#d6cffb
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#010101
- titleBar.activeForeground#ddd
- titleBar.border#010101
- titleBar.inactiveBackground#010101
- titleBar.inactiveForeground#fff
- tree.indentGuidesStroke#555c68
- widget.shadow#2d323ab7
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #6d6f70 | italic |
| variable, string constant.other.placeholder, source.python, meta.function-call.arguments.python | #fbd279 | italic |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #ffe21c | — |
| 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 | #fffbf7 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #9de5da | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #fd9491 | — |
| meta.block variable.other | #f07178 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #0ae98a | — |
| 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 | #fffbf7 | — |
| 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 | #eab6f5 | — |
| 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 | #e8f9b4 | — |
| 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#020511
- activityBar.activeBorder#fff
- activityBar.background#020511
- activityBar.border#020511
- activityBar.foreground#fff
- activityBar.inactiveForeground#dddfe0b9
- activityBarBadge.background#053d5f
- activityBarBadge.foreground#ccd5f8
- badge.background#3f5378
- badge.foreground#fff
- banner.background#29393f
- breadcrumb.background#020511
- breadcrumb.focusForeground#8bcaca
- breadcrumb.foreground#cdcdcd
- button.background#07266e
- button.border#000
- button.foreground#ddd
- button.hoverBackground#051831
- button.secondaryBackground#2c4469
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#4a4578
- checkbox.background#2b434c
- checkbox.border#bad8e4
- checkbox.foreground#cdcdcd
- descriptionForeground#bad8e4
- dropdown.border#bad8e4
- editor.background#020511
- editor.findMatchBackground#1f71eb5e
- editor.findMatchHighlightBackground#13233a
- editor.findMatchHighlightBorder#1f71eb67
- editor.foreground#cdcdcd
- editor.hoverHighlightBackground#9974ff56
- editor.inactiveSelectionBackground#1c305fc4
- editor.lineHighlightBackground#0c1633b6
- editor.lineHighlightBorder#0c1633
- editor.rangeHighlightBackground#13233a
- editor.selectionBackground#1c305fc4
- editor.selectionHighlightBackground#314759
- editor.selectionHighlightBorder#7c9098
- editor.wordHighlightBackground#13233a
- editor.wordHighlightBorder#1f71eb4b
- editor.wordHighlightStrongBackground#3c95d1
- editor.wordHighlightStrongBorder#314759
- editorBracketHighlight.foreground1#fab1a0
- editorBracketHighlight.foreground2#ffeaa7
- editorBracketHighlight.foreground3#dfe6e9
- editorBracketHighlight.foreground4#baec04
- editorBracketHighlight.foreground5#81ecec
- editorBracketHighlight.foreground6#bad8e4
- editorBracketMatch.background#183357a6
- editorBracketMatch.border#13233a
- editorCursor.foreground#d6cffb
- editorError.background#553640
- editorError.border#e97b7b
- editorError.foreground#ff0000
- editorGroup.border#3d4549
- editorGroupHeader.tabsBackground#000
- editorGroupHeader.tabsBorder#020511
- editorGutter.background#020511
- editorHoverWidget.background#020511
- editorHoverWidget.border#8d85be70
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#5768ae
- editorIndentGuide.background#7a9ff017
- editorInfo.border#5e479e
- editorLineNumber.activeForeground#74caff
- editorLineNumber.foreground#6d7d86
- editorOverviewRuler.border#020511
- editorOverviewRuler.findMatchForeground#6494db
- editorSuggestWidget.background#020511
- editorSuggestWidget.border#000
- editorSuggestWidget.focusHighlightForeground#6b99dd
- editorSuggestWidget.foreground#d3dadd
- editorSuggestWidget.highlightForeground#fab1a0
- editorSuggestWidget.selectedBackground#000
- editorSuggestWidget.selectedForeground#c5cfd9
- editorSuggestWidget.selectedIconForeground#a1dacb
- editorWidget.background#020511
- editorWidget.border#bad8e4
- editorWidget.foreground#d5ebf3
- editorWidget.resizeBorder#bad8e4
- focusBorder#9691af
- foreground#cdcdcd
- icon.foreground#a5c4c4
- input.background#13233a
- input.border#1f71eb94
- input.foreground#d8e1f0
- input.placeholderForeground#ddd
- inputOption.activeBackground#13233a
- inputOption.activeBorder#1f71ebb0
- inputOption.activeForeground#cdcdcd
- inputOption.hoverBackground#1f71ebcb
- list.activeSelectionBackground#0c1633
- list.activeSelectionForeground#fff
- list.activeSelectionIconForeground#cbe7e5
- list.deemphasizedForeground#cdcdcd
- list.hoverBackground#0c1633
- list.hoverForeground#fff
- list.inactiveSelectionBackground#0c1633
- list.inactiveSelectionForeground#cdcdcd
- list.inactiveSelectionIconForeground#96afb8
- menu.background#020511
- menu.border#8d85be73
- menu.foreground#dfe6e9
- menu.selectionBackground#1d3468
- menu.selectionBorder#13233a
- menu.selectionForeground#fff
- menu.separatorBackground#000
- menubar.selectionBackground#9974ff31
- menubar.selectionForeground#fff
- minimap.selectionHighlight#3d45495e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0205113f
- minimapSlider.hoverBackground#3d45496e
- notifications.background#020511
- notifications.border#7c9098
- notifications.foreground#fff
- panel.background#020511e7
- panel.border#a3adcc50
- panelTitle.activeBorder#1f71eb6c
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#bbbbbb
- quickInput.background#020511
- quickInput.foreground#cdcdcd
- quickInputList.focusBackground#13233a
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#7c9098
- scrollbarSlider.activeBackground#132742
- scrollbarSlider.background#192c589d
- scrollbarSlider.hoverBackground#3d4549
- settings.checkboxBackground#13233a
- settings.checkboxBorder#1f6feb
- settings.checkboxForeground#749cd4
- settings.dropdownBackground#13233a
- settings.dropdownBorder#1f6feb
- settings.dropdownForeground#d9e6eb
- settings.focusedRowBackground#0c1633
- settings.focusedRowBorder#1f6feb
- settings.headerBorder#1f6feb
- settings.headerForeground#4d8ff1
- settings.modifiedItemIndicator#1f6feb
- settings.numberInputBackground#13233a
- settings.numberInputBorder#1f6feb
- settings.numberInputForeground#cdcdcd
- settings.rowHoverBackground#0c1633
- settings.sashBorder#1f6feb
- settings.textInputBackground#13233a
- settings.textInputBorder#1f6feb
- settings.textInputForeground#eee
- sideBar.background#000
- sideBar.foreground#ddd
- sideBarSectionHeader.background#000
- sideBarSectionHeader.border#7c909813
- sideBarSectionHeader.foreground#8ea3ac
- sideBarTitle.foreground#e4e4e4
- statusBar.background#000
- statusBar.debuggingBackground#1f6feb
- statusBar.debuggingForeground#fff
- statusBar.foreground#bec0c0
- statusBar.noFolderBackground#020511
- statusBarItem.hoverBackground#13233a
- statusBarItem.remoteBackground#425c3d
- statusBarItem.remoteForeground#d3facb
- tab.activeBackground#020511
- tab.activeBorder#020511
- tab.activeBorderTop#a3adcc
- tab.activeForeground#fff
- tab.border#000
- tab.hoverBackground#020511
- tab.hoverBorder#1f6feb
- tab.hoverForeground#b1bac7
- tab.inactiveBackground#000
- tab.inactiveForeground#cdcdcd
- tab.unfocusedActiveBorder#020511
- tab.unfocusedActiveBorderTop#020511
- tab.unfocusedActiveForeground#f3f5f8
- tab.unfocusedHoverBorder#7c9098
- tab.unfocusedInactiveBackground#000
- tab.unfocusedInactiveForeground#c0d1d8
- terminal.ansiBlack#1d211d
- terminal.ansiBlue#00f95f
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#7c9098
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#dfe6e9
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#020511
- terminal.findMatchBackground#2b1883
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#aec0f7
- terminal.selectionBackground#183357a9
- terminal.selectionForeground#fff
- terminalCursor.background#9486ee
- terminalCursor.foreground#d6cffb
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#020511
- titleBar.activeForeground#ddd
- titleBar.border#020511
- titleBar.inactiveBackground#020511
- titleBar.inactiveForeground#fff
- tree.indentGuidesStroke#ffde3c
- widget.shadow#26468f25
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #bfc5c5 | italic |
| variable, string constant.other.placeholder | #d6cffb | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #a29bfe | — |
| 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 | #FEA47F | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #EAB543 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #ff4d4d | — |
| meta.block variable.other | #f07178 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #cd84f1 | — |
| 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 | #ffb8b8 | — |
| 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 | #7efff5 | — |
| 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 | #a4b7f8 | — |
| 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 | — |
| source.python, meta.function-call.arguments.python | #81ecec | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #ffeaa7 | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |