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#a277ff
- activityBar.background#15141b
- activityBar.border#000000
- activityBar.foreground#61ffca
- activityBar.inactiveForeground#525156
- activityBarBadge.background#a277ff
- activityBarBadge.foreground#15141b
- badge.background#a277ff
- badge.foreground#15141b
- button.background#61ffca
- button.foreground#15141b
- button.hoverBackground#49c29a
- diffEditor.insertedTextBackground#00d89023
- diffEditor.removedTextBackground#ff474720
- dropdown.background#15141b
- dropdown.border#3b334b
- dropdown.foreground#cdccce
- editor.background#15141b
- editor.findMatchBackground#3d375e7f
- editor.findMatchHighlightBackground#3d375e7f
- editor.findRangeHighlightBackground#3d375e7f
- editor.foreground#edecee
- editor.inactiveSelectionBackground#3d375e7f
- editor.lineHighlightBackground#a394f033
- editor.lineHighlightBorder#a394f000
- editor.selectionBackground#3d375e7f
- editor.selectionHighlightBackground#3d375e7f
- editor.stackFrameHighlightBackground#353424
- editor.wordHighlightBackground#3d375e7f
- editor.wordHighlightStrongBackground#3d375e7f
- editorBracketMatch.border#a277ff
- editorCursor.foreground#a277ff
- editorError.border#ffffff00
- editorError.foreground#ff6767
- editorGroup.border#000000
- editorGroup.dropBackground#3d375e7f
- editorGroupHeader.tabsBackground#15141b
- editorGroupHeader.tabsBorder#000000
- editorGutter.addedBackground#61ffca
- editorGutter.deletedBackground#ff6767
- editorGutter.modifiedBackground#ffca85
- editorHoverWidget.background#121016
- editorHoverWidget.border#2d2d2d
- editorIndentGuide.activeBackground#6d6d6d
- editorIndentGuide.background#2d2d2d
- editorInlayHint.background#2e2b38
- editorInlayHint.foreground#cdccce
- editorLineNumber.foreground#a394f033
- editorLink.activeForeground#a277ff
- editorSuggestWidget.background#121016
- editorSuggestWidget.border#2d2d2d
- editorSuggestWidget.foreground#cdccce
- editorSuggestWidget.highlightForeground#61ffca
- editorSuggestWidget.selectedBackground#4d4d4d
- editorWarning.border#ffffff00
- editorWarning.foreground#ffca85
- editorWhitespace.foreground#2d2d2d
- editorWidget.background#121016
- editorWidget.border#2d2d2d
- errorForeground#ff6767
- focusBorder#a394f033
- foreground#edecee
- gitDecoration.conflictingResourceForeground#a277ff
- gitDecoration.deletedResourceForeground#ff6767
- gitDecoration.ignoredResourceForeground#4d4d4d
- gitDecoration.modifiedResourceForeground#ffca85
- gitDecoration.untrackedResourceForeground#61ffca
- input.background#15141b
- input.border#3b334b
- input.foreground#cdccce
- input.placeholderForeground#af8aff7f
- inputOption.activeBorder#a277ff
- list.activeSelectionBackground#2e2b38
- list.activeSelectionForeground#a277ff
- list.focusBackground#3b334b
- list.focusForeground#a277ff
- list.highlightForeground#ffca85
- list.hoverBackground#3b334b
- list.hoverForeground#edecee
- list.inactiveSelectionBackground#2e2b38
- list.inactiveSelectionForeground#a277ff
- panel.border#000000
- panelTitle.activeBorder#61ffca
- panelTitle.activeForeground#cdccce
- progressBar.background#61ffca
- scrollbar.shadow#15141b
- scrollbarSlider.activeBackground#3d375e7f
- scrollbarSlider.background#a394f033
- scrollbarSlider.hoverBackground#a394f033
- selection.background#3d375e7f
- sideBar.background#110f18
- sideBar.border#000000
- sideBar.foreground#cdccce
- sideBarSectionHeader.background#15141b
- sideBarSectionHeader.foreground#adacae
- sideBarTitle.foreground#adacae
- statusBar.background#121016
- statusBar.border#000000
- statusBar.debuggingBackground#a19c77
- statusBar.debuggingForeground#15141b
- statusBar.foreground#adacae
- statusBarItem.activeBackground#a277ff
- tab.activeBackground#00000000
- tab.activeBorderTop#61ffca
- tab.activeForeground#61ffca
- tab.border#000000
- tab.inactiveBackground#15141b
- tab.inactiveForeground#6d6d6d
- terminal.ansiBlack#15141b
- terminal.ansiBlue#a277ff
- terminal.ansiBrightBlack#2d2d2d
- terminal.ansiBrightBlue#a277ff
- terminal.ansiBrightCyan#61ffca
- terminal.ansiBrightGreen#a277ff
- terminal.ansiBrightMagenta#61ffca
- terminal.ansiBrightRed#ffca85
- terminal.ansiBrightWhite#edecee
- terminal.ansiBrightYellow#ffca85
- terminal.ansiCyan#a277ff
- terminal.ansiGreen#61ffca
- terminal.ansiMagenta#61ffca
- terminal.ansiRed#ff6767
- terminal.ansiWhite#cdccce
- terminal.ansiYellow#ffca85
- terminal.background#15141b
- terminal.foreground#cdccce
- terminal.selectionBackground#3d375e7f
- terminalCursor.background#2d2d2d
- terminalCursor.foreground#adacae
- titleBar.activeBackground#121016
- titleBar.border#000000
- titleBar.inactiveBackground#2d2b38
- tree.indentGuidesStroke#4d4d4d
- widget.shadow#0f0f0f
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| keyword, storage, support, entity.name.tag, variable.language, keyword.control.flow, storage.modifier, keyword.operator, entity.other.attribute-name.class.css, entity.other.keyframe-offset, markup.heading, markup.underline.link, variable.other.env, punctuation.definition.list.begin.markdown, punctuation.definition.bold.markdown, punctuation.definition.italic.markdown, punctuation.definition.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.raw.markdown, constant.length.units.css, constant.percentage.units.css | #a277ff | — |
| string, markup.inserted, markup.raw, constant, source.env, support.type.builtin.graphql, variable.other.quoted.double, markup.inline.raw.string.markdown, entity.other.attribute-name.id.css, meta.jsx.children, JSXNested | #61ffca | — |
| markup.changed, entity, entity.name.function, entity.name.function.elixir, entity.name.function-call.elixir, support.class.component.tsx, support.class.component.open.jsx, support.class.component.close.jsx, meta.function-call.generic.python, entity.name.section.markdown, storage.type.annotation.dart | #ffca85 | — |
| invalid, markup.deleted | #ff6767 | — |
| string.unquoted, punctuation.separator, entity.other.attribute-name, meta.object-literal.key, variable.object.property, variable.other.property, variable.other.object.property, variable.other.constant.property, meta.type.annotation, support.type.property-name.css, support.type.vendored, constant.language.symbol.elixir, variable.graphql, meta.attribute.python, source.dart | #f694ff | — |
| variable, markup.list, support.constant.property-value.css, variable.parameter.keyframe-list.css, source.css, support.constant.font-name, support.constant.vendored.property-value, variable.parameter, meta.class, meta.method.declaration, parameter.variable.function.elixir, punctuation.definition.tag, punctuation.section.embedded, meta.embedded.expression, punctuation.terminator.dart, punctuation.dot.dart | #edecee | — |
| comment, string.quoted.docstring.multi.python | #6d6d6d | — |
| entity.name.function, support.function | #ffca85 | — |
| entity.name.type, entity.name.class, support.class.builtin, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.quasi.element.begin, punctuation.quasi.element.end, entity.other.inherited-class, variable.other.constant.elixir, entity.other.attribute-name.class.css, support.class.dart | #82e2ff | — |
| meta.parameters, meta.type.parameters, meta.return.type, entity.name.type.interface, meta.type.annotation, meta.function.parameters, markup.italic.markdown | — | italic |
| markup.underline | — | underline |
| markup.bold.markdown, storage.type.annotation.dart | — | bold |
Shiki preview
TypeScript sample highlighted with this variant's colors and tokenColors.
Loading...