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#121f3d
- activityBar.activeBorder#2c4a915e
- activityBar.background#09183a
- activityBar.border#2c4a915e
- activityBar.foreground#98ca3f
- activityBar.inactiveForeground#ddd
- activityBarBadge.background#40587c
- activityBarBadge.foreground#fff
- badge.background#08478f
- button.background#7fab3e
- button.foreground#ddd
- button.hoverBackground#1a305d
- button.secondaryBackground#7fab3e
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#1a305d
- editor.background#121f3d
- editor.findMatchBackground#425c3d
- editor.findMatchHighlightBackground#012c23ce
- editor.foreground#eeffff
- editor.hoverHighlightBackground#020e3396
- editor.inactiveSelectionBackground#54cbf35d
- editor.lineHighlightBackground#40587c52
- editor.lineHighlightBorder#121f3d
- editor.rangeHighlightBackground#2c7d914f
- editor.rangeHighlightBorder#2c7d91
- editor.selectionBackground#54cbf33f
- editor.selectionHighlightBackground#0c4d36ea
- editor.selectionHighlightBorder#032c1e
- editor.wordHighlightBackground#2c7d91
- editor.wordHighlightStrongBackground#589ddd94
- editorBracketHighlight.foreground1#fff
- editorBracketHighlight.foreground2#f59657
- editorBracketHighlight.foreground3#b7ffd1
- editorBracketHighlight.foreground4#ff72ff
- editorBracketHighlight.foreground5#faffc6
- editorBracketHighlight.foreground6#e7b048
- editorBracketMatch.background#2c4a91
- editorBracketMatch.border#defff83f
- editorCursor.foreground#ddd
- editorError.border#b7ffd1
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#121f3d
- editorGutter.background#121f3d
- editorHoverWidget.background#121f3d
- editorHoverWidget.border#2c4a91
- editorHoverWidget.foreground#ddd
- editorIndentGuide.activeBackground#416aa5
- editorLineNumber.activeForeground#7fab3e
- editorLineNumber.foreground#40587c
- editorOverviewRuler.border#121f3d
- editorSuggestWidget.background#121f3d
- editorSuggestWidget.border#2c4a91
- editorSuggestWidget.focusHighlightForeground#defff8
- editorSuggestWidget.foreground#fff
- editorSuggestWidget.highlightForeground#fafa65
- editorSuggestWidget.selectedBackground#425c3d67
- editorSuggestWidget.selectedForeground#58c3dd
- editorSuggestWidget.selectedIconForeground#eede82
- editorWidget.background#121f3d
- editorWidget.foreground#ddd
- editorWidget.resizeBorder#2c4a91
- focusBorder#2c4a91
- input.background#40587c65
- input.border#7fab3e
- input.placeholderForeground#cbdcf3
- list.activeSelectionBackground#425c3d67
- list.hoverBackground#020e336b
- list.inactiveSelectionBackground#05267985
- menu.background#121f3d
- menu.border#2c4a915e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#0d22255b
- notifications.background#121f3d
- notifications.border#2c4a915e
- panel.border#2c4a915e
- quickInput.background#121f3d
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#2c4a91
- scrollbarSlider.background#2c4a915e
- scrollbarSlider.hoverBackground#40587c
- settings.checkboxBackground#40587c
- settings.dropdownBackground#40587c
- settings.textInputBackground#40587c
- sideBar.background#121f3d
- sideBar.border#2c4a915e
- sideBar.foreground#ddd
- sideBarSectionHeader.background#121f3d
- sideBarSectionHeader.border#2c4a915e
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#bbbbbb
- statusBar.background#7fab3e
- statusBar.debuggingBackground#02388a
- statusBar.noFolderBackground#000914
- tab.activeBackground#121f3d
- tab.activeBorder#121f3d
- tab.activeBorderTop#7fab3e
- tab.activeForeground#e8dfda
- tab.border#121f3d
- tab.hoverBackground#05144796
- tab.inactiveBackground#121f3d
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#a5db8b
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#7fab3e
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#121f3d
- terminal.border#2c4a915e
- terminal.foreground#c0d5f3
- terminalCursor.foreground#ddd
- titleBar.activeBackground#121f3d
- titleBar.activeForeground#efe9d8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #80ab3e5b | italic |
| variable, string constant.other.placeholder | #ffe600 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #e05454 | — |
| keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution | #bcf862 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #7fab3e | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #faffc6 | — |
| meta.block variable.other | #ddd | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #9dcf52 | — |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #C3E88D | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #dddfff | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FFCB6B | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
| source.python, meta.function-call.arguments.python | #81ecec | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #ffeaa7 | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |
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#121f3d
- activityBar.activeBorder#2c4a915e
- activityBar.background#121f3d
- activityBar.border#2c4a915e
- activityBar.foreground#74caff
- activityBar.inactiveForeground#ddd
- activityBarBadge.background#07314bde
- activityBarBadge.foreground#fff
- badge.background#08478f
- button.background#7fab3e
- button.foreground#ddd
- button.hoverBackground#1a305d
- button.secondaryBackground#7fab3e
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#1a305d
- editor.background#03091e
- editor.findMatchBackground#425c3d
- editor.findMatchHighlightBackground#012c23ce
- editor.foreground#eeffff
- editor.hoverHighlightBackground#020e3396
- editor.inactiveSelectionBackground#54cbf35d
- editor.lineHighlightBackground#40587c52
- editor.lineHighlightBorder#2736587e
- editor.rangeHighlightBackground#2c7d914f
- editor.rangeHighlightBorder#2c7d91
- editor.selectionBackground#54cbf33f
- editor.selectionHighlightBackground#0c4d36ea
- editor.selectionHighlightBorder#032c1e
- editor.wordHighlightBackground#2c7d91
- editor.wordHighlightStrongBackground#589ddd94
- editorBracketHighlight.foreground1#fff
- editorBracketHighlight.foreground2#f59657
- editorBracketHighlight.foreground3#b7ffd1
- editorBracketHighlight.foreground4#ff72ff
- editorBracketHighlight.foreground5#faffc6
- editorBracketHighlight.foreground6#e7b048
- editorBracketMatch.background#122961
- editorBracketMatch.border#defff83f
- editorCursor.foreground#ddd
- editorError.border#b7ffd1
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#121f3d
- editorGutter.background#03091e
- editorHoverWidget.background#03091e
- editorHoverWidget.border#2c4a91
- editorHoverWidget.foreground#ddd
- editorIndentGuide.activeBackground#416aa5
- editorLineNumber.activeForeground#7fab3e
- editorLineNumber.foreground#40587c
- editorOverviewRuler.border#121f3d
- editorSuggestWidget.background#121f3d
- editorSuggestWidget.border#2c4a91
- editorSuggestWidget.focusHighlightForeground#defff8
- editorSuggestWidget.foreground#fff
- editorSuggestWidget.highlightForeground#fafa65
- editorSuggestWidget.selectedBackground#425c3d67
- editorSuggestWidget.selectedForeground#58c3dd
- editorSuggestWidget.selectedIconForeground#eede82
- editorWidget.background#121f3d
- editorWidget.foreground#ddd
- editorWidget.resizeBorder#2c4a91
- focusBorder#2c4a91
- input.background#40587c65
- input.border#7fab3e
- input.placeholderForeground#cbdcf3
- list.activeSelectionBackground#425c3d67
- list.hoverBackground#020e336b
- list.inactiveSelectionBackground#03091ed5
- menu.background#121f3d
- menu.border#2c4a915e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#0d22255b
- notifications.background#121f3d
- notifications.border#2c4a915e
- panel.border#2c4a915e
- quickInput.background#03091e
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#2c4a91
- scrollbarSlider.background#2c4a915e
- scrollbarSlider.hoverBackground#40587c
- settings.checkboxBackground#40587c
- settings.dropdownBackground#40587c
- settings.textInputBackground#40587c
- sideBar.background#121f3d
- sideBar.border#2c4a915e
- sideBar.foreground#ddd
- sideBarSectionHeader.background#40587c
- sideBarSectionHeader.border#2c4a915e
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#bbbbbb
- statusBar.background#1b2c4c
- statusBar.debuggingBackground#02388a
- statusBar.noFolderBackground#000914
- tab.activeBackground#03091e
- tab.activeBorderTop#121f3d
- tab.border#121f3d
- tab.hoverBackground#05144796
- tab.inactiveBackground#121f3d
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#a5db8b
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#7fab3e
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#03091e
- terminal.border#2c4a915e
- terminal.foreground#c0d5f3
- terminalCursor.foreground#ddd
- titleBar.activeBackground#121f3d
- titleBar.activeForeground#efe9d8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #3eabab5b | italic |
| variable, string constant.other.placeholder | #e0ce2c | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #e05454 | — |
| 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 | #0ce931 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #b2e468 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #ff0037 | — |
| meta.block variable.other | #ddd | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #ee91a5 | — |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #C3E88D | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #dddfff | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FFCB6B | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
| source.python, meta.function-call.arguments.python | #81ecec | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #ffeaa7 | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |
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#03091e
- activityBar.activeBorder#2c4a915e
- activityBar.background#010514
- activityBar.border#2c4a915e
- activityBar.foreground#04f5e9
- activityBar.inactiveForeground#ddd
- activityBarBadge.background#00817b
- activityBarBadge.foreground#fff
- badge.background#08478f
- button.background#026863
- button.foreground#ddd
- button.hoverBackground#1a305d
- button.secondaryBackground#049df5
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#1a305d
- editor.background#03091e
- editor.findMatchBackground#425c3d
- editor.findMatchHighlightBackground#012c23ce
- editor.foreground#eeffff
- editor.hoverHighlightBackground#020e3396
- editor.inactiveSelectionBackground#54cbf35d
- editor.lineHighlightBackground#40587c52
- editor.lineHighlightBorder#2736587e
- editor.rangeHighlightBackground#2c7d914f
- editor.rangeHighlightBorder#2c7d91
- editor.selectionBackground#54cbf33f
- editor.selectionHighlightBackground#0c4d36ea
- editor.selectionHighlightBorder#032c1e
- editor.wordHighlightBackground#2c7d91
- editor.wordHighlightStrongBackground#589ddd94
- editorBracketHighlight.foreground1#fff
- editorBracketHighlight.foreground2#f59657
- editorBracketHighlight.foreground3#b7ffd1
- editorBracketHighlight.foreground4#ff72ff
- editorBracketHighlight.foreground5#faffc6
- editorBracketHighlight.foreground6#e7b048
- editorBracketMatch.background#122961
- editorBracketMatch.border#defff83f
- editorCursor.foreground#ddd
- editorError.border#b7ffd1
- editorError.foreground#ff0000
- editorGroupHeader.tabsBackground#03091e
- editorGutter.background#03091e
- editorHoverWidget.background#03091e
- editorHoverWidget.border#2c4a91
- editorHoverWidget.foreground#ddd
- editorIndentGuide.activeBackground#416aa5
- editorLineNumber.activeForeground#04f5e9
- editorLineNumber.foreground#40587c
- editorOverviewRuler.border#03091e
- editorSuggestWidget.background#03091e
- editorSuggestWidget.border#2c4a91
- editorSuggestWidget.focusHighlightForeground#defff8
- editorSuggestWidget.foreground#fff
- editorSuggestWidget.highlightForeground#fafa65
- editorSuggestWidget.selectedBackground#425c3d67
- editorSuggestWidget.selectedForeground#58c3dd
- editorSuggestWidget.selectedIconForeground#eede82
- editorWidget.background#03091e
- editorWidget.foreground#ddd
- editorWidget.resizeBorder#2c4a91
- focusBorder#2c4a91
- input.background#40587c65
- input.border#7fab3e
- input.placeholderForeground#cbdcf3
- list.activeSelectionBackground#425c3d67
- list.hoverBackground#0d256b6b
- list.inactiveSelectionBackground#061d7298
- menu.background#03091e
- menu.border#2c4a915e
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#0d22255b
- notifications.background#03091e
- notifications.border#2c4a915e
- panel.border#2c4a915e
- quickInput.background#03091e
- quickInput.foreground#fff
- scrollbarSlider.activeBackground#2c4a91
- scrollbarSlider.background#2c4a915e
- scrollbarSlider.hoverBackground#40587c
- settings.checkboxBackground#40587c
- settings.dropdownBackground#40587c
- settings.textInputBackground#40587c
- sideBar.background#03091e
- sideBar.border#2c4a915e
- sideBar.foreground#ddd
- sideBarSectionHeader.background#03091e
- sideBarSectionHeader.border#2c4a915e
- sideBarSectionHeader.foreground#fff
- sideBarTitle.foreground#bbbbbb
- statusBar.background#1b2c4c
- statusBar.debuggingBackground#02388a
- statusBar.noFolderBackground#000914
- tab.activeBackground#03091e
- tab.activeBorderTop#04f5e9
- tab.border#03091e
- tab.hoverBackground#05144796
- tab.inactiveBackground#03091e
- terminal.ansiBlack#1D2021
- terminal.ansiBlue#00a1f9
- terminal.ansiBrightBlack#665C54
- terminal.ansiBrightBlue#0D6678
- terminal.ansiBrightCyan#8BA59B
- terminal.ansiBrightGreen#a5db8b
- terminal.ansiBrightMagenta#8F4673
- terminal.ansiBrightRed#FB543F
- terminal.ansiBrightWhite#FDF4C1
- terminal.ansiBrightYellow#7fab3e
- terminal.ansiCyan#8BA59B
- terminal.ansiGreen#95C085
- terminal.ansiMagenta#8F4673
- terminal.ansiRed#FB543F
- terminal.ansiWhite#A89984
- terminal.ansiYellow#FAC03B
- terminal.background#03091e
- terminal.border#2c4a915e
- terminal.foreground#c0d5f3
- terminalCursor.foreground#ddd
- titleBar.activeBackground#03091e
- titleBar.activeForeground#efe9d8
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #8f97975b | italic |
| variable, string constant.other.placeholder | #e7b048 | — |
| constant.other.color | #ffffff | — |
| invalid, invalid.illegal | #FF5370 | — |
| keyword, storage.type, storage.modifier | #ebe835 | — |
| 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 | #46ec62 | — |
| entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter | #b2e468 | — |
| entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method | #60ebe4 | — |
| meta.block variable.other | #ddd | — |
| support.other.variable, string.other.link | #f07178 | — |
| constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other | #fca504 | — |
| string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js | #C3E88D | — |
| entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types | #FFCB6B | — |
| support.type | #B2CCD6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #B2CCD6 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #FF5370 | — |
| variable.language | #FF5370 | italic |
| entity.name.method.js | #82AAFF | italic |
| meta.class-method.js entity.name.function.js, variable.function.constructor | #82AAFF | — |
| entity.other.attribute-name | #dddfff | — |
| text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name | #FFCB6B | italic |
| entity.other.attribute-name.class | #FFCB6B | — |
| source.sass keyword.control | #82AAFF | — |
| markup.inserted | #C3E88D | — |
| markup.deleted | #FF5370 | — |
| markup.changed | #C792EA | — |
| string.regexp | #89DDFF | — |
| constant.character.escape | #89DDFF | — |
| *url*, *link*, *uri* | — | underline |
| tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #82AAFF | italic |
| source.js constant.other.object.key.js string.unquoted.label.js | #FF5370 | italic |
| source.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FFCB6B | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #F78C6C | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #FF5370 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C17E70 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #82AAFF | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #f07178 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C792EA | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #C3E88D | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #EEFFFF | — |
| text.html.markdown markup.inline.raw.markdown | #C792EA | — |
| text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown | #65737E | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown | #C3E88D | — |
| markup.italic | #f07178 | italic |
| markup.bold, markup.bold string | #f07178 | bold |
| markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string | #f07178 | bold |
| markup.underline | #F78C6C | underline |
| markup.quote punctuation.definition.blockquote.markdown | #65737E | — |
| markup.quote | — | italic |
| string.other.link.title.markdown | #82AAFF | — |
| string.other.link.description.title.markdown | #C792EA | — |
| constant.other.reference.link.markdown | #FFCB6B | — |
| markup.raw.block | #C792EA | — |
| markup.raw.block.fenced.markdown | #00000050 | — |
| punctuation.definition.fenced.markdown | #00000050 | — |
| markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end | #EEFFFF | — |
| variable.language.fenced.markdown | #65737E | — |
| meta.separator | #65737E | bold |
| markup.table | #EEFFFF | — |
| source.python, meta.function-call.arguments.python | #81ecec | — |
| source.python support.type.python | #d67e5c | — |
| string.interpolated.python string.quoted.single.python | #16b673 | — |
| meta.function-call.generic.python | #ffeaa7 | — |
| storage.type.string.python, source.python meta.function-call.python support.type.python, entity.other.inherited-class.python | #49ace9 | — |
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#fff
- activityBar.activeBorder#fff
- activityBar.background#fff
- activityBar.border#fff
- activityBar.foreground#242424
- activityBar.inactiveForeground#71797c
- activityBarBadge.background#8877fe
- activityBarBadge.foreground#fff
- badge.background#748cf7
- badge.foreground#fff
- banner.background#29393f
- breadcrumb.background#fff
- breadcrumb.focusForeground#d1c083
- breadcrumb.foreground#2b2b2b
- button.background#5153b9
- button.border#8d85be
- button.foreground#ddd
- button.hoverBackground#99553a
- button.secondaryBackground#0b394b
- button.secondaryForeground#ddd
- button.secondaryHoverBackground#360314
- checkbox.background#d5f2ff
- checkbox.border#bad8e4
- checkbox.foreground#000
- descriptionForeground#242424
- dropdown.border#bad8e4
- editor.background#fff
- editor.findMatchBackground#74caff57
- editor.findMatchHighlightBackground#dcf7fe
- editor.findMatchHighlightBorder#d797ff
- editor.foreground#00161a
- editor.hoverHighlightBackground#d5cfff
- editor.inactiveSelectionBackground#ddf3ff
- editor.lineHighlightBackground#f1faff
- editor.lineHighlightBorder#f1faff
- editor.rangeHighlightBackground#c8cceee1
- editor.selectionBackground#ddf3ff
- editor.selectionHighlightBackground#7eccb8
- editor.selectionHighlightBorder#7c9098
- editor.wordHighlightBackground#adb5f7d2
- editor.wordHighlightBorder#7c9098
- editor.wordHighlightStrongBackground#b37df0
- editor.wordHighlightStrongBorder#f1ffb9
- editorBracketHighlight.foreground1#00b8a3
- editorBracketHighlight.foreground2#7fa3e7
- editorBracketHighlight.foreground3#0e84d3
- editorBracketHighlight.foreground4#8e9103
- editorBracketHighlight.foreground5#276007
- editorBracketHighlight.foreground6#dc195a
- editorBracketMatch.background#e2e5ff
- editorBracketMatch.border#e2e5ff
- editorCursor.foreground#6e71ff
- editorError.background#f8baba
- editorError.border#ff0000
- editorError.foreground#ff0000
- editorGroup.border#fff
- editorGroupHeader.tabsBackground#f8fdff
- editorGroupHeader.tabsBorder#fff
- editorGutter.background#fff
- editorHoverWidget.background#e2e5ff
- editorHoverWidget.border#9b9b9b
- editorHoverWidget.foreground#000
- editorIndentGuide.activeBackground#907fe0
- editorIndentGuide.background#7a9ff017
- editorInfo.border#5e479e
- editorLineNumber.activeForeground#039fff
- editorLineNumber.foreground#24236469
- editorOverviewRuler.border#fff
- editorOverviewRuler.findMatchForeground#6494db
- editorSuggestWidget.background#f8fdff
- editorSuggestWidget.border#b8c7f7
- editorSuggestWidget.focusHighlightForeground#8006f3
- editorSuggestWidget.foreground#242424
- editorSuggestWidget.highlightForeground#4c5be4
- editorSuggestWidget.selectedBackground#96a0f880
- editorSuggestWidget.selectedForeground#d6208a
- editorSuggestWidget.selectedIconForeground#026380
- editorWidget.background#f8fdff
- editorWidget.border#bad8e4
- editorWidget.foreground#000
- editorWidget.resizeBorder#74caff
- focusBorder#b9e8ff
- foreground#242424
- icon.foreground#242424
- input.background#fdfeff
- input.border#6f62ad
- input.foreground#000
- input.placeholderForeground#242424
- inputOption.activeBackground#0084ff
- inputOption.activeForeground#fff
- list.activeSelectionBackground#8694ff
- list.activeSelectionIconForeground#000
- list.deemphasizedForeground#cdcdcd
- list.hoverBackground#74caff6b
- list.hoverForeground#000
- list.inactiveSelectionBackground#74caff70
- list.inactiveSelectionForeground#242424
- list.inactiveSelectionIconForeground#242424
- menu.background#fff
- menu.border#dcf2fa
- menu.foreground#000
- menu.selectionBackground#74b6d4
- menu.selectionBorder#d5f2ff
- menu.selectionForeground#fff
- menu.separatorBackground#d5f2ff
- menubar.selectionBackground#d5f2ff
- menubar.selectionForeground#242424
- minimapSlider.activeBackground#00000028
- minimapSlider.background#0000001a
- minimapSlider.hoverBackground#e2e5ffa1
- notifications.background#fff
- notifications.border#fff
- notifications.foreground#000
- panel.background#f8fdff
- panel.border#fff
- panelTitle.activeBorder#242424
- panelTitle.activeForeground#000
- panelTitle.inactiveForeground#242424
- quickInput.background#fff
- quickInput.foreground#000
- quickInputList.focusBackground#7095ff
- quickInputList.focusForeground#fff
- quickInputList.focusIconForeground#242424
- scrollbarSlider.activeBackground#cdb7f5
- scrollbarSlider.background#d4f2ff
- scrollbarSlider.hoverBackground#7cb7e7c5
- settings.checkboxBackground#d5f2ff
- settings.checkboxBorder#74caff
- settings.checkboxForeground#000
- settings.dropdownBackground#fff
- settings.dropdownBorder#74caff
- settings.dropdownForeground#000
- settings.focusedRowBackground#d5f2ff
- settings.focusedRowBorder#74caff
- settings.headerBorder#74caff
- settings.headerForeground#242424
- settings.modifiedItemIndicator#73c8f0
- settings.numberInputBackground#d5f2ff
- settings.numberInputBorder#74caff
- settings.numberInputForeground#000
- settings.rowHoverBackground#d5f2ff88
- settings.sashBorder#74caff
- settings.textInputBackground#d5f2ff
- settings.textInputBorder#74caff
- settings.textInputForeground#000
- sideBar.background#fff
- sideBar.border#fff
- sideBar.foreground#2b2b2b
- sideBarSectionHeader.background#fff
- sideBarSectionHeader.border#f8fdff
- sideBarSectionHeader.foreground#242424
- sideBarTitle.foreground#000
- statusBar.background#121f3d
- statusBar.debuggingBackground#083e80
- statusBar.debuggingForeground#fff
- statusBar.foreground#fff
- statusBar.noFolderBackground#f8fdff
- statusBarItem.hoverBackground#d5cfff
- statusBarItem.remoteBackground#213547
- statusBarItem.remoteForeground#fff
- tab.activeBackground#fff
- tab.activeBorder#f8fdff
- tab.activeBorderTop#00aeff
- tab.activeForeground#242424
- tab.border#f8fdff
- tab.hoverBackground#d5f2ff70
- tab.hoverBorder#06a7f1
- tab.hoverForeground#000
- tab.inactiveBackground#f8fdff
- tab.inactiveForeground#2b2b2b
- tab.unfocusedActiveBorder#242424
- tab.unfocusedActiveBorderTop#fff
- tab.unfocusedActiveForeground#f3f5f8
- tab.unfocusedHoverBorder#7c9098
- tab.unfocusedInactiveBackground#f8fdff
- tab.unfocusedInactiveForeground#242424
- 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#f8fdff
- terminal.findMatchBackground#8694ff
- terminal.findMatchHighlightBackground#d5f2ff
- terminal.foreground#242424
- terminal.selectionBackground#d5f2ff
- terminal.selectionForeground#000
- terminalCursor.background#9486ee
- terminalCursor.foreground#6e71ff
- terminalOverviewRuler.cursorForeground#fff
- titleBar.activeBackground#fff
- titleBar.activeForeground#000
- titleBar.inactiveBackground#f8fdff
- titleBar.inactiveForeground#242424
- tree.indentGuidesStroke#242424
- widget.shadow#74caff86
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, punctuation.definition.comment | #817f7f | italic |
| comment.block.preprocessor | #AAAAAA | |
| comment.documentation, comment.block.documentation | #448C27 | — |
| invalid.illegal | #660000 | — |
| keyword.operator | #01a868 | — |
| keyword, storage | #e06b81 | — |
| storage.type, support.type | #a201ff | — |
| constant.language, support.constant, variable.language | #cc764e | — |
| variable, support.variable | #213547 | bold |
| entity.name.function, support.function | #bd8126 | italic bold |
| entity.name.type, entity.other.inherited-class, support.class | #3e9d8d | bold |
| entity.name.exception | #660000 | — |
| entity.name.section | — | bold |
| constant.numeric, constant.character, constant | #bd34fe | — |
| string | #016e53 | — |
| constant.character.escape | #777777 | — |
| string.regexp | #4B83CD | — |
| constant.other.symbol | #AB6526 | — |
| punctuation | #00201f | — |
| meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html | #AAAAAA | — |
| meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #03668d | — |
| entity.name.tag | #048383 | italic bold |
| meta.tag entity.other.attribute-name, entity.other.attribute-name.html | #018f41 | italic |
| constant.character.entity, punctuation.definition.entity | #7e3d05 | — |
| meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css | #0a9739 | italic bold |
| meta.property-name, support.type.property-name | #011530 | — |
| meta.property-value, meta.property-value constant.other, support.constant.property-value | #065972 | — |
| keyword.other.important | — | bold |
| markup.changed | #000000 | — |
| markup.deleted | #000000 | — |
| markup.italic | — | italic |
| markup.error | #660000 | — |
| markup.inserted | #000000 | — |
| meta.link | #4B83CD | — |
| markup.output, markup.raw | #777777 | — |
| markup.prompt | #777777 | — |
| markup.heading | #AA3731 | — |
| markup.bold | — | bold |
| markup.traceback | #660000 | — |
| markup.underline | — | underline |
| markup.quote | #7A3E9D | — |
| markup.list | #4B83CD | — |
| markup.bold, markup.italic | #448C27 | — |
| markup.inline.raw | #AB6526 | |
| meta.diff.range, meta.diff.index, meta.separator | #434343 | — |
| meta.diff.header.from-file | #434343 | — |
| meta.diff.header.to-file | #434343 | — |