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#0f0f11
- activityBar.foreground#f11653
- activityBarBadge.background#0f0f11
- activityBarBadge.foreground#ffffff
- button.background#f11653
- button.foreground#0f0f11
- button.hoverBackground#19f9d7c7
- debugToolBar.background#0f0f11
- dropdown.background#0f0f11
- dropdown.border#f11653
- dropdown.listBackground#0f0f11
- editor.background#0f0f11
- 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#0f0f11
- editorLineNumber.activeForeground#ffffff
- editorWhitespace.foreground#303030
- editorWidget.background#0f0f11
- extensionButton.prominentBackground#f11653
- extensionButton.prominentForeground#0f0f11
- extensionButton.prominentHoverBackground#f11653
- focusBorder#8514f5
- icon.foreground#f11653
- input.background#0f0f11
- input.border#f11653
- inputOption.activeBorder#f11653
- inputValidation.errorBorder#f11653
- inputValidation.infoBackground#0f0f11
- inputValidation.infoBorder#f11653
- list.activeSelectionBackground#f11653
- list.activeSelectionForeground#ffffff
- list.focusBackground#8514f5
- list.focusForeground#ffffff
- list.highlightForeground#ffffff
- list.hoverBackground#8514f5
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#0f0f11
- list.inactiveSelectionBackground#8514f5
- list.inactiveSelectionForeground#ffffff
- panel.background#0f0f11
- panelTitle.activeBorder#f11653
- sideBar.background#0f0f11
- sideBar.border#0f0f11d8
- sideBar.foreground#ffffff
- sideBarSectionHeader.foreground#ffffff
- sideBarTitle.foreground#ffffff
- statusBar.background#0f0f11
- statusBar.debuggingBackground#0f0f11
- statusBar.foreground#f11653
- statusBar.noFolderBackground#0f0f11
- statusBarItem.activeBackground#0f0f11
- statusBarItem.prominentBackground#0f0f11
- statusBarItem.prominentHoverBackground#8514f5
- tab.activeBackground#0f0f11
- tab.activeBorder#f11653
- tab.activeForeground#ffffff
- tab.hoverBorder#ffffff
- tab.inactiveBackground#0f0f11
- tab.inactiveForeground#c0c0c0
- textLink.activeForeground#ffffff
- textLink.foreground#f11653
- titleBar.activeBackground#0f0f11
- titleBar.activeForeground#f11653
- titleBar.inactiveBackground#0f0f11
- titleBar.inactiveForeground#f11653
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#f11653
- activityBarBadge.background#e9ecef
- activityBarBadge.foreground#000000
- button.background#f11653
- 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#f11653
- extensionButton.prominentForeground#ffffff
- extensionButton.prominentHoverBackground#b91c1c
- focusBorder#8514f5
- icon.foreground#f11653
- input.background#ffffff
- input.border#f11653
- inputOption.activeBorder#f11653
- inputValidation.errorBorder#f11653
- inputValidation.infoBackground#e9ecef
- inputValidation.infoBorder#f11653
- list.activeSelectionBackground#f11653
- list.activeSelectionForeground#ffffff
- list.focusBackground#8514f5
- list.focusForeground#ffffff
- list.highlightForeground#f11653
- list.hoverBackground#8514f5
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#e9ecef
- list.inactiveSelectionBackground#8514f5
- list.inactiveSelectionForeground#ffffff
- panel.background#193a5c
- panelTitle.activeBorder#f11653
- sideBar.background#ffffff
- sideBar.border#dee2e6
- sideBar.foreground#000000
- sideBarSectionHeader.foreground#000000
- sideBarTitle.foreground#000000
- statusBar.background#f8f9fa
- statusBar.debuggingBackground#e9ecef
- statusBar.foreground#f11653
- statusBar.noFolderBackground#e9ecef
- statusBarItem.activeBackground#dee2e6
- statusBarItem.prominentBackground#f11653
- statusBarItem.prominentHoverBackground#b91c1c
- tab.activeBackground#ffffff
- tab.activeBorder#f11653
- tab.activeForeground#000000
- tab.hoverBorder#000000
- tab.inactiveBackground#e9ecef
- tab.inactiveForeground#6c757d
- titleBar.activeBackground#ffffff
- titleBar.activeForeground#f11653
- 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#202224
- activityBar.foreground#007d9c
- activityBarBadge.background#202224
- activityBarBadge.foreground#ffffff
- button.background#007d9c
- button.foreground#202224
- button.hoverBackground#19f9d7c7
- debugToolBar.background#202224
- dropdown.background#202224
- dropdown.border#007d9c
- dropdown.listBackground#202224
- editor.background#202224
- 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#202224
- editorLineNumber.activeForeground#ffffff
- editorWhitespace.foreground#303030
- editorWidget.background#202224
- extensionButton.prominentBackground#007d9c
- extensionButton.prominentForeground#202224
- extensionButton.prominentHoverBackground#007d9c
- focusBorder#08677e
- icon.foreground#007d9c
- input.background#202224
- input.border#007d9c
- inputOption.activeBorder#007d9c
- inputValidation.errorBorder#007d9c
- inputValidation.infoBackground#202224
- inputValidation.infoBorder#007d9c
- list.activeSelectionBackground#007d9c
- list.activeSelectionForeground#ffffff
- list.focusBackground#08677e
- list.focusForeground#ffffff
- list.highlightForeground#ffffff
- list.hoverBackground#08677e
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#202224
- list.inactiveSelectionBackground#08677e
- list.inactiveSelectionForeground#ffffff
- panel.background#202224
- panelTitle.activeBorder#007d9c
- sideBar.background#202224
- sideBar.border#202224d8
- sideBar.foreground#ffffff
- sideBarSectionHeader.foreground#ffffff
- sideBarTitle.foreground#ffffff
- statusBar.background#202224
- statusBar.debuggingBackground#202224
- statusBar.foreground#007d9c
- statusBar.noFolderBackground#202224
- statusBarItem.activeBackground#202224
- statusBarItem.prominentBackground#202224
- statusBarItem.prominentHoverBackground#08677e
- tab.activeBackground#202224
- tab.activeBorder#007d9c
- tab.activeForeground#ffffff
- tab.hoverBorder#ffffff
- tab.inactiveBackground#202224
- tab.inactiveForeground#c0c0c0
- textLink.activeForeground#ffffff
- textLink.foreground#007d9c
- titleBar.activeBackground#202224
- titleBar.activeForeground#007d9c
- titleBar.inactiveBackground#202224
- titleBar.inactiveForeground#007d9c
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#007d9c
- activityBarBadge.background#e9ecef
- activityBarBadge.foreground#000000
- button.background#007d9c
- 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#007d9c
- extensionButton.prominentForeground#ffffff
- extensionButton.prominentHoverBackground#b91c1c
- focusBorder#08677e
- icon.foreground#007d9c
- input.background#ffffff
- input.border#007d9c
- inputOption.activeBorder#007d9c
- inputValidation.errorBorder#007d9c
- inputValidation.infoBackground#e9ecef
- inputValidation.infoBorder#007d9c
- list.activeSelectionBackground#007d9c
- list.activeSelectionForeground#ffffff
- list.focusBackground#08677e
- list.focusForeground#ffffff
- list.highlightForeground#007d9c
- list.hoverBackground#08677e
- list.hoverForeground#ffffff
- list.inactiveFocusBackground#e9ecef
- list.inactiveSelectionBackground#08677e
- list.inactiveSelectionForeground#ffffff
- panel.background#f8f9fa
- panelTitle.activeBorder#007d9c
- sideBar.background#ffffff
- sideBar.border#dee2e6
- sideBar.foreground#000000
- sideBarSectionHeader.foreground#000000
- sideBarTitle.foreground#000000
- statusBar.background#f8f9fa
- statusBar.debuggingBackground#e9ecef
- statusBar.foreground#007d9c
- statusBar.noFolderBackground#e9ecef
- statusBarItem.activeBackground#dee2e6
- statusBarItem.prominentBackground#007d9c
- statusBarItem.prominentHoverBackground#b91c1c
- tab.activeBackground#ffffff
- tab.activeBorder#007d9c
- tab.activeForeground#000000
- tab.hoverBorder#000000
- tab.inactiveBackground#e9ecef
- tab.inactiveForeground#6c757d
- titleBar.activeBackground#ffffff
- titleBar.activeForeground#007d9c
- 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 | — |