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#004b8870
- activityBar.background#11101d
- activityBar.foreground#3b90ff
- activityBar.inactiveForeground#605fad
- activityBarBadge.background#9a1cad
- activityBarBadge.foreground#0c0112
- banner.background#051425
- breadcrumb.background#05051c
- button.background#33375f
- debugToolBar.background#101131
- dropdown.background#051425
- dropdown.border#1b2475
- dropdown.foreground#9f8eff
- dropdown.listBackground#001733
- editor.background#151527
- editor.findMatchBackground#ca1d1db2
- editor.findMatchHighlightBackground#bb9c11ad
- editor.foreground#b6dde4
- editor.inactiveSelectionBackground#29648b83
- editor.lineHighlightBackground#1e1c3a
- editor.lineHighlightBorder#2c375a
- editor.selectionBackground#3c84b483
- editorBracketHighlight.foreground1#9d4dd3
- editorBracketHighlight.foreground2#4d4dd3
- editorBracketHighlight.foreground3#36b3c9
- editorBracketHighlight.foreground4#36c956
- editorBracketMatch.background#1a7e75
- editorBracketPairGuide.activeBackground1#9d4dd3
- editorBracketPairGuide.activeBackground2#4d4dd3
- editorBracketPairGuide.activeBackground3#36b3c9
- editorBracketPairGuide.activeBackground4#36c956
- editorBracketPairGuide.background1#9d4dd3
- editorBracketPairGuide.background2#4d4dd3
- editorBracketPairGuide.background3#36b3c9
- editorBracketPairGuide.background4#36c956
- editorGroupHeader.tabsBackground#100e1d
- editorGutter.background#181629
- editorHoverWidget.background#0b0c18
- editorHoverWidget.statusBarBackground#1b1938
- editorLineNumber.activeForeground#dd00ff
- editorLineNumber.foreground#4144ff
- editorLink.activeForeground#0d2192
- editorSuggestWidget.focusHighlightForeground#0400ff
- editorSuggestWidget.highlightForeground#3735bd
- editorSuggestWidget.selectedIconForeground#8284ff
- editorWidget.background#111425
- editorWidget.foreground#8284ff
- errorForeground#a92049
- extensionIcon.starForeground#0004ff
- focusBorder#bbdaff
- foreground#b6bbe4
- gitDecoration.deletedResourceForeground#bd338f
- gitDecoration.ignoredResourceForeground#5d669e
- gitDecoration.modifiedResourceForeground#2da70f
- gitDecoration.renamedResourceForeground#ffe600
- gitDecoration.stageModifiedResourceForeground#227278
- gitDecoration.untrackedResourceForeground#f19710
- icon.foreground#2e3dc2
- input.background#191730
- keybindingLabel.background#1f1958
- keybindingLabel.border#1e236d
- keybindingLabel.bottomBorder#15123d
- keybindingLabel.foreground#3652cc
- keybindingTable.headerBackground#12133d
- keybindingTable.rowsBackground#0f0e30
- list.activeSelectionBackground#1a1358
- list.activeSelectionForeground#8284ff
- list.hoverBackground#1b1146
- list.inactiveSelectionBackground#28275b
- menu.background#051425
- menu.selectionBackground#0c325e
- minimap.background#05051c
- panelTitle.activeForeground#646fce
- panelTitle.inactiveForeground#b6bbe4
- sash.hoverBorder#1827ad
- scrollbar.shadow#0000ff
- scrollbarSlider.activeBackground#2422ad75
- scrollbarSlider.background#292d5f7e
- scrollbarSlider.hoverBackground#3324867e
- settings.checkboxBackground#1d1f38
- settings.checkboxForeground#5050e9
- settings.dropdownBackground#1d1f38
- settings.dropdownForeground#5050e9
- settings.headerForeground#6f77ec
- settings.numberInputBackground#1d1f38
- settings.numberInputForeground#5050e9
- settings.rowHoverBackground#1d1f38
- settings.textInputBackground#1d1f38
- settings.textInputForeground#5050e9
- sideBar.background#080811
- sideBar.foreground#8284ff
- statusBar.background#020088
- statusBar.debuggingBackground#001126
- statusBar.foreground#e7e7e7
- statusBar.noFolderBackground#001126
- statusBarItem.hoverBackground#0400ff
- symbolIcon.moduleForeground#00eeff
- tab.activeBackground#002fff47
- tab.activeForeground#62d5ff
- tab.inactiveBackground#19173090
- tab.inactiveForeground#178fba
- terminal.ansiBlack#111111
- terminal.ansiBlue#0073ff
- terminal.ansiBrightBlack#333333
- terminal.ansiBrightBlue#80baff
- terminal.ansiBrightCyan#78ffff
- terminal.ansiBrightGreen#b8f171
- terminal.ansiBrightMagenta#d778ff
- terminal.ansiBrightRed#ff7882
- terminal.ansiBrightWhite#ffffff
- terminal.ansiBrightYellow#ffe580
- terminal.ansiCyan#11A8CD
- terminal.ansiGreen#0CBA78
- terminal.ansiMagenta#BC3FBC
- terminal.ansiRed#e42c39
- terminal.ansiWhite#cccccc
- terminal.ansiYellow#E5E510
- terminal.background#071d36
- terminal.foreground#b6dde4
- textLink.activeForeground#002fff
- textLink.foreground#0f3fdd
- titleBar.activeBackground#1a1d3d
- titleBar.activeForeground#483fca
- titleBar.inactiveBackground#0f0e1d
- titleBar.inactiveForeground#2a2b8d
- toolbar.activeBackground#2d3e9c
- toolbar.hoverBackground#333b5f
- widget.shadow#0011ffbd
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| punctuation.definition.string | #f2b752 | — |
| meta.embedded, punctuation | #3b75a4 | — |
| markup.heading | #569CD6 | — |
| markup.italic | #569CD2 | italic |
| markup.bold | #569CD1 | bold |
| entity.name | #FFCB6B | — |
| punctuation.definition.variable | #446666 | — |
| comment | #6A9955 | italic |
| entity.other.attribute-name | #00e1ff | — |
| keyword.other.important | #b560dc | — |
| punctuation.support.type.property-name.end.json, support.type.property-name.json, string.json, meta.structure.dictionary.json, meta.structure.dictionary.value.json, meta.structure.dictionary.json, meta.structure.array.json, meta.structure.dictionary.value.json, meta.structure.dictionary.json, source.json | #4EC9B0 | — |
| entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal | #DCDCAA | — |
| keyword.operator | #ffaaaa | — |
| constant.numeric | #8ccc8c | — |
| entity.name.namespace | #4EC9B0 | bold |
| support.function, meta.function-call | #DCDCAA | — |
| support.type, meta.return-type, support.class, entity.name.type, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy | #4EC9B0 | — |
| meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class | #4EC9B0 | — |
| keyword.control, source.cpp keyword.operator.new, keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator, keyword.control.conditional | #C586C0 | — |
| meta.diff.header | #569cd6 | — |
| storage | #569cd6 | — |
| storage.type | #569cd6 | — |
| variable.other.constant, variable.other.enummember | #4FC1FF | — |
| meta.object-literal.key | #9CDCFE | — |
| support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color | #CE9178 | — |
| punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp | #CE9178 | — |
| constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp | #d16969 | — |
| keyword.operator.or.regexp, keyword.control.anchor.regexp | #DCDCAA | — |
| keyword.operator.quantifier.regexp | #d7ba7d | — |
| constant.character | #569cd6 | — |
| constant.character.escape | #d7ba7d | — |
| entity.name.label | #C8C8C8 | — |
| markup.inline.raw | #ce9178 | — |
| meta.preprocessor.string | #ce9178 | — |
| string, meta.embedded.assembly | #ce9178 | — |
| string.tag | #ce9178 | — |
| string.value | #ce9178 | — |
| storage.modifier, keyword.operator.noexcept, entity.name.tag, constant.character, markup.changed, meta.preprocessor, entity.name.function.preprocessor, meta.diff.header, storage.modifier, keyword.operator.noexcept, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded, keyword, punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php, variable.language, keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike | #569cd6 | — |
| variable.language | #569cd6 | — |
| keyword.other.new | #aa37a4 | — |
| punctuation.separator.array | #00ff73 | — |
| constant.language | #ca9f11 | italic |
| variable.other.object, meta.function-call.js | #4EC9B0 | bold |
| meta.definition.variable.name, meta.block, source.js, variable.other | #61a4c9 | — |
Shiki preview
TypeScript sample highlighted with this variant's colors and tokenColors.
Loading...