Color themes
VS Code preview
Full workbench mockup using this variant's colors and tokenColors.
Loading...
colors
Workbench UI color keys from the theme JSON colors map.
- activityBar.activeBorder#0656d6
- activityBar.background#001e4d
- activityBar.border#0c4094b2
- activityBar.foreground#e2eaf7
- activityBar.inactiveForeground#727172
- activityBarBadge.background#0c4094
- activityBarBadge.foreground#fff
- badge.background#686867
- breadcrumb.background#141414
- breadcrumb.focusForeground#ee9dcf
- breadcrumb.foreground#cdcdcd
- button.background#0746ac
- button.foreground#ddd
- button.hoverBackground#6b0e43
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#240433
- editor.background#141414
- editor.findMatchBackground#1e064b
- editor.findMatchHighlightBackground#533b8175
- editor.foreground#fae8d8
- editor.hoverHighlightBackground#032255
- editor.inactiveSelectionBackground#0c409486
- editor.lineHighlightBackground#06255791
- editor.lineHighlightBorder#001e4d
- editor.rangeHighlightBackground#000
- editor.rangeHighlightBorder#645cd1
- editor.selectionBackground#0c409463
- editor.selectionHighlightBackground#ad16ad
- editor.wordHighlightBackground#830383a2
- editor.wordHighlightStrongBackground#8b0443c0
- editor.wordHighlightStrongBorder#2b29ad
- editorBracketHighlight.foreground1#baec04
- editorBracketHighlight.foreground2#f8a4d4
- editorBracketHighlight.foreground3#f59657
- editorBracketHighlight.foreground4#00b8a3
- editorBracketHighlight.foreground5#25a1f5
- editorBracketHighlight.foreground6#e75585
- editorBracketMatch.background#1d2731b9
- editorCursor.foreground#ddd
- editorError.border#b88d00
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#001e4d
- editorGutter.background#141414
- editorHoverWidget.background#141414
- editorHoverWidget.border#8586c0
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#a0a0a071
- editorLineNumber.activeForeground#88a6d6
- editorLineNumber.foreground#747679bd
- editorOverviewRuler.border#342d31
- editorSuggestWidget.background#141414
- editorSuggestWidget.border#6b485c
- editorSuggestWidget.focusHighlightForeground#989999
- editorSuggestWidget.foreground#f5d9eb
- editorSuggestWidget.highlightForeground#df83b7
- editorSuggestWidget.selectedBackground#0c409470
- editorSuggestWidget.selectedForeground#fff
- editorSuggestWidget.selectedIconForeground#f166b5
- editorWidget.background#141414
- editorWidget.foreground#fad4fa
- editorWidget.resizeBorder#010f2c
- focusBorder#110b1b
- input.background#3b3dc448
- input.border#456fe0
- input.placeholderForeground#fff
- list.activeSelectionBackground#0c40948e
- list.hoverBackground#06388a
- list.inactiveSelectionBackground#0a3a88
- menu.background#141414
- menu.border#0c40941e
- menu.foreground#cdcdcd
- menubar.selectionBackground#343542
- menubar.selectionForeground#c1c1db
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#2a0b7a4d
- notifications.background#141414
- notifications.border#0c4094
- panel.border#0c409427
- quickInput.background#141414
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#032e7e
- scrollbarSlider.background#36393fbe
- scrollbarSlider.hoverBackground#001e4d
- settings.checkboxBackground#001e4d
- settings.dropdownBackground#001e4d
- settings.textInputBackground#001e4d
- sideBar.background#001e4d
- sideBar.border#0c4094da
- sideBar.foreground#ddd
- sideBarSectionHeader.background#001e4d
- sideBarSectionHeader.border#0c409483
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#f8e4d1
- statusBar.background#001e4d
- statusBar.border#0c409448
- statusBar.debuggingBackground#063177
- statusBar.noFolderBackground#001e4d
- tab.activeBackground#00122e
- tab.activeBorder#001e4d
- tab.activeBorderTop#0844a3
- tab.activeForeground#ddd
- tab.border#001e4d
- tab.hoverBackground#062f72
- tab.hoverBorder#0c4094
- tab.inactiveBackground#001e4d
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#ad77ad
- 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#141414
- terminal.findMatchBackground#6c0e83
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#fae2ed8f
- terminal.selectionBackground#160e83
- terminal.selectionForeground#fff
- terminalCursor.foreground#0850c4
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#001e4d
- titleBar.activeForeground#fff
- titleBar.border#0c40943a
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #6d655d | italic |
| variable, string constant.other.placeholder | #71bd97 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #f16eab | — |
| 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 | #00ff88 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #fc1e73b7 | italic |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #ff82f9 | — |
| meta.block variable.other | #f5cc97 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #c1fd9f | — |
| 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 | #fcc7d4 | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #C792EA | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #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 | #f0d1ad | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #af61ee | — |
| 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#0E0F11
- activityBar.activeBorder#fff
- activityBar.background#0E0F11
- activityBar.border#4d4c5050
- activityBar.foreground#c3d8ff
- activityBar.inactiveForeground#7b7e83
- activityBarBadge.background#042664
- activityBarBadge.foreground#fff
- badge.background#022874
- breadcrumb.background#0E0F11
- breadcrumb.focusForeground#ee9dcf
- breadcrumb.foreground#cdcdcd
- button.background#000611
- button.foreground#ddd
- button.hoverBackground#6b0e43
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#240433
- editor.background#0E0F11
- editor.findMatchBackground#000611
- editor.findMatchHighlightBackground#1b1e24
- editor.foreground#F0C27C
- editor.hoverHighlightBackground#042669
- editor.inactiveSelectionBackground#131f36be
- editor.lineHighlightBackground#706f7217
- editor.lineHighlightBorder#706f720a
- editor.rangeHighlightBackground#000
- editor.rangeHighlightBorder#2b2b2b
- editor.selectionBackground#131f36be
- editor.selectionHighlightBackground#ad16ad50
- editor.wordHighlightBackground#10306d
- editor.wordHighlightStrongBackground#8b044394
- editor.wordHighlightStrongBorder#2b29ad
- editorBracketHighlight.foreground1#baec04
- editorBracketHighlight.foreground2#f8a4d4
- editorBracketHighlight.foreground3#f59657
- editorBracketHighlight.foreground4#00b8a3
- editorBracketHighlight.foreground5#25a1f5
- editorBracketHighlight.foreground6#e75585
- editorBracketMatch.background#1d2731b9
- editorCursor.foreground#ffff
- editorError.border#b88d00
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#000611
- editorGutter.background#0E0F11
- editorHoverWidget.background#0b1427
- editorHoverWidget.border#5f61ce
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#a0a0a071
- editorLineNumber.activeForeground#fff
- editorLineNumber.foreground#6c6d6ac7
- editorOverviewRuler.border#342d31
- editorSuggestWidget.background#0E0F11
- editorSuggestWidget.border#48566b
- editorSuggestWidget.focusHighlightForeground#989999
- editorSuggestWidget.foreground#f5d9eb
- editorSuggestWidget.highlightForeground#df83b7
- editorSuggestWidget.selectedBackground#1a2730a9
- editorSuggestWidget.selectedForeground#fff
- editorSuggestWidget.selectedIconForeground#f166b5
- editorWidget.background#000611
- editorWidget.foreground#fad4fa
- editorWidget.resizeBorder#010f2c
- focusBorder#3a5992
- icon.foreground#86acf3
- input.background#05183d3d
- input.border#395488
- input.placeholderForeground#fff
- list.activeSelectionBackground#000611
- list.hoverBackground#1437795e
- list.inactiveSelectionBackground#181c33ee
- menu.background#0E0F11
- menu.border#4d4c5050
- menu.foreground#cdcdcd
- menubar.selectionBackground#101338
- menubar.selectionForeground#c5c5e9
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#2a0b7a4d
- notifications.background#0E0F11
- notifications.border#4d4c5050
- panel.border#4d4c5027
- quickInput.background#0E0F11
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#032e7e
- scrollbarSlider.background#36393fbe
- scrollbarSlider.hoverBackground#07065e5b
- settings.checkboxBackground#292928
- settings.dropdownBackground#292928
- settings.textInputBackground#292928
- sideBar.background#0E0F11
- sideBar.border#4d4c5050
- sideBar.foreground#ddd
- sideBarSectionHeader.background#0E0F11
- sideBarSectionHeader.border#4d4c5050
- sideBarSectionHeader.foreground#91b7ff
- sideBarTitle.foreground#fff
- statusBar.background#1C1B1D
- statusBar.border#4d4c5021
- statusBar.debuggingBackground#011b29
- statusBar.foreground#b4cdfa
- statusBar.noFolderBackground#0E0F11
- statusBarItem.hoverBackground#071c44
- tab.activeBackground#0E0F11
- tab.activeBorder#0E0F11
- tab.activeBorderTop#0E0F11
- tab.activeForeground#fff
- tab.border#000611
- tab.hoverBackground#041c4b60
- tab.hoverBorder#151b22
- tab.inactiveBackground#000611
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#749ae2
- 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#0E0F11
- terminal.findMatchBackground#6c0e83
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#fff
- terminal.selectionBackground#160e83
- terminal.selectionForeground#fff
- terminalCursor.foreground#fff
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#0E0F11
- titleBar.activeForeground#fff
- titleBar.border#0E0F11
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #546E7A | italic |
| variable, string constant.other.placeholder | #e2d4f8 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #C792EA | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #89DDFF | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #f07178 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #82AAFF | — |
| 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 | #faa991 | — |
| 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 | #e9f7d4 | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #C792EA | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #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 | #f0d1ad | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #af61ee | — |
| 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.activeBorder#021a02
- activityBar.background#142b14
- activityBar.border#3a753aab
- activityBar.foreground#a5e0a5
- activityBar.inactiveForeground#879687ab
- activityBarBadge.background#0e1f0e
- activityBarBadge.foreground#fff
- badge.background#686867
- button.background#185f18
- editor.background#141414
- editor.findMatchBackground#354413
- editor.findMatchHighlightBackground#142b14ad
- editor.foreground#fae8d8
- editor.hoverHighlightBackground#1c2c1c
- editor.inactiveSelectionBackground#2d432d
- editor.lineHighlightBackground#1c2e1c
- editor.selectionBackground#2d432d
- editorCursor.foreground#ddd
- editorGroupHeader.tabsBackground#142b14
- editorHoverWidget.background#1c2c1c
- editorIndentGuide.activeBackground#a0a0a071
- editorLineNumber.activeForeground#37b637
- editorLineNumber.foreground#665c61
- editorSuggestWidget.background#141414
- editorSuggestWidget.selectedBackground#142b14
- editorWidget.background#141414
- focusBorder#142b14
- input.background#104e106c
- input.border#142b14
- input.placeholderForeground#fff
- list.activeSelectionBackground#1c2c1c
- list.hoverBackground#274d27
- list.inactiveSelectionBackground#2d432d
- menu.background#141414
- menu.border#142b14
- notifications.background#141414
- notifications.border#142b14
- panel.background#142b145e
- panel.border#142b14
- quickInput.background#141414
- settings.checkboxBackground#2d432d
- settings.dropdownBackground#2d432d
- settings.textInputBackground#2d432d
- sideBar.background#142b14
- sideBar.border#2d432d
- sideBarSectionHeader.background#142b14
- sideBarSectionHeader.border#2d432d
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#f8e4d1
- statusBar.background#1b291b
- statusBar.border#142b14
- statusBar.debuggingBackground#284228
- statusBar.noFolderBackground#2d432d
- tab.activeBackground#1b331b
- tab.activeBorder#104e10
- tab.activeBorderTop#142b14
- tab.activeForeground#ddd
- tab.border#142b14
- tab.hoverBackground#203a20
- tab.hoverBorder#142b14
- tab.inactiveBackground#142b14
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#ad77ad
- 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#141414
- terminal.foreground#fae2ed8f
- terminalCursor.foreground#142b14
- titleBar.activeBackground#142b14
- titleBar.activeForeground#fff
- titleBar.border#142b14
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #6d655d | italic |
| variable, string constant.other.placeholder | #71bd97 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #f16eab | — |
| 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 | #00ff88 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #fc1e73b7 | italic |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #ff82f9 | — |
| meta.block variable.other | #f5cc97 | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #c1fd9f | — |
| 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 | #fcc7d4 | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #C792EA | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #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 | #f0d1ad | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #af61ee | — |
| 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#2e262b
- activityBar.activeBorder#ebbed7
- activityBar.background#2e262b
- activityBar.border#2e262b
- activityBar.foreground#fff
- activityBar.inactiveForeground#727172
- activityBarBadge.background#30031c
- activityBarBadge.foreground#fff
- badge.background#680909
- breadcrumb.background#342d31
- breadcrumb.focusForeground#ee9dcf
- breadcrumb.foreground#cdcdcd
- button.background#2c021c
- button.foreground#ddd
- button.hoverBackground#6b0e43
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#240433
- editor.background#342d31
- editor.findMatchBackground#31031f
- editor.findMatchHighlightBackground#741f53
- editor.foreground#F0C27C
- editor.hoverHighlightBackground#310420
- editor.inactiveSelectionBackground#27111e
- editor.lineHighlightBackground#2e262b
- editor.lineHighlightBorder#2e262b
- editor.rangeHighlightBackground#3b0825
- editor.rangeHighlightBorder#960356
- editor.selectionBackground#3a0d29
- editor.selectionHighlightBackground#ad16ad
- editor.wordHighlightBackground#830383a2
- editor.wordHighlightStrongBackground#8b0443c0
- editor.wordHighlightStrongBorder#ad29ad
- editorBracketHighlight.foreground1#baec04
- editorBracketHighlight.foreground2#f8a4d4
- editorBracketHighlight.foreground3#f59657
- editorBracketHighlight.foreground4#00b8a3
- editorBracketHighlight.foreground5#25a1f5
- editorBracketHighlight.foreground6#e75585
- editorBracketMatch.background#1d2731b9
- editorCursor.foreground#dfa0c7
- editorError.border#b88d00
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#2e262b
- editorGutter.background#342d31
- editorHoverWidget.background#251e22
- editorHoverWidget.border#c085a7
- editorHoverWidget.foreground#fff
- editorIndentGuide.activeBackground#a0a0a071
- editorLineNumber.activeForeground#fff
- editorLineNumber.foreground#6c6d6ac7
- editorOverviewRuler.border#342d31
- editorOverviewRuler.findMatchForeground#7459a3
- editorSuggestWidget.background#342d31
- editorSuggestWidget.border#6b485c
- editorSuggestWidget.focusHighlightForeground#989999
- editorSuggestWidget.foreground#f5d9eb
- editorSuggestWidget.highlightForeground#df83b7
- editorSuggestWidget.selectedBackground#16020f
- editorSuggestWidget.selectedForeground#fff
- editorSuggestWidget.selectedIconForeground#f166b5
- editorWidget.background#2c1323
- editorWidget.foreground#fad4fa
- editorWidget.resizeBorder#ad0263
- focusBorder#342d31
- input.background#654b6f93
- input.border#654b6f
- input.placeholderForeground#fff
- list.activeSelectionBackground#420a2d
- list.hoverBackground#473942
- list.inactiveSelectionBackground#342d31
- menu.background#2e262b
- menu.border#6e465f
- menu.foreground#cdcdcd
- menubar.selectionBackground#42343d
- menubar.selectionForeground#dbc1d1
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#2a0b7a4d
- notifications.background#2e262b
- notifications.border#5a3b4e
- panel.border#9e768f
- quickInput.background#2e262b
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#6e096e
- scrollbarSlider.background#5f5159a8
- scrollbarSlider.hoverBackground#9c286a
- settings.checkboxBackground#2e262b
- settings.dropdownBackground#2e262b
- settings.textInputBackground#2e262b
- sideBar.background#2e262b
- sideBar.border#2e262b
- sideBar.foreground#ddd
- sideBarSectionHeader.background#2e262b
- sideBarSectionHeader.border#fc9cd717
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#fff
- statusBar.background#2e262b
- statusBar.border#2e262b
- statusBar.debuggingBackground#1b0111
- statusBar.noFolderBackground#2e262b
- tab.activeBackground#342d31
- tab.activeBorder#342d31
- tab.activeBorderTop#45bbbf
- tab.activeForeground#fff
- tab.border#2e262b
- tab.hoverBackground#310a20
- tab.hoverBorder#151b22
- tab.inactiveBackground#2e262b
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#0687ff
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#FFCC80
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#2e262b
- terminal.findMatchBackground#6c0e83
- terminal.findMatchHighlightBackground#2b3650
- terminal.foreground#fff
- terminal.selectionBackground#830e5c
- terminal.selectionForeground#fff
- terminalCursor.foreground#e7afd2
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#2e262b
- titleBar.activeForeground#fff
- titleBar.border#2e262b
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #989298 | italic |
| variable, string constant.other.placeholder | #ebc9b2 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #aee2a9 | — |
| 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 | #2db3a5 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #e4bbf3 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #e8a6b0 | — |
| 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 | #f2d8a3 | — |
| 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 | #bf6345 | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #C792EA | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #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 | #f0d1ad | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #af61ee | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |