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.background#171923
- activityBar.foreground#ff2d20
- activityBarBadge.background#171923
- activityBarBadge.foreground#ffffff
- button.background#ff2d20
- button.foreground#171923
- button.hoverBackground#19f9d7c7
- debugToolBar.background#171923
- dropdown.background#171923
- dropdown.border#ff2d20
- dropdown.listBackground#171923
- editor.background#171923
- editor.foreground#ffffff
- editor.lineHighlightBackground#303030
- editor.selectionBackground#303030
- editorBracketHighlight.foreground1#ffffff
- editorBracketHighlight.foreground2#ffffff
- editorBracketHighlight.foreground3#ffffff
- editorBracketHighlight.foreground4#ffffff
- editorBracketHighlight.foreground5#ffffff
- editorBracketHighlight.foreground6#ffffff
- editorBracketHighlight.unexpectedBracket.foreground#ffffff
- editorCursor.foreground#ffffff
- editorGroupHeader.tabsBackground#171923
- editorLineNumber.activeForeground#ffffff
- editorWhitespace.foreground#303030
- editorWidget.background#171923
- extensionButton.prominentBackground#ff2d20
- extensionButton.prominentForeground#171923
- extensionButton.prominentHoverBackground#ff2d20
- focusBorder#151721
- icon.foreground#ff2d20
- input.background#171923
- input.border#ff2d20
- inputOption.activeBorder#ff2d20
- inputValidation.errorBorder#ff2d20
- inputValidation.infoBackground#171923
- inputValidation.infoBorder#ff2d20
- list.activeSelectionBackground#ff2d20
- list.activeSelectionForeground#ffffff
- list.focusBackground#151721
- list.focusForeground#ffffff
- list.highlightForeground#ffffff
- list.hoverBackground#151721
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#171923
- list.inactiveSelectionBackground#151721
- list.inactiveSelectionForeground#ffffff
- panel.background#171923
- panelTitle.activeBorder#ff2d20
- sideBar.background#171923
- sideBar.border#171923d8
- sideBar.foreground#ffffff
- sideBarSectionHeader.foreground#ffffff
- sideBarTitle.foreground#ffffff
- statusBar.background#171923
- statusBar.debuggingBackground#171923
- statusBar.foreground#ff2d20
- statusBar.noFolderBackground#171923
- statusBarItem.activeBackground#171923
- statusBarItem.prominentBackground#171923
- statusBarItem.prominentHoverBackground#151721
- tab.activeBackground#171923
- tab.activeBorder#ff2d20
- tab.activeForeground#ffffff
- tab.hoverBorder#ffffff
- tab.inactiveBackground#171923
- tab.inactiveForeground#c0c0c0
- textLink.activeForeground#ffffff
- textLink.foreground#ff2d20
- titleBar.activeBackground#171923
- titleBar.activeForeground#ff2d20
- titleBar.inactiveBackground#171923
- titleBar.inactiveForeground#ff2d20
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, string.quoted.docstring.multi.python, punctuation.definition.string.begin.python, punctuation.definition.string.end.python, string.quoted.docstring.raw.multi.python | #8a8787 | italic |
| keyword.control.import, keyword.control.from, keyword.control.export, keyword.generator.asterisk | #FF2C6D | — |
| keyword.control.loop, keyword.control.type, keyword.control.as | #09cbdd | — |
| keyword.operator.new | #00e5ffcc | — |
| keyword.control.flow | #f48fb1 | — |
| keyword.control.conditional | #f48fb1 | — |
| keyword.control.trycatch | #f48fb1 | — |
| keyword.control.default | #64ffdbda | — |
| keyword.control.switch | #09cbdd | — |
| storage.type.function | #f48fb1 | — |
| storage.type, support.class.error | #FF2C6D | — |
| meta.block.tsx, source.tsx | #c5c5c5f1 | — |
| string.quoted.double, string.template string.quoted.single | #00abc1da | — |
| punctuation.accessor, meta.brace.square, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all, entity.other.attribute-name | #FFCC95 | — |
| variable.language.this, constant.language.boolean.true, constant.language.boolean.false, constant.language.undefined, constant.language.null | #f48fb1dc | — |
| variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component, entity.name.tag, entity.name.tag.style.html | #ff2c6bf1 | — |
| meta.jsx.children.js, meta.jsx.children.tsx | #c0babaec | — |
| meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property, support.function, storage.modifier.async | #a1d7da | — |
| constant.numeric.decimal | #ff5622de | — |
| support.class.console, support.function.console, meta.object-literal.key | #ffcc95e7 | — |
| support.variable.dom, storage.modifier | #079ba8 | — |
| entity.name.function, variable.other.jsdoc | #09cbdd | — |
| support.function.dom | #ffcc95e3 | — |
| punctuation.definition.block.tag.jsdoc | #ffcc95e7 | — |
| punctuation.definition.tag.begin, punctuation.definition.tag.end | #c5c5c5f1 | — |
| punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.definition.string.template.begin, punctuation.definition.string.template.end | #00acc1 | — |
| punctuation.terminator.statement, punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end | #c5c5c5f1 | — |
| meta.brace.round | #c5c5c5f1 | — |
| support.type.property-name.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json | #FFCC95 | — |
| constant.language.json | #00acc1 | — |
| constant.language.json, constant.numeric.json | #ee475e | — |
| entity.name.tag.script.html, entity.name.tag.structure.any.html, entity.name.tag.html, entity.name.tag.inline.any.html, entity.name.tag.block.any.html, entity.name.tag.other.html, meta.tag.sgml.doctype.html | #ff2c6bf1 | — |
| entity.other.attribute-name.html, entity.other.attribute-name.id.html | #ffcc95ee | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #c5c5c5f1 | — |
| meta.tag.structure.any.html, meta.tag.inline.any.html | #c5c5c5f1 | — |
| text.html.basic | #bdbdbd | — |
| meta.toc-list.id.html | #64ffdbda | — |
| entity.name.tag.xml, entity.name.tag.localname.xml, entity.name.tag.namespace.xml | #ff2c6bc2 | — |
| punctuation.definition.tag.xml, meta.tag.preprocessor.xml, punctuation.separator.namespace.xml | #c5c5c5f1 | — |
| string.quoted.double.xml | #728e9e | — |
| entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml | #33fae9ad | — |
| text.xml | #8bdbe9e3 | — |
| entity.name.tag.yaml, variable.other.key.toml, entity.name.section.toml, entity.name.function.target.makefile | #e4e0bd | — |
| source.yaml | #00ffffcc | — |
| string.unquoted.plain.out.yaml | #00ABC1DA | — |
| variable.other.alias.yaml | #00ABC1DA | italic underline |
| meta.flow-sequence.yaml, punctuation.definition.block.scalar.folded.yaml, punctuation.definition.block.scalar.literal.yaml, punctuation.definition.block.sequence.item.yaml, punctuation.separator.key-value.mapping.yaml, support.other.chomping-indicator.yaml | #ee475e | — |
| string.unquoted.plain.in.yaml | #00ffffcc | — |
| constant.other.timestamp, constant.other.date | #a1d7da | — |
| keyword.other.definition.ini, meta.rule.indent_style.editorconfig, keyword.other.definition.root.editorconfig, meta.section.editorconfig | #ffcc95e7 | — |
| source.ini constant.language.tab.editorconfig, punctuation.separator.key-value.editorconfig | #00abc1de | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, variable.argument.css, meta.attribute-selector.scss | #ffcc95de | — |
| support.type.property-name.css, support.constant.color.w3c-extended-color-name.css, support.constant.color.w3c-standard-color-name.css | #a0b9c4c0 | — |
| entity.name.tag.css | #ff2c6be0 | — |
| constant.numeric.css | #ffcc95c4 | — |
| keyword.other.unit, keyword.control.at-rule.include.scss, meta.definition.variable.scss, keyword.control.at-rule.import.scss, keyword.control.return.scss, entity.name.tag.wildcard.css, entity.name.tag.wildcard.scss, keyword.control.at-rule.mixin.scss | #ff2c6bc2 | — |
| punctuation.section.property-list.begin.bracket.curly.scss, punctuation.section.property-list.end.bracket.curly.scss, punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.separator.list.comma.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css | #b9b8b8 | — |
| punctuation.terminator.rule.css, punctuation.separator.key-value.css | #a7a2a2 | — |
| punctuation.definition.constant.css | #a0b9c4c0 | — |
| constant.other.color.rgb-value.hex.css, entity.name.tag.reference.scss | #dd8aa3 | — |
| support.type.vendored.property-name.css | #a7a2a2 | — |
| keyword.control.at-rule.keyframes.css, entity.other.attribute-name.placeholder.css, keyword.control.at-rule.media.css, support.type.property-name.media.css, support.constant.media.css, support.constant.font-name.css, keyword.other.important.scss, keyword.control.at-rule.media.scss, keyword.control.operator.css.scss, entity.other.keyframe-offset.css, entity.other.attribute-name.css, keyword.control.at-rule.import.css, keyword.control.for.scss, keyword.control.if.scss, meta.at-rule.include.scss | #dd8aa3 | — |
| variable.parameter.keyframe-list.css, meta.property-value.css | #7cc0d1 | — |
| support.constant.property-value.css | #7cc0d1 | — |
| entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css | #a0b9c4fa | — |
| entity.other.keyframe-offset.percentage.css, meta.property-list.scss | #34eeeed7 | — |
| variable.scss, support.function.url.css, entity.other.attribute-name.attribute.scss, punctuation.definition.attribute-selector.begin.bracket.square.scss, punctuation.definition.attribute-selector.end.bracket.square.scss | #88f1ffc2 | — |
| punctuation.definition.metadata.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.quote.begin.markdown | #ffcc95e7 | — |
| meta.separator.markdown | #ffcc95e7 | — |
| punctuation.definition.constant.restructuredtext | #ffcc95e7 | — |
| markup.quote | #ffcc95e7 | italic |
| fenced.raw.inner.restructuredtext, markup.raw.inner.restructuredtext, markup.fenced_code.block.markdown, punctuation.definition.markdown | #93A8AC | — |
| meta.paragraph.markdown | #93A8AC | — |
| beginning.punctuation.definition.list.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.link.restructuredtext | #64ffdbda | — |
| markup.underline | — | underline |
| markup.bold | — | bold |
| markup.italic | — | italic |
| markup.heading | #ffcc95e7 | bold |
| meta.link.reference.def.restructuredtext, punctuation.definition.directive.restructuredtext, string.other.link.description, string.other.link.title | #ff2c6bf1 | — |
| entity.name.tag.template.html | #ff2c6bf1 | — |
| text.html.vue-html | #bdbdbd | — |
| support.class.builtin, meta.function-call | #64ffdbda | — |
| support.type.object.module, string.regexp, support.variable.object.node | #64ffdbda | — |
| support.variable.object.process, variable.other.constant.property, variable.other.constant | #a1d7da | — |
| punctuation.definition.variable.php | #ffcc95e7 | — |
| variable.other.php, variable.other.global.php, variable.other.global.safer.php | #26e0d7f3 | — |
| constant.language.php, constant.other.php | #ff2c6bf1 | — |
| keyword.control.return.php | #09cbdd | — |
| keyword.other.new.php, keyword.other.use.php, keyword.other.namespace.php, keyword.other.use-as.php, keyword.other.function.use.php, keyword.other.clone.php, keyword.control.yield.php, keyword.control.break.php, keyword.control.die.php | #f48fb1 | — |
| support.class.builtin.php, entity.name.function.php, entity.other.alias.php, support.constant.std.php, constant.other.class.php, meta.function-call.php | #64f5ffda | — |
| support.class.php, variable.other.php, support.other.namespace.php, variable.other.class.php, variable.other.property.php, support.constant.core.php, support.constant.ext.php, support.class.exception.php | #a0e3e7 | — |
| storage.modifier.php, storage.type.php | #09cbdd | — |
| keyword.control.case.php, keyword.control.switch.php, keyword.control.default.php, keyword.control.if.php, keyword.control.foreach.php, keyword.control.continue.php, keyword.other.class.php, keyword.control.elseif.php, keyword.control.else.php, keyword.control.while.php, keyword.control.for.php, keyword.control.do.php | #a7deec | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #a7deec | — |
| keyword.control.exception.php, keyword.control.exception.catch.php, keyword.control.import.include.php | #eb9485 | — |
| string.regexp.single-quoted.php | #eb9485 | — |
| keyword.other.phpdoc.php, keyword.other.type.php | #53a5b9 | — |
| source.python, storage.type.string.python | #a7deec | — |
| meta.member.access.python, meta.function-call.arguments.python, meta.item-access.python | #a7deec | — |
| variable.language.special.self.python | #a7deec | — |
| meta.attribute.python | #ee475e | — |
| meta.function-call.generic.python | #09cbdd | — |
| constant.numeric.dec.python | #ff5622de | — |
| string.quoted.single.python, punctuation.definition.string.end.python, punctuation.definition.string.begin.python | #00abc1da | — |
| constant.language.python | #f48fb1dc | — |
| meta.preprocessor.haskell | #8a8787 | — |
| log.error | #ff2c6be0 | — |
| log.warning | #ffcc95e7 | — |
| source.shell variable.other | #ff2c6be0 | — |
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.background#ffffff
- activityBar.foreground#ff2d20
- activityBarBadge.background#e9ecef
- activityBarBadge.foreground#000000
- button.background#ff2d20
- button.foreground#ffffff
- button.hoverBackground#b91c1c
- editor.background#ffffff
- editor.foreground#000000
- editor.lineHighlightBackground#e9ecef
- editor.selectionBackground#dee2e6
- editorCursor.foreground#000000
- editorLineNumber.activeForeground#000000
- editorWhitespace.foreground#adb5bd
- editorWidget.background#ffffff
- extensionButton.prominentBackground#ff2d20
- extensionButton.prominentForeground#ffffff
- extensionButton.prominentHoverBackground#b91c1c
- focusBorder#aa1c15
- icon.foreground#ff2d20
- input.background#ffffff
- input.border#ff2d20
- inputOption.activeBorder#ff2d20
- inputValidation.errorBorder#ff2d20
- inputValidation.infoBackground#e9ecef
- inputValidation.infoBorder#ff2d20
- list.activeSelectionBackground#ff2d20
- list.activeSelectionForeground#ffffff
- list.focusBackground#aa1c15
- list.focusForeground#ffffff
- list.highlightForeground#ff2d20
- list.hoverBackground#aa1c15
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#e9ecef
- list.inactiveSelectionBackground#aa1c15
- list.inactiveSelectionForeground#ffffff
- panel.background#f8f9fa
- panelTitle.activeBorder#ff2d20
- sideBar.background#ffffff
- sideBar.border#dee2e6
- sideBar.foreground#000000
- sideBarSectionHeader.foreground#000000
- sideBarTitle.foreground#000000
- statusBar.background#f8f9fa
- statusBar.debuggingBackground#e9ecef
- statusBar.foreground#ff2d20
- statusBar.noFolderBackground#e9ecef
- statusBarItem.activeBackground#dee2e6
- statusBarItem.prominentBackground#ff2d20
- statusBarItem.prominentHoverBackground#b91c1c
- tab.activeBackground#ffffff
- tab.activeBorder#ff2d20
- tab.activeForeground#000000
- tab.hoverBorder#000000
- tab.inactiveBackground#e9ecef
- tab.inactiveForeground#6c757d
- titleBar.activeBackground#ffffff
- titleBar.activeForeground#ff2d20
- titleBar.inactiveBackground#f8f9fa
- titleBar.inactiveForeground#6c757d
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded, source.groovy.embedded, string meta.image.inline.markdown | #000000ff | — |
| emphasis | — | italic |
| strong | — | bold |
| meta.diff.header | #000080 | — |
| comment | #008000 | — |
| constant.language | #0000ff | — |
| constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent | #098658 | — |
| constant.regexp | #811f3f | — |
| entity.name.tag | #800000 | — |
| entity.name.selector | #800000 | — |
| entity.other.attribute-name | #ff0000 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss | #800000 | — |
| invalid | #cd3131 | — |
| markup.underline | — | underline |
| markup.bold | #000080 | bold |
| markup.heading | #800000 | bold |
| markup.italic | — | italic |
| markup.strikethrough | — | strikethrough |
| markup.inserted | #098658 | — |
| markup.deleted | #a31515 | — |
| markup.changed | #0451a5 | — |
| punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown | #0451a5 | — |
| markup.inline.raw | #800000 | — |
| punctuation.definition.tag | #800000 | — |
| meta.preprocessor, entity.name.function.preprocessor | #0000ff | — |
| meta.preprocessor.string | #a31515 | — |
| meta.preprocessor.numeric | #098658 | — |
| meta.structure.dictionary.key.python | #0451a5 | — |
| storage | #0000ff | — |
| storage.type | #0000ff | — |
| storage.modifier, keyword.operator.noexcept | #0000ff | — |
| string, meta.embedded.assembly | #a31515 | — |
| string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars | #0000ff | — |
| string.regexp | #811f3f | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #0000ff | — |
| meta.template.expression | #000000 | — |
| 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 | #0451a5 | — |
| support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded | #ff0000 | — |
| support.type.property-name.json | #0451a5 | — |
| keyword | #0000ff | — |
| keyword.control | #0000ff | — |
| keyword.operator | #000000 | — |
| 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 | #0000ff | — |
| keyword.other.unit | #098658 | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #800000 | — |
| support.function.git-rebase | #0451a5 | — |
| constant.sha.git-rebase | #098658 | — |
| storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java | #000000 | — |
| variable.language | #0000ff | — |
| entity.name | #000000 | — |
| keyword.control.directive | #808080 | — |
| variable | #000000 | — |
| entity.name.function.operator | #008080 | — |
| entity.name.function.preprocessor | #BD63C5 | — |
| entity.name.namespace | #000000 | — |
| entity.name.type, entity.name.class | #2B91AF | — |
| entity.name.operator.custom-literal.string | #A31515 | — |
| keyword.operator.new, keyword.operator.delete | #0000FF | — |
| variable.other.enummember | #2F4F4F | — |
| variable.parameter | #808080 | — |
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.background#201f1f
- activityBar.foreground#ac99ea
- activityBarBadge.background#201f1f
- activityBarBadge.foreground#ffffff
- button.background#ac99ea
- button.foreground#201f1f
- button.hoverBackground#19f9d7c7
- debugToolBar.background#201f1f
- dropdown.background#201f1f
- dropdown.border#ac99ea
- dropdown.listBackground#201f1f
- editor.background#201f1f
- editor.foreground#ffffff
- editor.lineHighlightBackground#303030
- editor.selectionBackground#303030
- editorBracketHighlight.foreground1#ffffff
- editorBracketHighlight.foreground2#ffffff
- editorBracketHighlight.foreground3#ffffff
- editorBracketHighlight.foreground4#ffffff
- editorBracketHighlight.foreground5#ffffff
- editorBracketHighlight.foreground6#ffffff
- editorBracketHighlight.unexpectedBracket.foreground#ffffff
- editorCursor.foreground#ffffff
- editorGroupHeader.tabsBackground#201f1f
- editorLineNumber.activeForeground#ffffff
- editorWhitespace.foreground#303030
- editorWidget.background#201f1f
- extensionButton.prominentBackground#ac99ea
- extensionButton.prominentForeground#201f1f
- extensionButton.prominentHoverBackground#ac99ea
- focusBorder#ef99dd
- icon.foreground#ac99ea
- input.background#201f1f
- input.border#ac99ea
- inputOption.activeBorder#ac99ea
- inputValidation.errorBorder#ac99ea
- inputValidation.infoBackground#201f1f
- inputValidation.infoBorder#ac99ea
- list.activeSelectionBackground#ac99ea
- list.activeSelectionForeground#ffffff
- list.focusBackground#ef99dd
- list.focusForeground#ffffff
- list.highlightForeground#ffffff
- list.hoverBackground#ef99dd
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#201f1f
- list.inactiveSelectionBackground#ef99dd
- list.inactiveSelectionForeground#ffffff
- panel.background#201f1f
- panelTitle.activeBorder#ac99ea
- sideBar.background#201f1f
- sideBar.border#201f1fd8
- sideBar.foreground#ffffff
- sideBarSectionHeader.foreground#ffffff
- sideBarTitle.foreground#ffffff
- statusBar.background#201f1f
- statusBar.debuggingBackground#201f1f
- statusBar.foreground#ac99ea
- statusBar.noFolderBackground#201f1f
- statusBarItem.activeBackground#201f1f
- statusBarItem.prominentBackground#201f1f
- statusBarItem.prominentHoverBackground#ef99dd
- tab.activeBackground#201f1f
- tab.activeBorder#ac99ea
- tab.activeForeground#ffffff
- tab.hoverBorder#ffffff
- tab.inactiveBackground#201f1f
- tab.inactiveForeground#c0c0c0
- textLink.activeForeground#ffffff
- textLink.foreground#ac99ea
- titleBar.activeBackground#201f1f
- titleBar.activeForeground#ac99ea
- titleBar.inactiveBackground#201f1f
- titleBar.inactiveForeground#ac99ea
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment, string.quoted.docstring.multi.python, punctuation.definition.string.begin.python, punctuation.definition.string.end.python, string.quoted.docstring.raw.multi.python | #8a8787 | italic |
| keyword.control.import, keyword.control.from, keyword.control.export, keyword.generator.asterisk | #FF2C6D | — |
| keyword.control.loop, keyword.control.type, keyword.control.as | #09cbdd | — |
| keyword.operator.new | #00e5ffcc | — |
| keyword.control.flow | #f48fb1 | — |
| keyword.control.conditional | #f48fb1 | — |
| keyword.control.trycatch | #f48fb1 | — |
| keyword.control.default | #64ffdbda | — |
| keyword.control.switch | #09cbdd | — |
| storage.type.function | #f48fb1 | — |
| storage.type, support.class.error | #FF2C6D | — |
| meta.block.tsx, source.tsx | #c5c5c5f1 | — |
| string.quoted.double, string.template string.quoted.single | #00abc1da | — |
| punctuation.accessor, meta.brace.square, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.relational, keyword.operator, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, constant.language.import-export-all, entity.other.attribute-name | #FFCC95 | — |
| variable.language.this, constant.language.boolean.true, constant.language.boolean.false, constant.language.undefined, constant.language.null | #f48fb1dc | — |
| variable.other.object.property, variable.other.property, meta.template.expression, support.variable.property, variable.language.super, support.class.component, entity.name.tag, entity.name.tag.style.html | #ff2c6bf1 | — |
| meta.jsx.children.js, meta.jsx.children.tsx | #c0babaec | — |
| meta.embedded.line, variable.other.object, variable.other.readwrite, entity.name.type.class, entity.name.type, entity.other.inherited-class, variable.parameter, variable.object.property, support.function, storage.modifier.async | #a1d7da | — |
| constant.numeric.decimal | #ff5622de | — |
| support.class.console, support.function.console, meta.object-literal.key | #ffcc95e7 | — |
| support.variable.dom, storage.modifier | #079ba8 | — |
| entity.name.function, variable.other.jsdoc | #09cbdd | — |
| support.function.dom | #ffcc95e3 | — |
| punctuation.definition.block.tag.jsdoc | #ffcc95e7 | — |
| punctuation.definition.tag.begin, punctuation.definition.tag.end | #c5c5c5f1 | — |
| punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.definition.string.template.begin, punctuation.definition.string.template.end | #00acc1 | — |
| punctuation.terminator.statement, punctuation.separator.comma, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end | #c5c5c5f1 | — |
| meta.brace.round | #c5c5c5f1 | — |
| support.type.property-name.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json | #FFCC95 | — |
| constant.language.json | #00acc1 | — |
| constant.language.json, constant.numeric.json | #ee475e | — |
| entity.name.tag.script.html, entity.name.tag.structure.any.html, entity.name.tag.html, entity.name.tag.inline.any.html, entity.name.tag.block.any.html, entity.name.tag.other.html, meta.tag.sgml.doctype.html | #ff2c6bf1 | — |
| entity.other.attribute-name.html, entity.other.attribute-name.id.html | #ffcc95ee | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #c5c5c5f1 | — |
| meta.tag.structure.any.html, meta.tag.inline.any.html | #c5c5c5f1 | — |
| text.html.basic | #bdbdbd | — |
| meta.toc-list.id.html | #64ffdbda | — |
| entity.name.tag.xml, entity.name.tag.localname.xml, entity.name.tag.namespace.xml | #ff2c6bc2 | — |
| punctuation.definition.tag.xml, meta.tag.preprocessor.xml, punctuation.separator.namespace.xml | #c5c5c5f1 | — |
| string.quoted.double.xml | #728e9e | — |
| entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml | #33fae9ad | — |
| text.xml | #8bdbe9e3 | — |
| entity.name.tag.yaml, variable.other.key.toml, entity.name.section.toml, entity.name.function.target.makefile | #e4e0bd | — |
| source.yaml | #00ffffcc | — |
| string.unquoted.plain.out.yaml | #00ABC1DA | — |
| variable.other.alias.yaml | #00ABC1DA | italic underline |
| meta.flow-sequence.yaml, punctuation.definition.block.scalar.folded.yaml, punctuation.definition.block.scalar.literal.yaml, punctuation.definition.block.sequence.item.yaml, punctuation.separator.key-value.mapping.yaml, support.other.chomping-indicator.yaml | #ee475e | — |
| string.unquoted.plain.in.yaml | #00ffffcc | — |
| constant.other.timestamp, constant.other.date | #a1d7da | — |
| keyword.other.definition.ini, meta.rule.indent_style.editorconfig, keyword.other.definition.root.editorconfig, meta.section.editorconfig | #ffcc95e7 | — |
| source.ini constant.language.tab.editorconfig, punctuation.separator.key-value.editorconfig | #00abc1de | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, variable.argument.css, meta.attribute-selector.scss | #ffcc95de | — |
| support.type.property-name.css, support.constant.color.w3c-extended-color-name.css, support.constant.color.w3c-standard-color-name.css | #a0b9c4c0 | — |
| entity.name.tag.css | #ff2c6be0 | — |
| constant.numeric.css | #ffcc95c4 | — |
| keyword.other.unit, keyword.control.at-rule.include.scss, meta.definition.variable.scss, keyword.control.at-rule.import.scss, keyword.control.return.scss, entity.name.tag.wildcard.css, entity.name.tag.wildcard.scss, keyword.control.at-rule.mixin.scss | #ff2c6bc2 | — |
| punctuation.section.property-list.begin.bracket.curly.scss, punctuation.section.property-list.end.bracket.curly.scss, punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.separator.list.comma.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css | #b9b8b8 | — |
| punctuation.terminator.rule.css, punctuation.separator.key-value.css | #a7a2a2 | — |
| punctuation.definition.constant.css | #a0b9c4c0 | — |
| constant.other.color.rgb-value.hex.css, entity.name.tag.reference.scss | #dd8aa3 | — |
| support.type.vendored.property-name.css | #a7a2a2 | — |
| keyword.control.at-rule.keyframes.css, entity.other.attribute-name.placeholder.css, keyword.control.at-rule.media.css, support.type.property-name.media.css, support.constant.media.css, support.constant.font-name.css, keyword.other.important.scss, keyword.control.at-rule.media.scss, keyword.control.operator.css.scss, entity.other.keyframe-offset.css, entity.other.attribute-name.css, keyword.control.at-rule.import.css, keyword.control.for.scss, keyword.control.if.scss, meta.at-rule.include.scss | #dd8aa3 | — |
| variable.parameter.keyframe-list.css, meta.property-value.css | #7cc0d1 | — |
| support.constant.property-value.css | #7cc0d1 | — |
| entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css | #a0b9c4fa | — |
| entity.other.keyframe-offset.percentage.css, meta.property-list.scss | #34eeeed7 | — |
| variable.scss, support.function.url.css, entity.other.attribute-name.attribute.scss, punctuation.definition.attribute-selector.begin.bracket.square.scss, punctuation.definition.attribute-selector.end.bracket.square.scss | #88f1ffc2 | — |
| punctuation.definition.metadata.markdown, punctuation.definition.list.begin.markdown, punctuation.definition.quote.begin.markdown | #ffcc95e7 | — |
| meta.separator.markdown | #ffcc95e7 | — |
| punctuation.definition.constant.restructuredtext | #ffcc95e7 | — |
| markup.quote | #ffcc95e7 | italic |
| fenced.raw.inner.restructuredtext, markup.raw.inner.restructuredtext, markup.fenced_code.block.markdown, punctuation.definition.markdown | #93A8AC | — |
| meta.paragraph.markdown | #93A8AC | — |
| beginning.punctuation.definition.list.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.link.restructuredtext | #64ffdbda | — |
| markup.underline | — | underline |
| markup.bold | — | bold |
| markup.italic | — | italic |
| markup.heading | #ffcc95e7 | bold |
| meta.link.reference.def.restructuredtext, punctuation.definition.directive.restructuredtext, string.other.link.description, string.other.link.title | #ff2c6bf1 | — |
| entity.name.tag.template.html | #ff2c6bf1 | — |
| text.html.vue-html | #bdbdbd | — |
| support.class.builtin, meta.function-call | #64ffdbda | — |
| support.type.object.module, string.regexp, support.variable.object.node | #64ffdbda | — |
| support.variable.object.process, variable.other.constant.property, variable.other.constant | #a1d7da | — |
| punctuation.definition.variable.php | #ffcc95e7 | — |
| variable.other.php, variable.other.global.php, variable.other.global.safer.php | #26e0d7f3 | — |
| constant.language.php, constant.other.php | #ff2c6bf1 | — |
| keyword.control.return.php | #09cbdd | — |
| keyword.other.new.php, keyword.other.use.php, keyword.other.namespace.php, keyword.other.use-as.php, keyword.other.function.use.php, keyword.other.clone.php, keyword.control.yield.php, keyword.control.break.php, keyword.control.die.php | #f48fb1 | — |
| support.class.builtin.php, entity.name.function.php, entity.other.alias.php, support.constant.std.php, constant.other.class.php, meta.function-call.php | #64f5ffda | — |
| support.class.php, variable.other.php, support.other.namespace.php, variable.other.class.php, variable.other.property.php, support.constant.core.php, support.constant.ext.php, support.class.exception.php | #a0e3e7 | — |
| storage.modifier.php, storage.type.php | #09cbdd | — |
| keyword.control.case.php, keyword.control.switch.php, keyword.control.default.php, keyword.control.if.php, keyword.control.foreach.php, keyword.control.continue.php, keyword.other.class.php, keyword.control.elseif.php, keyword.control.else.php, keyword.control.while.php, keyword.control.for.php, keyword.control.do.php | #a7deec | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #a7deec | — |
| keyword.control.exception.php, keyword.control.exception.catch.php, keyword.control.import.include.php | #eb9485 | — |
| string.regexp.single-quoted.php | #eb9485 | — |
| keyword.other.phpdoc.php, keyword.other.type.php | #53a5b9 | — |
| source.python, storage.type.string.python | #a7deec | — |
| meta.member.access.python, meta.function-call.arguments.python, meta.item-access.python | #a7deec | — |
| variable.language.special.self.python | #a7deec | — |
| meta.attribute.python | #ee475e | — |
| meta.function-call.generic.python | #09cbdd | — |
| constant.numeric.dec.python | #ff5622de | — |
| string.quoted.single.python, punctuation.definition.string.end.python, punctuation.definition.string.begin.python | #00abc1da | — |
| constant.language.python | #f48fb1dc | — |
| meta.preprocessor.haskell | #8a8787 | — |
| log.error | #ff2c6be0 | — |
| log.warning | #ffcc95e7 | — |
| source.shell variable.other | #ff2c6be0 | — |
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.background#ffffff
- activityBar.foreground#ac99ea
- activityBarBadge.background#e9ecef
- activityBarBadge.foreground#000000
- button.background#ac99ea
- button.foreground#ffffff
- button.hoverBackground#b91c1c
- editor.background#ffffff
- editor.foreground#000000
- editor.lineHighlightBackground#e9ecef
- editor.selectionBackground#dee2e6
- editorCursor.foreground#000000
- editorLineNumber.activeForeground#000000
- editorWhitespace.foreground#adb5bd
- editorWidget.background#ffffff
- extensionButton.prominentBackground#ac99ea
- extensionButton.prominentForeground#ffffff
- extensionButton.prominentHoverBackground#b91c1c
- focusBorder#ef99dd
- icon.foreground#ac99ea
- input.background#ffffff
- input.border#ac99ea
- inputOption.activeBorder#ac99ea
- inputValidation.errorBorder#ac99ea
- inputValidation.infoBackground#e9ecef
- inputValidation.infoBorder#ac99ea
- list.activeSelectionBackground#ac99ea
- list.activeSelectionForeground#ffffff
- list.focusBackground#ef99dd
- list.focusForeground#000000
- list.highlightForeground#ac99ea
- list.hoverBackground#ef99dd
- list.hoverForeground#000000
- list.inactiveFocusBackground#e9ecef
- list.inactiveSelectionBackground#ef99dd
- list.inactiveSelectionForeground#000000
- panel.background#f8f9fa
- panelTitle.activeBorder#ac99ea
- sideBar.background#ffffff
- sideBar.border#dee2e6
- sideBar.foreground#000000
- sideBarSectionHeader.foreground#000000
- sideBarTitle.foreground#000000
- statusBar.background#f8f9fa
- statusBar.debuggingBackground#e9ecef
- statusBar.foreground#ac99ea
- statusBar.noFolderBackground#e9ecef
- statusBarItem.activeBackground#dee2e6
- statusBarItem.prominentBackground#ac99ea
- statusBarItem.prominentHoverBackground#b91c1c
- tab.activeBackground#ffffff
- tab.activeBorder#ac99ea
- tab.activeForeground#000000
- tab.hoverBorder#000000
- tab.inactiveBackground#e9ecef
- tab.inactiveForeground#6c757d
- titleBar.activeBackground#ffffff
- titleBar.activeForeground#ac99ea
- titleBar.inactiveBackground#f8f9fa
- titleBar.inactiveForeground#6c757d
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded, source.groovy.embedded, string meta.image.inline.markdown | #000000ff | — |
| emphasis | — | italic |
| strong | — | bold |
| meta.diff.header | #000080 | — |
| comment | #008000 | — |
| constant.language | #0000ff | — |
| constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent | #098658 | — |
| constant.regexp | #811f3f | — |
| entity.name.tag | #800000 | — |
| entity.name.selector | #800000 | — |
| entity.other.attribute-name | #ff0000 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss | #800000 | — |
| invalid | #cd3131 | — |
| markup.underline | — | underline |
| markup.bold | #000080 | bold |
| markup.heading | #800000 | bold |
| markup.italic | — | italic |
| markup.strikethrough | — | strikethrough |
| markup.inserted | #098658 | — |
| markup.deleted | #a31515 | — |
| markup.changed | #0451a5 | — |
| punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown | #0451a5 | — |
| markup.inline.raw | #800000 | — |
| punctuation.definition.tag | #800000 | — |
| meta.preprocessor, entity.name.function.preprocessor | #0000ff | — |
| meta.preprocessor.string | #a31515 | — |
| meta.preprocessor.numeric | #098658 | — |
| meta.structure.dictionary.key.python | #0451a5 | — |
| storage | #0000ff | — |
| storage.type | #0000ff | — |
| storage.modifier, keyword.operator.noexcept | #0000ff | — |
| string, meta.embedded.assembly | #a31515 | — |
| string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars | #0000ff | — |
| string.regexp | #811f3f | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #0000ff | — |
| meta.template.expression | #000000 | — |
| 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 | #0451a5 | — |
| support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded | #ff0000 | — |
| support.type.property-name.json | #0451a5 | — |
| keyword | #0000ff | — |
| keyword.control | #0000ff | — |
| keyword.operator | #000000 | — |
| 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 | #0000ff | — |
| keyword.other.unit | #098658 | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #800000 | — |
| support.function.git-rebase | #0451a5 | — |
| constant.sha.git-rebase | #098658 | — |
| storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java | #000000 | — |
| variable.language | #0000ff | — |
| entity.name | #000000 | — |
| keyword.control.directive | #808080 | — |
| variable | #000000 | — |
| entity.name.function.operator | #008080 | — |
| entity.name.function.preprocessor | #BD63C5 | — |
| entity.name.namespace | #000000 | — |
| entity.name.type, entity.name.class | #2B91AF | — |
| entity.name.operator.custom-literal.string | #A31515 | — |
| keyword.operator.new, keyword.operator.delete | #0000FF | — |
| variable.other.enummember | #2F4F4F | — |
| variable.parameter | #808080 | — |