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#142642
- activityBar.activeBorder#6f97d8
- activityBar.background#13223a
- activityBar.border#13223a
- activityBar.foreground#d8f8ff
- activityBar.inactiveForeground#9bb9c0
- activityBarBadge.background#6a0b81
- activityBarBadge.foreground#fff
- badge.background#035c4f
- breadcrumb.background#142642
- breadcrumb.focusForeground#829dca
- breadcrumb.foreground#b5d1ff
- button.background#01101d
- button.foreground#c7c8f3
- button.hoverBackground#063f3a
- button.secondaryBackground#103061
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#06413c
- editor.background#13223a
- editor.findMatchBackground#122099bd
- editor.findMatchHighlightBackground#463cd154
- editor.foreground#ddd
- editor.hoverHighlightBackground#224a8f
- editor.inactiveSelectionBackground#090f3c
- editor.lineHighlightBackground#010c1d6e
- editor.rangeHighlightBackground#03132c
- editor.rangeHighlightBorder#37588f
- editor.selectionBackground#061630
- editor.selectionHighlightBackground#6f6df098
- editor.wordHighlightBackground#0e83795d
- editor.wordHighlightStrongBackground#463cd180
- editor.wordHighlightStrongBorder#5c5c80
- editorBracketHighlight.foreground1#fffb8e
- editorBracketHighlight.foreground2#baec04
- editorBracketHighlight.foreground3#f59657
- editorBracketHighlight.foreground4#25a1f5
- editorBracketHighlight.foreground5#00b8a3
- editorBracketHighlight.foreground6#c2d13c
- editorBracketMatch.background#5d5e7d
- editorBracketMatch.border#5d5e7d
- editorCursor.foreground#9ebfba
- editorError.border#b88d00
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#13223a
- editorGutter.background#13223a
- editorHoverWidget.background#0b1c36
- editorHoverWidget.border#5d5e7d
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#2dd4bf
- editorIndentGuide.background#7a9ff017
- editorLineNumber.activeForeground#95beff
- editorLineNumber.foreground#58657a
- editorOverviewRuler.border#2d2d53
- editorSuggestWidget.background#13223a
- editorSuggestWidget.border#2d2d53
- editorSuggestWidget.focusHighlightForeground#fffb8e
- editorSuggestWidget.foreground#acaedb
- editorSuggestWidget.highlightForeground#9ebfba
- editorSuggestWidget.selectedBackground#282858
- editorSuggestWidget.selectedForeground#c5cfd9
- editorSuggestWidget.selectedIconForeground#3aecba
- editorWidget.background#071327
- editorWidget.foreground#9ebfba
- editorWidget.resizeBorder#5d5e7d
- focusBorder#2a6961
- icon.foreground#89acf7
- input.background#13223a
- input.border#0b4ebb
- input.placeholderForeground#cdcdcd
- list.activeSelectionBackground#1a3053
- list.hoverBackground#1a3053
- list.inactiveSelectionBackground#1a3060
- menu.background#13223a
- menu.border#2e4b7a
- menu.foreground#fff
- menubar.selectionBackground#152b4e
- menubar.selectionForeground#90b4ee
- minimapSlider.activeBackground#00000028
- minimapSlider.background#14499e36
- minimapSlider.hoverBackground#2a0b7a4d
- notifications.background#13223a
- notifications.border#13223a
- notifications.foreground#fff
- panel.border#496a9e
- quickInput.background#13223a
- quickInput.foreground#d7e3f7
- scrollbarSlider.activeBackground#102d5c
- scrollbarSlider.background#04132c
- scrollbarSlider.hoverBackground#052d6e
- settings.checkboxBackground#463cd1
- settings.dropdownBackground#041633
- settings.textInputBackground#13223a
- sideBar.background#142642
- sideBar.border#13223a
- sideBar.foreground#d5e1f5
- sideBarSectionHeader.background#142642
- sideBarSectionHeader.border#142642
- sideBarSectionHeader.foreground#ddd
- sideBarTitle.foreground#d6d6ff
- statusBar.background#2b0235
- statusBar.debuggingBackground#1b215d
- statusBar.noFolderBackground#2d2d53
- tab.activeBackground#142642
- tab.activeBorder#142642
- tab.activeBorderTop#5f769b
- tab.activeForeground#fff
- tab.border#13223a
- tab.hoverBackground#162b4b
- tab.hoverBorder#13223a
- tab.inactiveBackground#13223a
- 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#050d1a
- terminal.findMatchBackground#450e83
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#141414
- terminal.selectionBackground#200e83
- terminal.selectionForeground#fff
- terminalCursor.foreground#9ebfba
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#13223a
- titleBar.activeForeground#e2ebfa
- titleBar.border#13223a
- tree.indentGuidesStroke#84a1dfc9
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #abb1bb83 | italic |
| variable, string constant.other.placeholder | #e49dc4 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #fffb8e | — |
| 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 | #ffde98ee | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #fffb8e | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #FFFADE | — |
| 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 | #f1a886 | — |
| 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 | #bcbccc | — |
| 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 | #f7b5cb | — |
| 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 | #f0ade7 | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #61ddee | — |
| 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#16181f
- activityBar.activeBorder#b3d0e5
- activityBar.background#16181f
- activityBar.foreground#fff
- activityBar.inactiveForeground#b2b2b2
- activityBarBadge.background#1f508f
- activityBarBadge.foreground#f8fafd
- badge.background#1f508f
- badge.foreground#ffdfcc
- banner.background#2f385e
- breadcrumb.background#232530
- breadcrumb.focusForeground#aed8ff
- breadcrumb.foreground#9ca5a7
- button.background#2567a5
- button.border#8fc1f1
- button.foreground#ddd
- button.hoverBackground#8fc2f193
- button.secondaryBackground#1a3247
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#325472
- checkbox.background#16181f
- checkbox.border#16181f
- checkbox.foreground#d8d8d8
- descriptionForeground#d8d8d8
- dropdown.border#16181f
- editor.background#232530
- editor.findMatchBackground#244a63
- editor.findMatchHighlightBackground#1a3247
- editor.findMatchHighlightBorder#8fc2f194
- editor.foreground#eeffff
- editor.hoverHighlightBackground#2e587cb6
- editor.inactiveSelectionBackground#3c4450
- editor.lineHighlightBackground#2c313b
- editor.lineHighlightBorder#2c313b
- editor.rangeHighlightBackground#1a3247
- editor.selectionBackground#3c4450
- editor.selectionHighlightBackground#22425e
- editor.selectionHighlightBorder#8fc1f1
- editor.wordHighlightBackground#1d2324d3
- editor.wordHighlightBorder#8ba1a171
- editor.wordHighlightStrongBackground#1d2424d3
- editor.wordHighlightStrongBorder#778585
- editorBracketHighlight.foreground1#ff7e7e
- editorBracketHighlight.foreground2#edede7
- editorBracketHighlight.foreground3#a29bfe
- editorBracketHighlight.foreground4#c3a3e9
- editorBracketHighlight.foreground5#c8da88
- editorBracketHighlight.foreground6#dff9fb
- editorBracketMatch.background#16181f
- editorBracketMatch.border#16181f
- editorCursor.foreground#4f8df8
- editorError.background#7e2c2cb7
- editorError.border#b80000
- editorError.foreground#ff0000
- editorGroup.border#8fc1f1
- editorGroupHeader.tabsBackground#232530
- editorGroupHeader.tabsBorder#232530
- editorGutter.background#232530
- editorHoverWidget.background#232530
- editorHoverWidget.border#8fc2f16e
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#8ba0ff73
- editorIndentGuide.background#5060a7
- editorLineNumber.activeForeground#8fc1f1
- editorLineNumber.foreground#627079
- editorOverviewRuler.border#232530
- editorOverviewRuler.findMatchForeground#8fc1f1
- editorSuggestWidget.background#232530
- editorSuggestWidget.border#16181f
- editorSuggestWidget.focusHighlightForeground#ffea96
- editorSuggestWidget.foreground#cbdef3
- editorSuggestWidget.highlightForeground#faffe2
- editorSuggestWidget.selectedBackground#16181f
- editorSuggestWidget.selectedForeground#c8e2f3
- editorSuggestWidget.selectedIconForeground#7acd9f
- editorWidget.background#16181f
- editorWidget.border#8fc2f175
- editorWidget.foreground#8fc1f1
- editorWidget.resizeBorder#8fc1f1
- focusBorder#8fc1f1
- foreground#fff
- icon.foreground#8fc1f1
- input.background#16181f
- input.border#323b42
- input.foreground#fff
- input.placeholderForeground#fff
- inputOption.activeBackground#1f2e38
- inputOption.activeBorder#385263
- inputOption.activeForeground#e1f3f2
- inputOption.hoverBackground#225b6d
- list.activeSelectionBackground#2c3239
- list.activeSelectionIconForeground#8fc1f1
- list.deemphasizedForeground#8fc1f1
- list.hoverBackground#2c3239
- list.hoverForeground#fff
- list.inactiveSelectionBackground#2c3239
- list.inactiveSelectionForeground#fff
- list.inactiveSelectionIconForeground#8fc1f1
- menu.background#232530
- menu.border#2c3239
- menu.foreground#d8d8d8
- menu.selectionBackground#373f47
- menu.selectionBorder#373f47
- menu.selectionForeground#fff
- menu.separatorBackground#373f47
- menubar.selectionBackground#373f47
- menubar.selectionForeground#fff
- minimap.selectionHighlight#8fc2f18a
- minimapSlider.activeBackground#384d4dd3
- minimapSlider.background#2f385e5d
- minimapSlider.hoverBackground#2c353694
- notifications.background#232530
- notifications.border#232530
- notifications.foreground#fff
- panel.background#16181f
- panel.border#4b4e52
- panelTitle.activeBorder#8fc1f1
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#cdcdcd
- quickInput.background#232530
- quickInput.foreground#c8c8c9
- quickInputList.focusBackground#1a3247
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#fff
- scrollbarSlider.activeBackground#4b596d
- scrollbarSlider.background#39414d
- scrollbarSlider.hoverBackground#8fc2f180
- settings.checkboxBackground#16181f
- settings.checkboxBorder#495161
- settings.checkboxForeground#fff
- settings.dropdownBackground#16181f
- settings.dropdownBorder#495161
- settings.dropdownForeground#d8d8d8
- settings.focusedRowBackground#16181f
- settings.focusedRowBorder#495161
- settings.headerBorder#495161
- settings.headerForeground#d8d8d8
- settings.modifiedItemIndicator#495161
- settings.numberInputBackground#16181f
- settings.numberInputBorder#495161
- settings.numberInputForeground#d8d8d8
- settings.rowHoverBackground#16181f
- settings.sashBorder#495161
- settings.textInputBackground#16181f
- settings.textInputBorder#495161
- settings.textInputForeground#d8d8d8
- sideBar.background#16181f
- sideBar.foreground#c7cecc
- sideBarSectionHeader.background#16181f
- sideBarSectionHeader.border#16181f
- sideBarSectionHeader.foreground#cdcdcd
- sideBarTitle.foreground#dcdce0
- statusBar.background#16181f
- statusBar.debuggingBackground#051f38
- statusBar.debuggingForeground#fff
- statusBar.focusBorder#35393d
- statusBar.foreground#e4ecf5
- statusBar.noFolderBackground#232530
- statusBarItem.hoverBackground#373f47
- statusBarItem.remoteBackground#232530
- statusBarItem.remoteForeground#e5f0fc
- tab.activeBackground#232530
- tab.activeBorder#232530
- tab.activeBorderTop#9ab1cf
- tab.activeForeground#fff
- tab.border#232530
- tab.hoverBackground#16181f
- tab.hoverBorder#232530
- tab.hoverForeground#fff
- tab.inactiveBackground#232530
- tab.inactiveForeground#cbd6dd
- tab.unfocusedActiveBorderTop#232530
- tab.unfocusedActiveForeground#b3b4b6
- tab.unfocusedInactiveBackground#232530
- tab.unfocusedInactiveForeground#b3b4b6
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#bdeffa
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#e7f0ff
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#16181f
- terminal.border#232530
- terminal.findMatchBackground#1a3247
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#9ca5a7
- terminal.selectionBackground#384350
- terminal.selectionForeground#d7fcf6
- terminalCursor.background#4c576dd3
- terminalCursor.foreground#869699
- terminalOverviewRuler.cursorForeground#4f8df8
- titleBar.activeBackground#232530
- titleBar.activeForeground#dcdcdc
- titleBar.border#2c2c2c
- titleBar.inactiveBackground#232530
- titleBar.inactiveForeground#cdcdcd
- tree.indentGuidesStroke#6996b4
- widget.shadow#1a324750
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #757676 | italic |
| variable, string constant.other.placeholder | #efa295 | — |
| source.python, meta.function-call.arguments.python | #f0ade7 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #8fc1f1 | — |
| 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 | #ffffb6 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #efa295 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #cfc57f | — |
| 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 | #bf5abe | — |
| 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 | #c2f39b | — |
| 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 | #ffffb6 | — |
| support.type | #a29bfe | — |
| 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 | #a29bfe | — |
| 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 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, support.type.exception.python | #73bca2 | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #61ddee | — |
| 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#16181f
- activityBar.activeBorder#b3d0e5
- activityBar.background#16181f
- activityBar.foreground#fff
- activityBar.inactiveForeground#b2b2b2
- activityBarBadge.background#531f8f
- activityBarBadge.foreground#faf7ff
- badge.background#461f8f
- badge.foreground#dbccff
- banner.background#2f385e
- breadcrumb.background#16181f
- breadcrumb.focusForeground#aed8ff
- breadcrumb.foreground#9ca5a7
- button.background#2567a5
- button.border#8fc1f1
- button.foreground#ddd
- button.hoverBackground#8fc2f193
- button.secondaryBackground#1a3247
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#325472
- checkbox.background#16181f
- checkbox.border#16181f
- checkbox.foreground#d8d8d8
- descriptionForeground#d8d8d8
- dropdown.border#16181f
- editor.background#16181f
- editor.findMatchBackground#244a63
- editor.findMatchHighlightBackground#1a3247
- editor.findMatchHighlightBorder#8fc2f194
- editor.foreground#eeffff
- editor.hoverHighlightBackground#2e587cb6
- editor.inactiveSelectionBackground#3c4450
- editor.lineHighlightBackground#232530
- editor.lineHighlightBorder#232530
- editor.rangeHighlightBackground#1a3247
- editor.selectionBackground#3c4450
- editor.selectionHighlightBackground#22425e
- editor.selectionHighlightBorder#8fc1f1
- editor.wordHighlightBackground#1d2324d3
- editor.wordHighlightBorder#8ba1a171
- editor.wordHighlightStrongBackground#1d2424d3
- editor.wordHighlightStrongBorder#778585
- editorBracketHighlight.foreground1#ffc77e
- editorBracketHighlight.foreground2#f4a3fc
- editorBracketHighlight.foreground3#9bfee0
- editorBracketHighlight.foreground4#e9a3a3
- editorBracketHighlight.foreground5#dace88
- editorBracketHighlight.foreground6#dff9fb
- editorBracketMatch.background#2e3141
- editorBracketMatch.border#232530
- editorCursor.foreground#4f8df8
- editorError.background#7e2c2cb7
- editorError.border#b80000
- editorError.foreground#ff0000
- editorGroup.border#8fc1f1
- editorGroupHeader.tabsBackground#16181f
- editorGroupHeader.tabsBorder#232530
- editorGutter.background#16181f
- editorHoverWidget.background#16181f
- editorHoverWidget.border#8fc2f16e
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#8ba0ff73
- editorIndentGuide.background#5060a7
- editorLineNumber.activeForeground#8fc1f1
- editorLineNumber.foreground#627079
- editorOverviewRuler.border#16181f
- editorOverviewRuler.findMatchForeground#8fc1f1
- editorSuggestWidget.background#16181f
- editorSuggestWidget.border#16181f
- editorSuggestWidget.focusHighlightForeground#ffea96
- editorSuggestWidget.foreground#cbdef3
- editorSuggestWidget.highlightForeground#faffe2
- editorSuggestWidget.selectedBackground#232530
- editorSuggestWidget.selectedForeground#c8e2f3
- editorSuggestWidget.selectedIconForeground#7acd9f
- editorWidget.background#16181f
- editorWidget.border#8fc2f175
- editorWidget.foreground#8fc1f1
- editorWidget.resizeBorder#8fc1f1
- focusBorder#8fc1f1
- foreground#fff
- icon.foreground#8fc1f1
- input.background#16181f
- input.border#323b42
- input.foreground#fff
- input.placeholderForeground#fff
- inputOption.activeBackground#1f2e38
- inputOption.activeBorder#385263
- inputOption.activeForeground#e1f3f2
- inputOption.hoverBackground#225b6d
- list.activeSelectionBackground#2c3239
- list.activeSelectionIconForeground#8fc1f1
- list.deemphasizedForeground#8fc1f1
- list.hoverBackground#232530
- list.hoverForeground#fff
- list.inactiveSelectionBackground#232530
- list.inactiveSelectionForeground#fff
- list.inactiveSelectionIconForeground#8fc1f1
- menu.background#16181f
- menu.border#2c3239
- menu.foreground#d8d8d8
- menu.selectionBackground#373f47
- menu.selectionBorder#373f47
- menu.selectionForeground#fff
- menu.separatorBackground#373f47
- menubar.selectionBackground#373f47
- menubar.selectionForeground#fff
- minimap.selectionHighlight#8fc2f18a
- minimapSlider.activeBackground#384d4dd3
- minimapSlider.background#2f385e5d
- minimapSlider.hoverBackground#2c353694
- notifications.background#16181f
- notifications.border#16181f
- notifications.foreground#fff
- panel.background#16181f
- panel.border#4b4e52
- panelTitle.activeBorder#8fc1f1
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#cdcdcd
- quickInput.background#16181f
- quickInput.foreground#c8c8c9
- quickInputList.focusBackground#232530
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#fff
- scrollbarSlider.activeBackground#4b596d
- scrollbarSlider.background#39414d
- scrollbarSlider.hoverBackground#8fc2f180
- settings.checkboxBackground#16181f
- settings.checkboxBorder#495161
- settings.checkboxForeground#fff
- settings.dropdownBackground#16181f
- settings.dropdownBorder#495161
- settings.dropdownForeground#d8d8d8
- settings.focusedRowBackground#16181f
- settings.focusedRowBorder#495161
- settings.headerBorder#495161
- settings.headerForeground#d8d8d8
- settings.modifiedItemIndicator#495161
- settings.numberInputBackground#16181f
- settings.numberInputBorder#495161
- settings.numberInputForeground#d8d8d8
- settings.rowHoverBackground#16181f
- settings.sashBorder#495161
- settings.textInputBackground#16181f
- settings.textInputBorder#495161
- settings.textInputForeground#d8d8d8
- sideBar.background#16181f
- sideBar.foreground#c7cecc
- sideBarSectionHeader.background#16181f
- sideBarSectionHeader.border#16181f
- sideBarSectionHeader.foreground#cdcdcd
- sideBarTitle.foreground#dcdce0
- statusBar.background#232530
- statusBar.debuggingBackground#051f38
- statusBar.debuggingForeground#fff
- statusBar.focusBorder#35393d
- statusBar.foreground#e4ecf5
- statusBar.noFolderBackground#16181f
- statusBarItem.hoverBackground#373f47
- statusBarItem.remoteBackground#16181f
- statusBarItem.remoteForeground#e5f0fc
- tab.activeBackground#16181f
- tab.activeBorder#9ab1cf
- tab.activeBorderTop#16181f
- tab.activeForeground#fff
- tab.border#232530
- tab.hoverBackground#16181f
- tab.hoverBorder#16181f
- tab.hoverForeground#fff
- tab.inactiveBackground#16181f
- tab.inactiveForeground#cbd6dd
- tab.unfocusedActiveBorderTop#16181f
- tab.unfocusedActiveForeground#b3b4b6
- tab.unfocusedInactiveBackground#16181f
- tab.unfocusedInactiveForeground#b3b4b6
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#bdeffa
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#e7f0ff
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#16181f
- terminal.border#16181f
- terminal.findMatchBackground#1a3247
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#9ca5a7
- terminal.selectionBackground#384350
- terminal.selectionForeground#d7fcf6
- terminalCursor.background#4c576dd3
- terminalCursor.foreground#869699
- terminalOverviewRuler.cursorForeground#4f8df8
- titleBar.activeBackground#16181f
- titleBar.activeForeground#dcdcdc
- titleBar.border#232530
- titleBar.inactiveBackground#16181f
- titleBar.inactiveForeground#cdcdcd
- tree.indentGuidesStroke#6996b4
- widget.shadow#1a324750
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #757676 | italic |
| variable, string constant.other.placeholder | #efa295 | — |
| source.python, meta.function-call.arguments.python | #f0ade7 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #8fc1f1 | — |
| 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 | #ffffb6 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #efa295 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #cfc57f | — |
| 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 | #bf5abe | — |
| 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 | #c2f39b | — |
| 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 | #ffffb6 | — |
| support.type | #a29bfe | — |
| 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 | #a29bfe | — |
| 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 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, support.type.exception.python | #73bca2 | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #61ddee | — |
| 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#232530
- activityBar.activeBorder#b3d0e5
- activityBar.background#232530
- activityBar.foreground#fff
- activityBar.inactiveForeground#b2b2b2
- activityBarBadge.background#1f508f
- activityBarBadge.foreground#f8fafd
- badge.background#1f508f
- badge.foreground#ffdfcc
- banner.background#2f385e
- breadcrumb.background#232530
- breadcrumb.focusForeground#aed8ff
- breadcrumb.foreground#9ca5a7
- button.background#16181f
- button.border#8fc2f169
- button.foreground#ddd
- button.hoverBackground#8fc2f156
- button.secondaryBackground#1a32479c
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#325472
- checkbox.background#232530
- checkbox.border#232530
- checkbox.foreground#d8d8d8
- descriptionForeground#d8d8d8
- dropdown.border#232530
- editor.background#232530
- editor.findMatchBackground#244a63
- editor.findMatchHighlightBackground#1a3247
- editor.findMatchHighlightBorder#8fc2f194
- editor.foreground#eeffff
- editor.hoverHighlightBackground#2e587cb6
- editor.inactiveSelectionBackground#3c4450
- editor.lineHighlightBackground#16181f
- editor.lineHighlightBorder#16181f
- editor.rangeHighlightBackground#1a3247
- editor.selectionBackground#3c4450
- editor.selectionHighlightBackground#22425e
- editor.selectionHighlightBorder#8fc1f1
- editor.wordHighlightBackground#1d2324d3
- editor.wordHighlightBorder#8ba1a171
- editor.wordHighlightStrongBackground#1d2424d3
- editor.wordHighlightStrongBorder#778585
- editorBracketHighlight.foreground1#ff7e7e
- editorBracketHighlight.foreground2#edede7
- editorBracketHighlight.foreground3#a29bfe
- editorBracketHighlight.foreground4#c3a3e9
- editorBracketHighlight.foreground5#c8da88
- editorBracketHighlight.foreground6#dff9fb
- editorBracketMatch.background#232530
- editorBracketMatch.border#232530
- editorCursor.foreground#4f8df8
- editorError.background#7e2c2cb7
- editorError.border#b80000
- editorError.foreground#ff0000
- editorGroup.border#8fc1f1
- editorGroupHeader.tabsBackground#232530
- editorGroupHeader.tabsBorder#232530
- editorGutter.background#232530
- editorHoverWidget.background#232530
- editorHoverWidget.border#8fc2f16e
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#8ba0ff73
- editorIndentGuide.background#5060a7
- editorLineNumber.activeForeground#8fc1f1
- editorLineNumber.foreground#627079
- editorOverviewRuler.border#232530
- editorOverviewRuler.findMatchForeground#8fc1f1
- editorSuggestWidget.background#232530
- editorSuggestWidget.border#232530
- editorSuggestWidget.focusHighlightForeground#ffea96
- editorSuggestWidget.foreground#cbdef3
- editorSuggestWidget.highlightForeground#faffe2
- editorSuggestWidget.selectedBackground#16181f
- editorSuggestWidget.selectedForeground#c8e2f3
- editorSuggestWidget.selectedIconForeground#7acd9f
- editorWidget.background#232530
- editorWidget.border#8fc2f175
- editorWidget.foreground#8fc1f1
- editorWidget.resizeBorder#8fc1f1
- focusBorder#8fc1f1
- foreground#fff
- icon.foreground#8fc1f1
- input.background#232530
- input.border#323b42
- input.foreground#fff
- input.placeholderForeground#fff
- inputOption.activeBackground#1f2e38
- inputOption.activeBorder#385263
- inputOption.activeForeground#e1f3f2
- inputOption.hoverBackground#225b6d
- list.activeSelectionBackground#16181f
- list.activeSelectionIconForeground#8fc1f1
- list.deemphasizedForeground#8fc1f1
- list.hoverBackground#16181f
- list.hoverForeground#fff
- list.inactiveSelectionBackground#16181f
- list.inactiveSelectionForeground#fff
- list.inactiveSelectionIconForeground#8fc1f1
- menu.background#232530
- menu.border#2c3239
- menu.foreground#d8d8d8
- menu.selectionBackground#373f47
- menu.selectionBorder#373f47
- menu.selectionForeground#fff
- menu.separatorBackground#373f47
- menubar.selectionBackground#373f47
- menubar.selectionForeground#fff
- minimap.selectionHighlight#8fc2f18a
- minimapSlider.activeBackground#384d4dd3
- minimapSlider.background#2f385e5d
- minimapSlider.hoverBackground#2c353694
- notifications.background#232530
- notifications.border#232530
- notifications.foreground#fff
- panel.background#232530
- panel.border#4b4e52
- panelTitle.activeBorder#8fc1f1
- panelTitle.activeForeground#fff
- panelTitle.inactiveForeground#cdcdcd
- quickInput.background#232530
- quickInput.foreground#c8c8c9
- quickInputList.focusBackground#16181f
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#fff
- scrollbarSlider.activeBackground#4b596d
- scrollbarSlider.background#39414d
- scrollbarSlider.hoverBackground#8fc2f180
- settings.checkboxBackground#232530
- settings.checkboxBorder#495161
- settings.checkboxForeground#fff
- settings.dropdownBackground#232530
- settings.dropdownBorder#495161
- settings.dropdownForeground#d8d8d8
- settings.focusedRowBackground#16181f
- settings.focusedRowBorder#495161
- settings.headerBorder#495161
- settings.headerForeground#d8d8d8
- settings.modifiedItemIndicator#495161
- settings.numberInputBackground#232530
- settings.numberInputBorder#495161
- settings.numberInputForeground#d8d8d8
- settings.rowHoverBackground#16181f
- settings.sashBorder#495161
- settings.textInputBackground#232530
- settings.textInputBorder#495161
- settings.textInputForeground#d8d8d8
- sideBar.background#232530
- sideBar.foreground#c7cecc
- sideBarSectionHeader.background#232530
- sideBarSectionHeader.border#232530
- sideBarSectionHeader.foreground#cdcdcd
- sideBarTitle.foreground#dcdce0
- statusBar.background#16181f
- statusBar.debuggingBackground#051f38
- statusBar.debuggingForeground#fff
- statusBar.focusBorder#35393d
- statusBar.foreground#e4ecf5
- statusBar.noFolderBackground#232530
- statusBarItem.hoverBackground#373f47
- statusBarItem.remoteBackground#232530
- statusBarItem.remoteForeground#e5f0fc
- tab.activeBackground#232530
- tab.activeBorder#232530
- tab.activeBorderTop#9ab1cf
- tab.activeForeground#fff
- tab.border#232530
- tab.hoverBackground#16181f
- tab.hoverBorder#232530
- tab.hoverForeground#fff
- tab.inactiveBackground#232530
- tab.inactiveForeground#cbd6dd
- tab.unfocusedActiveBorderTop#232530
- tab.unfocusedActiveForeground#b3b4b6
- tab.unfocusedInactiveBackground#232530
- tab.unfocusedInactiveForeground#b3b4b6
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#bdeffa
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#e7f0ff
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#232530
- terminal.border#232530
- terminal.findMatchBackground#1a3247
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#9ca5a7
- terminal.selectionBackground#384350
- terminal.selectionForeground#d7fcf6
- terminalCursor.background#4c576dd3
- terminalCursor.foreground#869699
- terminalOverviewRuler.cursorForeground#4f8df8
- titleBar.activeBackground#232530
- titleBar.activeForeground#dcdcdc
- titleBar.border#2c2c2c
- titleBar.inactiveBackground#232530
- titleBar.inactiveForeground#cdcdcd
- tree.indentGuidesStroke#6996b4
- widget.shadow#1a324750
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #757676 | italic |
| variable, string constant.other.placeholder | #efa295 | — |
| source.python, meta.function-call.arguments.python | #f0ade7 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #8fc1f1 | — |
| 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 | #ffffb6 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #efa295 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #cfc57f | — |
| 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 | #bf5abe | — |
| 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 | #c2f39b | — |
| 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 | #ffffb6 | — |
| support.type | #a29bfe | — |
| 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 | #a29bfe | — |
| 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 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, support.type.exception.python | #73bca2 | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #61ddee | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |