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#333
- activityBar.background#111
- activityBarBadge.background#2361ba
- badge.background#2361ba
- button.background#444
- debugToolBar.background#111
- dropdown.background#222
- editor.background#282828
- editor.foreground#c2c2c2
- editor.lineHighlightBorder#fff0
- editor.selectionBackground#2361ba66
- editor.selectionHighlightBackground#fff2
- editor.wordHighlightBackground#8d8d8d2c
- editorCursor.foreground#47ff6f
- editorGroupHeader.tabsBackground#111
- editorSuggestWidget.background#222
- editorSuggestWidget.border#333333
- editorWidget.background#111
- focusBorder#2361ba
- input.background#222
- menu.background#222
- menubar.selectionBackground#2361ba
- minimap.background#222B
- minimap.selectionHighlight#2361ba66
- notifications.background#111
- panel.background#111
- quickInput.background#111
- quickInputList.focusBackground#2361ba
- selection.background#2361ba
- settings.checkboxBackground#222
- settings.textInputBackground#222
- sideBar.background#111
- sideBar.border#333333
- sideBarSectionHeader.background#1c1c1c
- sideBarTitle.foreground#bbbbbb
- statusBar.background#000
- statusBar.border#333333
- statusBar.debuggingBackground#bf6600
- tab.border#333333
- tab.hoverBorder#2361ba
- tab.inactiveBackground#111
- terminal.background#000
- titleBar.activeBackground#111
- titleBar.border#333333
- titleBar.inactiveBackground#222
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded | #abb2bf | — |
| punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison | #e06c75 | — |
| variable.other.generic-type.haskell | #61afef | — |
| storage.type.haskell | #d19a66 | — |
| support.variable.magic.python | #e06c75 | — |
| punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python | #abb2bf | — |
| variable.parameter.function.language.special.self.python | #e5c07b | — |
| variable.parameter.function.language.special.cls.python | #e5c07b | — |
| storage.modifier.lifetime.rust | #abb2bf | — |
| support.function.std.rust | #c2c2c2 | — |
| entity.name.lifetime.rust | #e5c07b | — |
| variable.language.rust | #e06c75 | — |
| support.constant.edge | #61afef | — |
| constant.other.character-class.regexp | #e06c75 | — |
| keyword.operator.word | #61afef | — |
| keyword.operator.quantifier.regexp | #d19a66 | — |
| variable.parameter.function | #abb2bf | — |
| comment markup.link | #5c6370 | — |
| markup.changed.diff | #e5c07b | — |
| meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff | #c2c2c2 | — |
| markup.inserted.diff | #98c379 | — |
| markup.deleted.diff | #e06c75 | — |
| meta.function.c,meta.function.cpp | #e06c75 | — |
| punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c | #abb2bf | — |
| punctuation.separator.key-value | #abb2bf | — |
| keyword.operator.expression.import | #c2c2c2 | — |
| support.constant.math | #e5c07b | — |
| support.constant.property.math | #d19a66 | — |
| variable.other.constant | #e5c07b | — |
| storage.type.annotation.java, storage.type.object.array.java | #e5c07b | — |
| source.java | #e06c75 | — |
| punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java | #abb2bf | — |
| meta.method.java | #c2c2c2 | — |
| storage.modifier.import.java,storage.type.java,storage.type.generic.java | #e5c07b | — |
| keyword.operator.instanceof.java | #61afef | — |
| meta.definition.variable.name.java | #e06c75 | — |
| keyword.operator.logical | #56b6c2 | — |
| keyword.operator.bitwise | #56b6c2 | — |
| keyword.operator.channel | #56b6c2 | — |
| support.constant.property-value.scss,support.constant.property-value.css | #d19a66 | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #56b6c2 | — |
| support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss | #d19a66 | — |
| punctuation.separator.list.comma.css | #abb2bf | — |
| support.constant.color.w3c-standard-color-name.css | #d19a66 | — |
| support.type.vendored.property-name.css | #56b6c2 | — |
| support.module.node,support.type.object.module,support.module.node | #e5c07b | — |
| entity.name.type.module | #e5c07b | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #e06c75 | — |
| support.constant.json | #d19a66 | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | #61afef | — |
| support.type.object.console | #e06c75 | — |
| support.variable.property.process | #d19a66 | — |
| entity.name.function,support.function.console | #c2c2c2 | — |
| keyword.operator.misc.rust | #abb2bf | — |
| keyword.operator.sigil.rust | #61afef | — |
| keyword.operator.delete | #61afef | — |
| support.type.object.dom | #56b6c2 | — |
| support.variable.dom,support.variable.property.dom | #e06c75 | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational | #56b6c2 | — |
| keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp | #61afef | — |
| punctuation.separator.delimiter | #abb2bf | — |
| punctuation.separator.c,punctuation.separator.cpp | #61afef | — |
| support.type.posix-reserved.c,support.type.posix-reserved.cpp | #56b6c2 | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | #61afef | — |
| variable.parameter.function.language.python | #d19a66 | — |
| support.type.python | #56b6c2 | — |
| keyword.operator.logical.python | #61afef | — |
| variable.parameter.function.python | #d19a66 | — |
| punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python | #abb2bf | — |
| meta.function-call.generic.python | #c2c2c2 | — |
| constant.character.format.placeholder.other.python | #d19a66 | — |
| keyword.operator | #abb2bf | — |
| keyword.operator.assignment.compound | #61afef | — |
| keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts | #56b6c2 | — |
| keyword | #61afef | — |
| entity.name.namespace | #e5c07b | — |
| variable | #e06c75 | — |
| variable.c | #abb2bf | — |
| variable.language | #e5c07b | — |
| token.variable.parameter.java | #abb2bf | — |
| import.storage.java | #e5c07b | — |
| token.package.keyword | #61afef | — |
| token.package | #abb2bf | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #c2c2c2 | — |
| entity.name.type.namespace | #e5c07b | — |
| support.class, entity.name.type.class | #e5c07b | — |
| entity.name.class.identifier.namespace.type | #e5c07b | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts | #e5c07b | — |
| variable.other.class.php | #e06c75 | — |
| entity.name.type | #e5c07b | — |
| keyword.control | #61afef | — |
| control.elements, keyword.operator.less | #d19a66 | — |
| keyword.other.special-method | #c2c2c2 | — |
| storage | #61afef | — |
| storage.type.class.doxygen.c | #b864b8 | — |
| token.storage | #61afef | — |
| keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void | #61afef | — |
| token.storage.type.java | #e5c07b | — |
| support.function | #56b6c2 | — |
| support.type.property-name | #abb2bf | — |
| support.constant.property-value | #abb2bf | — |
| support.constant.font-name | #d19a66 | — |
| meta.tag | #abb2bf | — |
| string | #98c379 | — |
| constant.other.symbol | #56b6c2 | — |
| constant.numeric | #d19a66 | — |
| constant | #d19a66 | — |
| punctuation.definition.constant | #d19a66 | — |
| entity.name.tag | #e06c75 | — |
| entity.other.attribute-name | #d19a66 | — |
| entity.other.attribute-name.id | #c2c2c2 | normal |
| entity.other.attribute-name.class.css | #d19a66 | normal |
| meta.selector | #61afef | — |
| markup.heading | #e06c75 | — |
| markup.heading punctuation.definition.heading, entity.name.section | #c2c2c2 | — |
| keyword.other.unit | #e06c75 | — |
| markup.bold,todo.bold | #d19a66 | — |
| punctuation.definition.bold | #e5c07b | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | #61afef | — |
| emphasis md | #61afef | — |
| entity.name.section.markdown | #e06c75 | — |
| punctuation.definition.heading.markdown | #e06c75 | — |
| punctuation.definition.list.begin.markdown | #e5c07b | — |
| markup.heading.setext | #abb2bf | — |
| punctuation.definition.bold.markdown | #d19a66 | — |
| markup.inline.raw.markdown | #98c379 | — |
| markup.inline.raw.string.markdown | #98c379 | — |
| punctuation.definition.raw.markdown | #e5c07b | — |
| punctuation.definition.list.markdown | #e5c07b | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #e06c75 | — |
| beginning.punctuation.definition.list.markdown | #e06c75 | — |
| punctuation.definition.metadata.markdown | #e06c75 | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | #61afef | — |
| string.other.link.title.markdown,string.other.link.description.markdown | #c2c2c2 | — |
| markup.raw.monospace.asciidoc | #98c379 | — |
| punctuation.definition.asciidoc | #e5c07b | — |
| markup.list.asciidoc | #e5c07b | — |
| markup.link.asciidoc,markup.other.url.asciidoc | #61afef | — |
| string.unquoted.asciidoc,markup.other.url.asciidoc | #c2c2c2 | — |
| string.regexp | #56b6c2 | — |
| punctuation.section.embedded, variable.interpolation | #e06c75 | — |
| punctuation.section.embedded.begin,punctuation.section.embedded.end | #61afef | — |
| invalid.illegal | #ffffff | — |
| invalid.illegal.bad-ampersand.html | #abb2bf | — |
| invalid.illegal.unrecognized-tag.html | #e06c75 | — |
| invalid.broken | #ffffff | — |
| invalid.deprecated | #ffffff | — |
| invalid.deprecated.entity.other.attribute-name.html | #d19a66 | — |
| invalid.unimplemented | #ffffff | — |
| source.json meta.structure.dictionary.json > string.quoted.json | #e06c75 | — |
| source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string | #e06c75 | — |
| source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation | #98c379 | — |
| source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json | #56b6c2 | — |
| support.type.property-name.json | #e06c75 | — |
| support.type.property-name.json punctuation | #e06c75 | — |
| text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade | #61afef | — |
| text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade | #61afef | — |
| support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php | #e5c07b | — |
| keyword.operator.error-control.php | #61afef | — |
| keyword.operator.type.php | #61afef | — |
| punctuation.section.array.begin.php | #abb2bf | — |
| punctuation.section.array.end.php | #abb2bf | — |
| invalid.illegal.non-null-typehinted.php | #f44747 | — |
| storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php | #e5c07b | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #c2c2c2 | — |
| punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php | #abb2bf | — |
| support.constant.core.rust | #d19a66 | — |
| support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #d19a66 | — |
| entity.name.goto-label.php,support.other.php | #c2c2c2 | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php | #56b6c2 | — |
| keyword.operator.regexp.php | #61afef | — |
| keyword.operator.comparison.php | #56b6c2 | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php | #61afef | — |
| meta.function.decorator.python | #c2c2c2 | — |
| support.token.decorator.python,meta.function.decorator.identifier.python | #56b6c2 | — |
| function.parameter | #abb2bf | — |
| function.brace | #abb2bf | — |
| function.parameter.ruby, function.parameter.cs | #abb2bf | — |
| constant.language.symbol.ruby | #56b6c2 | — |
| rgb-value | #56b6c2 | — |
| inline-color-decoration rgb-value | #d19a66 | — |
| less rgb-value | #d19a66 | — |
| selector.sass | #e06c75 | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #e5c07b | — |
| block.scope.end,block.scope.begin | #abb2bf | — |
| storage.type.cs | #e5c07b | — |
| entity.name.variable.local.cs | #e06c75 | — |
| token.info-token | #c2c2c2 | — |
| token.warn-token | #d19a66 | — |
| token.error-token | #f44747 | — |
| token.debug-token | #61afef | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #61afef | — |
| meta.template.expression | #abb2bf | — |
| keyword.operator.module | #61afef | — |
| support.type.type.flowtype | #c2c2c2 | — |
| support.type.primitive | #e5c07b | — |
| meta.property.object | #e06c75 | — |
| variable.parameter.function.js | #e06c75 | — |
| keyword.other.template.begin | #98c379 | — |
| keyword.other.template.end | #98c379 | — |
| keyword.other.substitution.begin | #98c379 | — |
| keyword.other.substitution.end | #98c379 | — |
| keyword.operator.assignment | #56b6c2 | — |
| keyword.operator.assignment.go | #e5c07b | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | #61afef | — |
| entity.name.package.go | #e5c07b | — |
| support.type.prelude.elm | #56b6c2 | — |
| support.constant.elm | #d19a66 | — |
| punctuation.quasi.element | #61afef | — |
| constant.character.entity | #e06c75 | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #56b6c2 | — |
| entity.global.clojure | #e5c07b | — |
| meta.symbol.clojure | #e06c75 | — |
| constant.keyword.clojure | #56b6c2 | — |
| meta.arguments.coffee, variable.parameter.function.coffee | #e06c75 | — |
| source.ini | #98c379 | — |
| meta.scope.prerequisites.makefile | #e06c75 | — |
| source.makefile | #e5c07b | — |
| storage.modifier.import.groovy | #e5c07b | — |
| meta.method.groovy | #c2c2c2 | — |
| meta.definition.variable.name.groovy | #e06c75 | — |
| meta.definition.class.inherited.classes.groovy | #98c379 | — |
| support.variable.semantic.hlsl | #e5c07b | — |
| support.type.texture.hlsl, support.type.sampler.hlsl, support.type.object.hlsl, support.type.object.rw.hlsl, support.type.fx.hlsl, support.type.object.hlsl | #61afef | — |
| text.variable, text.bracketed | #e06c75 | — |
| support.type.swift, support.type.vb.asp | #e5c07b | — |
| entity.name.function.xi | #e5c07b | — |
| entity.name.class.xi | #56b6c2 | — |
| constant.character.character-class.regexp.xi | #e06c75 | — |
| constant.regexp.xi | #61afef | — |
| keyword.control.xi | #56b6c2 | — |
| invalid.xi | #abb2bf | — |
| beginning.punctuation.definition.quote.markdown.xi | #98c379 | — |
| beginning.punctuation.definition.list.markdown.xi | #7f848e | — |
| constant.character.xi | #c2c2c2 | — |
| accent.xi | #c2c2c2 | — |
| wikiword.xi | #d19a66 | — |
| constant.other.color.rgb-value.xi | #ffffff | — |
| punctuation.definition.tag.xi | #5c6370 | — |
| entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition | #e5c07b | — |
| entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown | #e06c75 | — |
| meta.brace.square | #abb2bf | — |
| comment, punctuation.definition.comment | #7f848e | italic |
| markup.quote.markdown | #5c6370 | — |
| punctuation.definition.block.sequence.item.yaml | #abb2bf | — |
| constant.language.symbol.elixir, constant.language.symbol.double-quoted.elixir | #56b6c2 | — |
| entity.name.variable.parameter.cs | #e5c07b | — |
| entity.name.variable.field.cs | #e06c75 | — |
| markup.deleted | #e06c75 | — |
| markup.inserted | #98c379 | — |
| markup.underline | — | underline |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #BE5046 | — |
| support.other.namespace.php | #abb2bf | — |
| variable.other.object | #e5c07b | — |
| variable.other.constant.property | #e06c75 | — |
| entity.other.inherited-class | #e5c07b | — |
| variable.other.readwrite.c | #e06c75 | — |
| entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php | #abb2bf | — |
| constant.numeric.decimal.asm.x86_64 | #61afef | — |
| support.other.parenthesis.regexp | #d19a66 | — |
| constant.character.escape | #56b6c2 | — |
| string.regexp | #e06c75 | — |
| entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super | — | italic |
| comment.line.double-slash,comment.block.documentation | — | italic |
| keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python | — | italic |
| markup.italic.markdown | — | italic |
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#DDDDDD
- activityBar.background#EFEFEF
- activityBar.foreground#333333
- activityBarBadge.background#2361ba
- activityBarBadge.foreground#FFFFFF
- badge.background#2361ba
- badge.foreground#FFFFFF
- button.background#2361ba
- button.foreground#FFFFFF
- debugToolBar.background#EFEFEF
- dropdown.background#F0F0F0
- editor.background#FAFAFA
- editor.foreground#383A42
- editor.lineHighlightBorder#0000000f
- editor.selectionBackground#2361ba44
- editor.selectionHighlightBackground#0001
- editor.wordHighlightBackground#0000001a
- editorCursor.foreground#47ff6f
- editorGroupHeader.tabsBackground#EFEFEF
- editorSuggestWidget.background#F5F5F5
- editorSuggestWidget.border#CCCCCC
- editorWidget.background#F5F5F5
- editorWidget.border#CCCCCC
- focusBorder#2361ba
- input.background#F0F0F0
- input.border#CCCCCC
- input.foreground#333333
- list.activeSelectionBackground#2361ba
- list.activeSelectionForeground#FFFFFF
- list.hoverBackground#E5E5E5
- list.inactiveSelectionBackground#DDDDDD
- menu.background#F5F5F5
- menubar.selectionBackground#2361ba
- minimap.background#F0F0F0BB
- minimap.selectionHighlight#2361ba44
- notifications.background#FAFAFA
- panel.background#EFEFEF
- panel.border#CCCCCC
- quickInput.background#FAFAFA
- quickInputList.focusBackground#2361ba
- selection.background#2361ba
- settings.checkboxBackground#F0F0F0
- settings.textInputBackground#F0F0F0
- sideBar.background#EFEFEF
- sideBar.border#CCCCCC
- sideBarSectionHeader.background#E5E5E5
- sideBarTitle.foreground#333333
- statusBar.background#000
- statusBar.border#CCCCCC
- statusBar.debuggingBackground#bf6600
- statusBar.foreground#FFFFFF
- tab.activeForeground#333333
- tab.border#CCCCCC
- tab.hoverBorder#2361ba
- tab.inactiveBackground#EFEFEF
- tab.inactiveForeground#777777
- terminal.background#FAFAFA
- terminal.foreground#383A42
- titleBar.activeBackground#EFEFEF
- titleBar.activeForeground#333333
- titleBar.border#CCCCCC
- titleBar.inactiveBackground#E5E5E5
- titleBar.inactiveForeground#666666
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded | #383A42 | — |
| punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison | #C83A4C | — |
| variable.other.generic-type.haskell | #0078D4 | — |
| storage.type.haskell | #B05800 | — |
| support.variable.magic.python | #C83A4C | — |
| punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python | #383A42 | — |
| variable.parameter.function.language.special.self.python | #966800 | — |
| variable.parameter.function.language.special.cls.python | #966800 | — |
| storage.modifier.lifetime.rust | #383A42 | — |
| support.function.std.rust | #505050 | — |
| entity.name.lifetime.rust | #966800 | — |
| variable.language.rust | #C83A4C | — |
| support.constant.edge | #0078D4 | — |
| constant.other.character-class.regexp | #C83A4C | — |
| keyword.operator.word | #0078D4 | — |
| keyword.operator.quantifier.regexp | #B05800 | — |
| variable.parameter.function | #383A42 | — |
| comment markup.link | #7C8390 | — |
| markup.changed.diff | #966800 | — |
| meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff | #505050 | — |
| markup.inserted.diff | #267A16 | — |
| markup.deleted.diff | #C83A4C | — |
| meta.function.c,meta.function.cpp | #C83A4C | — |
| punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c | #383A42 | — |
| punctuation.separator.key-value | #383A42 | — |
| keyword.operator.expression.import | #505050 | — |
| support.constant.math | #966800 | — |
| support.constant.property.math | #B05800 | — |
| variable.other.constant | #966800 | — |
| storage.type.annotation.java, storage.type.object.array.java | #966800 | — |
| source.java | #C83A4C | — |
| punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java | #383A42 | — |
| meta.method.java | #505050 | — |
| storage.modifier.import.java,storage.type.java,storage.type.generic.java | #966800 | — |
| keyword.operator.instanceof.java | #0078D4 | — |
| meta.definition.variable.name.java | #C83A4C | — |
| keyword.operator.logical | #0090A0 | — |
| keyword.operator.bitwise | #0090A0 | — |
| keyword.operator.channel | #0090A0 | — |
| support.constant.property-value.scss,support.constant.property-value.css | #B05800 | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #0090A0 | — |
| support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss | #B05800 | — |
| punctuation.separator.list.comma.css | #383A42 | — |
| support.constant.color.w3c-standard-color-name.css | #B05800 | — |
| support.type.vendored.property-name.css | #0090A0 | — |
| support.module.node,support.type.object.module,support.module.node | #966800 | — |
| entity.name.type.module | #966800 | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #C83A4C | — |
| support.constant.json | #B05800 | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | #0078D4 | — |
| support.type.object.console | #C83A4C | — |
| support.variable.property.process | #B05800 | — |
| entity.name.function,support.function.console | #505050 | — |
| keyword.operator.misc.rust | #383A42 | — |
| keyword.operator.sigil.rust | #0078D4 | — |
| keyword.operator.delete | #0078D4 | — |
| support.type.object.dom | #0090A0 | — |
| support.variable.dom,support.variable.property.dom | #C83A4C | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational | #0090A0 | — |
| keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp | #0078D4 | — |
| punctuation.separator.delimiter | #383A42 | — |
| punctuation.separator.c,punctuation.separator.cpp | #0078D4 | — |
| support.type.posix-reserved.c,support.type.posix-reserved.cpp | #0090A0 | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | #0078D4 | — |
| variable.parameter.function.language.python | #B05800 | — |
| support.type.python | #0090A0 | — |
| keyword.operator.logical.python | #0078D4 | — |
| variable.parameter.function.python | #B05800 | — |
| punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python | #383A42 | — |
| meta.function-call.generic.python | #505050 | — |
| constant.character.format.placeholder.other.python | #B05800 | — |
| keyword.operator | #383A42 | — |
| keyword.operator.assignment.compound | #0078D4 | — |
| keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts | #0090A0 | — |
| keyword | #0078D4 | — |
| entity.name.namespace | #966800 | — |
| variable | #C83A4C | — |
| variable.c | #383A42 | — |
| variable.language | #966800 | — |
| token.variable.parameter.java | #383A42 | — |
| import.storage.java | #966800 | — |
| token.package.keyword | #0078D4 | — |
| token.package | #383A42 | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #505050 | — |
| entity.name.type.namespace | #966800 | — |
| support.class, entity.name.type.class | #966800 | — |
| entity.name.class.identifier.namespace.type | #966800 | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts | #966800 | — |
| variable.other.class.php | #C83A4C | — |
| entity.name.type | #966800 | — |
| keyword.control | #0078D4 | — |
| control.elements, keyword.operator.less | #B05800 | — |
| keyword.other.special-method | #505050 | — |
| storage | #0078D4 | — |
| storage.type.class.doxygen.c | #8B1E8B | — |
| token.storage | #0078D4 | — |
| keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void | #0078D4 | — |
| token.storage.type.java | #966800 | — |
| support.function | #0090A0 | — |
| support.type.property-name | #383A42 | — |
| support.constant.property-value | #383A42 | — |
| support.constant.font-name | #B05800 | — |
| meta.tag | #383A42 | — |
| string | #267A16 | — |
| constant.other.symbol | #0090A0 | — |
| constant.numeric | #B05800 | — |
| constant | #B05800 | — |
| punctuation.definition.constant | #B05800 | — |
| entity.name.tag | #C83A4C | — |
| entity.other.attribute-name | #B05800 | — |
| entity.other.attribute-name.id | #505050 | normal |
| entity.other.attribute-name.class.css | #B05800 | normal |
| meta.selector | #0078D4 | — |
| markup.heading | #C83A4C | — |
| markup.heading punctuation.definition.heading, entity.name.section | #505050 | — |
| keyword.other.unit | #C83A4C | — |
| markup.bold,todo.bold | #B05800 | — |
| punctuation.definition.bold | #966800 | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | #0078D4 | — |
| emphasis md | #0078D4 | — |
| entity.name.section.markdown | #C83A4C | — |
| punctuation.definition.heading.markdown | #C83A4C | — |
| punctuation.definition.list.begin.markdown | #966800 | — |
| markup.heading.setext | #383A42 | — |
| punctuation.definition.bold.markdown | #B05800 | — |
| markup.inline.raw.markdown | #267A16 | — |
| markup.inline.raw.string.markdown | #267A16 | — |
| punctuation.definition.raw.markdown | #966800 | — |
| punctuation.definition.list.markdown | #966800 | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #C83A4C | — |
| beginning.punctuation.definition.list.markdown | #C83A4C | — |
| punctuation.definition.metadata.markdown | #C83A4C | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | #0078D4 | — |
| string.other.link.title.markdown,string.other.link.description.markdown | #505050 | — |
| markup.raw.monospace.asciidoc | #267A16 | — |
| punctuation.definition.asciidoc | #966800 | — |
| markup.list.asciidoc | #966800 | — |
| markup.link.asciidoc,markup.other.url.asciidoc | #0078D4 | — |
| string.unquoted.asciidoc,markup.other.url.asciidoc | #505050 | — |
| string.regexp | #0090A0 | — |
| punctuation.section.embedded, variable.interpolation | #C83A4C | — |
| punctuation.section.embedded.begin,punctuation.section.embedded.end | #0078D4 | — |
| invalid.illegal | #101010 | — |
| invalid.illegal.bad-ampersand.html | #383A42 | — |
| invalid.illegal.unrecognized-tag.html | #C83A4C | — |
| invalid.broken | #101010 | — |
| invalid.deprecated | #101010 | — |
| invalid.deprecated.entity.other.attribute-name.html | #B05800 | — |
| invalid.unimplemented | #101010 | — |
| source.json meta.structure.dictionary.json > string.quoted.json | #C83A4C | — |
| source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string | #C83A4C | — |
| source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation | #267A16 | — |
| source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json | #0090A0 | — |
| support.type.property-name.json | #C83A4C | — |
| support.type.property-name.json punctuation | #C83A4C | — |
| text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade | #0078D4 | — |
| text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade | #0078D4 | — |
| support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php | #966800 | — |
| keyword.operator.error-control.php | #0078D4 | — |
| keyword.operator.type.php | #0078D4 | — |
| punctuation.section.array.begin.php | #383A42 | — |
| punctuation.section.array.end.php | #383A42 | — |
| invalid.illegal.non-null-typehinted.php | #CC0000 | — |
| storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php | #966800 | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #505050 | — |
| punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php | #383A42 | — |
| support.constant.core.rust | #B05800 | — |
| support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #B05800 | — |
| entity.name.goto-label.php,support.other.php | #505050 | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php | #0090A0 | — |
| keyword.operator.regexp.php | #0078D4 | — |
| keyword.operator.comparison.php | #0090A0 | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php | #0078D4 | — |
| meta.function.decorator.python | #505050 | — |
| support.token.decorator.python,meta.function.decorator.identifier.python | #0090A0 | — |
| function.parameter | #383A42 | — |
| function.brace | #383A42 | — |
| function.parameter.ruby, function.parameter.cs | #383A42 | — |
| constant.language.symbol.ruby | #0090A0 | — |
| rgb-value | #0090A0 | — |
| inline-color-decoration rgb-value | #B05800 | — |
| less rgb-value | #B05800 | — |
| selector.sass | #C83A4C | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #966800 | — |
| block.scope.end,block.scope.begin | #383A42 | — |
| storage.type.cs | #966800 | — |
| entity.name.variable.local.cs | #C83A4C | — |
| token.info-token | #505050 | — |
| token.warn-token | #B05800 | — |
| token.error-token | #CC0000 | — |
| token.debug-token | #0078D4 | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #0078D4 | — |
| meta.template.expression | #383A42 | — |
| keyword.operator.module | #0078D4 | — |
| support.type.type.flowtype | #505050 | — |
| support.type.primitive | #966800 | — |
| meta.property.object | #C83A4C | — |
| variable.parameter.function.js | #C83A4C | — |
| keyword.other.template.begin | #267A16 | — |
| keyword.other.template.end | #267A16 | — |
| keyword.other.substitution.begin | #267A16 | — |
| keyword.other.substitution.end | #267A16 | — |
| keyword.operator.assignment | #0090A0 | — |
| keyword.operator.assignment.go | #966800 | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | #0078D4 | — |
| entity.name.package.go | #966800 | — |
| support.type.prelude.elm | #0090A0 | — |
| support.constant.elm | #B05800 | — |
| punctuation.quasi.element | #0078D4 | — |
| constant.character.entity | #C83A4C | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #0090A0 | — |
| entity.global.clojure | #966800 | — |
| meta.symbol.clojure | #C83A4C | — |
| constant.keyword.clojure | #0090A0 | — |
| meta.arguments.coffee, variable.parameter.function.coffee | #C83A4C | — |
| source.ini | #267A16 | — |
| meta.scope.prerequisites.makefile | #C83A4C | — |
| source.makefile | #966800 | — |
| storage.modifier.import.groovy | #966800 | — |
| meta.method.groovy | #505050 | — |
| meta.definition.variable.name.groovy | #C83A4C | — |
| meta.definition.class.inherited.classes.groovy | #267A16 | — |
| support.variable.semantic.hlsl | #966800 | — |
| support.type.texture.hlsl, support.type.sampler.hlsl, support.type.object.hlsl, support.type.object.rw.hlsl, support.type.fx.hlsl, support.type.object.hlsl | #0078D4 | — |
| text.variable, text.bracketed | #C83A4C | — |
| support.type.swift, support.type.vb.asp | #966800 | — |
| entity.name.function.xi | #966800 | — |
| entity.name.class.xi | #0090A0 | — |
| constant.character.character-class.regexp.xi | #C83A4C | — |
| constant.regexp.xi | #0078D4 | — |
| keyword.control.xi | #0090A0 | — |
| invalid.xi | #383A42 | — |
| beginning.punctuation.definition.quote.markdown.xi | #267A16 | — |
| beginning.punctuation.definition.list.markdown.xi | #7C8390 | — |
| constant.character.xi | #505050 | — |
| accent.xi | #505050 | — |
| wikiword.xi | #B05800 | — |
| constant.other.color.rgb-value.xi | #101010 | — |
| punctuation.definition.tag.xi | #7C8390 | — |
| entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition | #966800 | — |
| entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown | #C83A4C | — |
| meta.brace.square | #383A42 | — |
| comment, punctuation.definition.comment | #7C8390 | italic |
| markup.quote.markdown | #7C8390 | — |
| punctuation.definition.block.sequence.item.yaml | #383A42 | — |
| constant.language.symbol.elixir, constant.language.symbol.double-quoted.elixir | #0090A0 | — |
| entity.name.variable.parameter.cs | #966800 | — |
| entity.name.variable.field.cs | #C83A4C | — |
| markup.deleted | #C83A4C | — |
| markup.inserted | #267A16 | — |
| markup.underline | — | underline |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #C83A4C | — |
| support.other.namespace.php | #383A42 | — |
| variable.other.object | #966800 | — |
| variable.other.constant.property | #C83A4C | — |
| entity.other.inherited-class | #966800 | — |
| variable.other.readwrite.c | #C83A4C | — |
| entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php | #383A42 | — |
| constant.numeric.decimal.asm.x86_64 | #0078D4 | — |
| support.other.parenthesis.regexp | #B05800 | — |
| constant.character.escape | #0090A0 | — |
| string.regexp | #C83A4C | — |
| entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super | — | italic |
| comment.line.double-slash,comment.block.documentation | — | italic |
| keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python | — | italic |
| markup.italic.markdown | — | italic |
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#222
- activityBar.background#000
- activityBar.border#222222
- activityBar.foreground#999
- activityBarBadge.background#2361ba
- badge.background#2361ba
- button.background#444
- debugToolBar.background#000
- dropdown.background#222
- editor.background#000c
- editor.foreground#c2c2c2
- editor.lineHighlightBorder#fff0
- editor.selectionBackground#2361ba66
- editor.selectionHighlightBackground#fff2
- editor.wordHighlightBackground#8d8d8d2c
- editorCursor.foreground#47ff6f
- editorGroupHeader.tabsBackground#000
- editorSuggestWidget.background#222
- editorSuggestWidget.border#222222
- editorWidget.background#000
- focusBorder#2361ba
- foreground#c2c2c2
- input.background#222
- menu.background#000
- menu.border#222222
- menubar.selectionBackground#2361ba
- minimap.background#000B
- minimap.selectionHighlight#2361ba66
- notifications.background#000
- panel.background#000
- quickInput.background#000
- quickInputList.focusBackground#2361ba
- selection.background#2361ba
- settings.checkboxBackground#222
- settings.textInputBackground#222
- sideBar.background#000
- sideBar.border#222222
- sideBarSectionHeader.background#1c1c1c
- sideBarTitle.foreground#999
- statusBar.background#000
- statusBar.border#222222
- statusBar.debuggingBackground#bf6600
- statusBar.foreground#c2c2c2
- tab.border#222222
- tab.hoverBorder#2361ba
- tab.inactiveBackground#000
- terminal.background#000
- titleBar.activeBackground#000
- titleBar.border#222
- titleBar.inactiveBackground#000
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded | #abb2bf | — |
| punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison | #e06c75 | — |
| variable.other.generic-type.haskell | #61afef | — |
| storage.type.haskell | #d19a66 | — |
| support.variable.magic.python | #e06c75 | — |
| punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python | #abb2bf | — |
| variable.parameter.function.language.special.self.python | #e5c07b | — |
| variable.parameter.function.language.special.cls.python | #e5c07b | — |
| storage.modifier.lifetime.rust | #abb2bf | — |
| support.function.std.rust | #c2c2c2 | — |
| entity.name.lifetime.rust | #e5c07b | — |
| variable.language.rust | #e06c75 | — |
| support.constant.edge | #61afef | — |
| constant.other.character-class.regexp | #e06c75 | — |
| keyword.operator.word | #61afef | — |
| keyword.operator.quantifier.regexp | #d19a66 | — |
| variable.parameter.function | #abb2bf | — |
| comment markup.link | #5c6370 | — |
| markup.changed.diff | #e5c07b | — |
| meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff | #c2c2c2 | — |
| markup.inserted.diff | #98c379 | — |
| markup.deleted.diff | #e06c75 | — |
| meta.function.c,meta.function.cpp | #e06c75 | — |
| punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c | #abb2bf | — |
| punctuation.separator.key-value | #abb2bf | — |
| keyword.operator.expression.import | #c2c2c2 | — |
| support.constant.math | #e5c07b | — |
| support.constant.property.math | #d19a66 | — |
| variable.other.constant | #e5c07b | — |
| storage.type.annotation.java, storage.type.object.array.java | #e5c07b | — |
| source.java | #e06c75 | — |
| punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java | #abb2bf | — |
| meta.method.java | #c2c2c2 | — |
| storage.modifier.import.java,storage.type.java,storage.type.generic.java | #e5c07b | — |
| keyword.operator.instanceof.java | #61afef | — |
| meta.definition.variable.name.java | #e06c75 | — |
| keyword.operator.logical | #56b6c2 | — |
| keyword.operator.bitwise | #56b6c2 | — |
| keyword.operator.channel | #56b6c2 | — |
| support.constant.property-value.scss,support.constant.property-value.css | #d19a66 | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #56b6c2 | — |
| support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss | #d19a66 | — |
| punctuation.separator.list.comma.css | #abb2bf | — |
| support.constant.color.w3c-standard-color-name.css | #d19a66 | — |
| support.type.vendored.property-name.css | #56b6c2 | — |
| support.module.node,support.type.object.module,support.module.node | #e5c07b | — |
| entity.name.type.module | #e5c07b | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #e06c75 | — |
| support.constant.json | #d19a66 | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | #61afef | — |
| support.type.object.console | #e06c75 | — |
| support.variable.property.process | #d19a66 | — |
| entity.name.function,support.function.console | #c2c2c2 | — |
| keyword.operator.misc.rust | #abb2bf | — |
| keyword.operator.sigil.rust | #61afef | — |
| keyword.operator.delete | #61afef | — |
| support.type.object.dom | #56b6c2 | — |
| support.variable.dom,support.variable.property.dom | #e06c75 | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational | #56b6c2 | — |
| keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp | #61afef | — |
| punctuation.separator.delimiter | #abb2bf | — |
| punctuation.separator.c,punctuation.separator.cpp | #61afef | — |
| support.type.posix-reserved.c,support.type.posix-reserved.cpp | #56b6c2 | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | #61afef | — |
| variable.parameter.function.language.python | #d19a66 | — |
| support.type.python | #56b6c2 | — |
| keyword.operator.logical.python | #61afef | — |
| variable.parameter.function.python | #d19a66 | — |
| punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python | #abb2bf | — |
| meta.function-call.generic.python | #c2c2c2 | — |
| constant.character.format.placeholder.other.python | #d19a66 | — |
| keyword.operator | #abb2bf | — |
| keyword.operator.assignment.compound | #61afef | — |
| keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts | #56b6c2 | — |
| keyword | #61afef | — |
| entity.name.namespace | #e5c07b | — |
| variable | #e06c75 | — |
| variable.c | #abb2bf | — |
| variable.language | #e5c07b | — |
| token.variable.parameter.java | #abb2bf | — |
| import.storage.java | #e5c07b | — |
| token.package.keyword | #61afef | — |
| token.package | #abb2bf | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #c2c2c2 | — |
| entity.name.type.namespace | #e5c07b | — |
| support.class, entity.name.type.class | #e5c07b | — |
| entity.name.class.identifier.namespace.type | #e5c07b | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts | #e5c07b | — |
| variable.other.class.php | #e06c75 | — |
| entity.name.type | #e5c07b | — |
| keyword.control | #61afef | — |
| control.elements, keyword.operator.less | #d19a66 | — |
| keyword.other.special-method | #c2c2c2 | — |
| storage | #61afef | — |
| storage.type.class.doxygen.c | #b864b8 | — |
| token.storage | #61afef | — |
| keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void | #61afef | — |
| token.storage.type.java | #e5c07b | — |
| support.function | #56b6c2 | — |
| support.type.property-name | #abb2bf | — |
| support.constant.property-value | #abb2bf | — |
| support.constant.font-name | #d19a66 | — |
| meta.tag | #abb2bf | — |
| string | #98c379 | — |
| constant.other.symbol | #56b6c2 | — |
| constant.numeric | #d19a66 | — |
| constant | #d19a66 | — |
| punctuation.definition.constant | #d19a66 | — |
| entity.name.tag | #e06c75 | — |
| entity.other.attribute-name | #d19a66 | — |
| entity.other.attribute-name.id | #c2c2c2 | normal |
| entity.other.attribute-name.class.css | #d19a66 | normal |
| meta.selector | #61afef | — |
| markup.heading | #e06c75 | — |
| markup.heading punctuation.definition.heading, entity.name.section | #c2c2c2 | — |
| keyword.other.unit | #e06c75 | — |
| markup.bold,todo.bold | #d19a66 | — |
| punctuation.definition.bold | #e5c07b | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | #61afef | — |
| emphasis md | #61afef | — |
| entity.name.section.markdown | #e06c75 | — |
| punctuation.definition.heading.markdown | #e06c75 | — |
| punctuation.definition.list.begin.markdown | #e5c07b | — |
| markup.heading.setext | #abb2bf | — |
| punctuation.definition.bold.markdown | #d19a66 | — |
| markup.inline.raw.markdown | #98c379 | — |
| markup.inline.raw.string.markdown | #98c379 | — |
| punctuation.definition.raw.markdown | #e5c07b | — |
| punctuation.definition.list.markdown | #e5c07b | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #e06c75 | — |
| beginning.punctuation.definition.list.markdown | #e06c75 | — |
| punctuation.definition.metadata.markdown | #e06c75 | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | #61afef | — |
| string.other.link.title.markdown,string.other.link.description.markdown | #c2c2c2 | — |
| markup.raw.monospace.asciidoc | #98c379 | — |
| punctuation.definition.asciidoc | #e5c07b | — |
| markup.list.asciidoc | #e5c07b | — |
| markup.link.asciidoc,markup.other.url.asciidoc | #61afef | — |
| string.unquoted.asciidoc,markup.other.url.asciidoc | #c2c2c2 | — |
| string.regexp | #56b6c2 | — |
| punctuation.section.embedded, variable.interpolation | #e06c75 | — |
| punctuation.section.embedded.begin,punctuation.section.embedded.end | #61afef | — |
| invalid.illegal | #ffffff | — |
| invalid.illegal.bad-ampersand.html | #abb2bf | — |
| invalid.illegal.unrecognized-tag.html | #e06c75 | — |
| invalid.broken | #ffffff | — |
| invalid.deprecated | #ffffff | — |
| invalid.deprecated.entity.other.attribute-name.html | #d19a66 | — |
| invalid.unimplemented | #ffffff | — |
| source.json meta.structure.dictionary.json > string.quoted.json | #e06c75 | — |
| source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string | #e06c75 | — |
| source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation | #98c379 | — |
| source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json | #56b6c2 | — |
| support.type.property-name.json | #e06c75 | — |
| support.type.property-name.json punctuation | #e06c75 | — |
| text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade | #61afef | — |
| text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade | #61afef | — |
| support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php | #e5c07b | — |
| keyword.operator.error-control.php | #61afef | — |
| keyword.operator.type.php | #61afef | — |
| punctuation.section.array.begin.php | #abb2bf | — |
| punctuation.section.array.end.php | #abb2bf | — |
| invalid.illegal.non-null-typehinted.php | #f44747 | — |
| storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php | #e5c07b | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #c2c2c2 | — |
| punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php | #abb2bf | — |
| support.constant.core.rust | #d19a66 | — |
| support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #d19a66 | — |
| entity.name.goto-label.php,support.other.php | #c2c2c2 | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php | #56b6c2 | — |
| keyword.operator.regexp.php | #61afef | — |
| keyword.operator.comparison.php | #56b6c2 | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php | #61afef | — |
| meta.function.decorator.python | #c2c2c2 | — |
| support.token.decorator.python,meta.function.decorator.identifier.python | #56b6c2 | — |
| function.parameter | #abb2bf | — |
| function.brace | #abb2bf | — |
| function.parameter.ruby, function.parameter.cs | #abb2bf | — |
| constant.language.symbol.ruby | #56b6c2 | — |
| rgb-value | #56b6c2 | — |
| inline-color-decoration rgb-value | #d19a66 | — |
| less rgb-value | #d19a66 | — |
| selector.sass | #e06c75 | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #e5c07b | — |
| block.scope.end,block.scope.begin | #abb2bf | — |
| storage.type.cs | #e5c07b | — |
| entity.name.variable.local.cs | #e06c75 | — |
| token.info-token | #c2c2c2 | — |
| token.warn-token | #d19a66 | — |
| token.error-token | #f44747 | — |
| token.debug-token | #61afef | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #61afef | — |
| meta.template.expression | #abb2bf | — |
| keyword.operator.module | #61afef | — |
| support.type.type.flowtype | #c2c2c2 | — |
| support.type.primitive | #e5c07b | — |
| meta.property.object | #e06c75 | — |
| variable.parameter.function.js | #e06c75 | — |
| keyword.other.template.begin | #98c379 | — |
| keyword.other.template.end | #98c379 | — |
| keyword.other.substitution.begin | #98c379 | — |
| keyword.other.substitution.end | #98c379 | — |
| keyword.operator.assignment | #56b6c2 | — |
| keyword.operator.assignment.go | #e5c07b | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | #61afef | — |
| entity.name.package.go | #e5c07b | — |
| support.type.prelude.elm | #56b6c2 | — |
| support.constant.elm | #d19a66 | — |
| punctuation.quasi.element | #61afef | — |
| constant.character.entity | #e06c75 | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #56b6c2 | — |
| entity.global.clojure | #e5c07b | — |
| meta.symbol.clojure | #e06c75 | — |
| constant.keyword.clojure | #56b6c2 | — |
| meta.arguments.coffee, variable.parameter.function.coffee | #e06c75 | — |
| source.ini | #98c379 | — |
| meta.scope.prerequisites.makefile | #e06c75 | — |
| source.makefile | #e5c07b | — |
| storage.modifier.import.groovy | #e5c07b | — |
| meta.method.groovy | #c2c2c2 | — |
| meta.definition.variable.name.groovy | #e06c75 | — |
| meta.definition.class.inherited.classes.groovy | #98c379 | — |
| support.variable.semantic.hlsl | #e5c07b | — |
| support.type.texture.hlsl, support.type.sampler.hlsl, support.type.object.hlsl, support.type.object.rw.hlsl, support.type.fx.hlsl, support.type.object.hlsl | #61afef | — |
| text.variable, text.bracketed | #e06c75 | — |
| support.type.swift, support.type.vb.asp | #e5c07b | — |
| entity.name.function.xi | #e5c07b | — |
| entity.name.class.xi | #56b6c2 | — |
| constant.character.character-class.regexp.xi | #e06c75 | — |
| constant.regexp.xi | #61afef | — |
| keyword.control.xi | #56b6c2 | — |
| invalid.xi | #abb2bf | — |
| beginning.punctuation.definition.quote.markdown.xi | #98c379 | — |
| beginning.punctuation.definition.list.markdown.xi | #7f848e | — |
| constant.character.xi | #c2c2c2 | — |
| accent.xi | #c2c2c2 | — |
| wikiword.xi | #d19a66 | — |
| constant.other.color.rgb-value.xi | #ffffff | — |
| punctuation.definition.tag.xi | #5c6370 | — |
| entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition | #e5c07b | — |
| entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown | #e06c75 | — |
| meta.brace.square | #abb2bf | — |
| comment, punctuation.definition.comment | #7f848e | italic |
| markup.quote.markdown | #5c6370 | — |
| punctuation.definition.block.sequence.item.yaml | #abb2bf | — |
| constant.language.symbol.elixir, constant.language.symbol.double-quoted.elixir | #56b6c2 | — |
| entity.name.variable.parameter.cs | #e5c07b | — |
| entity.name.variable.field.cs | #e06c75 | — |
| markup.deleted | #e06c75 | — |
| markup.inserted | #98c379 | — |
| markup.underline | — | underline |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #BE5046 | — |
| support.other.namespace.php | #abb2bf | — |
| variable.other.object | #e5c07b | — |
| variable.other.constant.property | #e06c75 | — |
| entity.other.inherited-class | #e5c07b | — |
| variable.other.readwrite.c | #e06c75 | — |
| entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php | #abb2bf | — |
| constant.numeric.decimal.asm.x86_64 | #61afef | — |
| support.other.parenthesis.regexp | #d19a66 | — |
| constant.character.escape | #56b6c2 | — |
| string.regexp | #e06c75 | — |
| entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super | — | italic |
| comment.line.double-slash,comment.block.documentation | — | italic |
| keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python | — | italic |
| markup.italic.markdown | — | italic |
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#333
- activityBar.background#111
- activityBarBadge.background#2361ba
- badge.background#2361ba
- button.background#444
- debugToolBar.background#111
- dropdown.background#222
- editor.background#282828
- editor.foreground#ABB2BF
- editor.lineHighlightBorder#fff0
- editor.selectionBackground#2361ba66
- editor.selectionHighlightBackground#fff2
- editor.wordHighlightBackground#8d8d8d2c
- editorCursor.foreground#47ff6f
- editorGroupHeader.tabsBackground#111
- editorSuggestWidget.background#222
- editorSuggestWidget.border#333333
- editorWidget.background#111
- focusBorder#2361ba
- input.background#222
- menu.background#222
- menubar.selectionBackground#2361ba
- minimap.background#222B
- minimap.selectionHighlight#2361ba66
- notifications.background#111
- panel.background#111
- quickInput.background#111
- quickInputList.focusBackground#2361ba
- selection.background#2361ba
- settings.checkboxBackground#222
- settings.textInputBackground#222
- sideBar.background#111
- sideBar.border#333333
- sideBarSectionHeader.background#1c1c1c
- sideBarTitle.foreground#bbbbbb
- statusBar.background#000
- statusBar.border#333333
- statusBar.debuggingBackground#bf6600
- tab.border#333333
- tab.hoverBorder#2361ba
- tab.inactiveBackground#111
- terminal.background#000
- titleBar.activeBackground#111
- titleBar.border#333333
- titleBar.inactiveBackground#222
tokenColors
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| meta.embedded | #ABB2BF | — |
| keyword | #C678DD | — |
| keyword.control | #C678DD | — |
| keyword.operator.word | #C678DD | — |
| storage | #C678DD | — |
| token.storage | #C678DD | — |
| keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void | #C678DD | — |
| control.elements, keyword.operator.less | #C678DD | — |
| keyword.operator.instanceof.java | #C678DD | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | #C678DD | — |
| variable.language | #C678DD | — |
| keyword.operator.module | #C678DD | — |
| keyword.operator.expression.import | #C678DD | — |
| keyword.operator.sigil.rust | #C678DD | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | #C678DD | — |
| punctuation.section.embedded, variable.interpolation, punctuation.section.embedded.begin, punctuation.section.embedded.end | #C678DD | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #C678DD | — |
| constant.character.escape | #56B6C2 | — |
| string.regexp | #56B6C2 | — |
| string.regexp | #56B6C2 | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php,keyword.operator.regexp.php,keyword.operator.error-control.php,keyword.operator.type.php | #C678DD | — |
| keyword.operator.logical.python | #C678DD | — |
| variable.language.rust | #C678DD | — |
| entity.name.lifetime.rust | #C678DD | — |
| meta.selector | #C678DD | — |
| token.package.keyword | #C678DD | — |
| text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade,text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade | #C678DD | — |
| punctuation.quasi.element | #C678DD | — |
| punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison | #C678DD | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #C678DD | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | #C678DD | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #61AFEF | — |
| support.function | #61AFEF | — |
| keyword.other.special-method | #61AFEF | — |
| entity.name.function,support.function.console | #61AFEF | — |
| meta.function-call.generic.python | #61AFEF | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #61AFEF | — |
| meta.method.groovy | #61AFEF | — |
| meta.method.java | #61AFEF | — |
| support.function.std.rust | #61AFEF | — |
| entity.name.goto-label.php,support.other.php | #61AFEF | — |
| support.type.type.flowtype | #61AFEF | — |
| string | #98C379 | — |
| source.ini | #98C379 | — |
| support.constant.font-name | #98C379 | — |
| keyword.other.template.begin, keyword.other.template.end, keyword.other.substitution.begin, keyword.other.substitution.end | #98C379 | — |
| meta.definition.class.inherited.classes.groovy | #98C379 | — |
| markup.inserted, markup.inserted.diff | #98C379 | — |
| constant.numeric | #D19A66 | — |
| constant | #D19A66 | — |
| punctuation.definition.constant | #D19A66 | — |
| constant.numeric.decimal.asm.x86_64 | #D19A66 | — |
| variable.other.generic-type.haskell | #D19A66 | — |
| keyword.operator.quantifier.regexp | #D19A66 | — |
| inline-color-decoration rgb-value, less rgb-value | #D19A66 | — |
| wikiword.xi | #D19A66 | — |
| keyword.other.unit | #D19A66 | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #E06C75 | — |
| support.type.property-name | #ABB2BF | — |
| support.constant.property-value, support.constant.property-value.scss, support.constant.property-value.css | #ABB2BF | — |
| meta.property.object | #E06C75 | — |
| entity.name.variable.field.cs | #E06C75 | — |
| variable.other.constant.property | #D19A66 | — |
| support.type.property-name.json, support.type.property-name.json punctuation | #E06C75 | — |
| source.json meta.structure.dictionary.json > string.quoted.json, source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string | #E06C75 | — |
| support.constant.core.rust,support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #D19A66 | — |
| constant.other.symbol | #D19A66 | — |
| support.constant.json | #D19A66 | — |
| support.constant.math, support.constant.property.math | #D19A66 | — |
| variable.other.constant | #D19A66 | — |
| meta.symbol.clojure, constant.keyword.clojure | #D19A66 | — |
| constant.language.symbol.ruby,constant.language.symbol.elixir,constant.language.symbol.double-quoted.elixir | #D19A66 | — |
| rgb-value | #56B6C2 | — |
| text.variable, text.bracketed | #E06C75 | — |
| support.variable.dom,support.variable.property.dom | #E06C75 | — |
| support.other.parenthesis.regexp | #56B6C2 | — |
| meta.scope.prerequisites.makefile | #E06C75 | — |
| support.constant.elm | #D19A66 | — |
| entity.name.tag | #E06C75 | — |
| selector.sass | #E06C75 | — |
| entity.other.attribute-name | #D19A66 | — |
| entity.other.attribute-name.id | #61AFEF | normal |
| entity.other.attribute-name.class.css | #D19A66 | normal |
| entity.name.type, entity.name.class, support.class, entity.name.type.class, entity.name.type.namespace, entity.name.class.identifier.namespace.type | #E5C07B | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts, variable.other.class.php | #E5C07B | — |
| entity.name.type | #E5C07B | — |
| entity.name.namespace | #E5C07B | — |
| variable | #E06C75 | — |
| variable.c | #E06C75 | — |
| token.variable.parameter.java | #ABB2BF | — |
| keyword.operator | #56B6C2 | — |
| keyword.operator.assignment.compound, keyword.operator.assignment.compound.js, keyword.operator.assignment.compound.ts | #56B6C2 | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational | #56B6C2 | — |
| keyword.operator.logical,keyword.operator.bitwise,keyword.operator.channel | #56B6C2 | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #56B6C2 | — |
| keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp | #56B6C2 | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php,keyword.operator.comparison.php | #56B6C2 | — |
| punctuation.separator.delimiter | #ABB2BF | — |
| meta.tag | #ABB2BF | — |
| variable.parameter.function | #ABB2BF | — |
| meta.template.expression | #ABB2BF | — |
| meta.function.decorator.python, support.token.decorator.python, meta.function.decorator.identifier.python | #E5C07B | — |
| storage.type.class.doxygen.c | #E5C07B | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #56B6C2 | — |
| comment, punctuation.definition.comment | #5C6370 | italic |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #E06C75 | — |
| markup.inline.raw.markdown,markup.inline.raw.string.markdown | #98C379 | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | #61AFEF | — |
| markup.bold,todo.bold,punctuation.definition.bold | #D19A66 | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | #C678DD | — |
| source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation | #98C379 | — |
| invalid.illegal, invalid.broken, invalid.deprecated, invalid.unimplemented | #ffffff | — |
| markup.deleted, markup.deleted.diff | #E06C75 | — |
| token.info-token | #ABB2BF | — |
| token.warn-token | #D19A66 | — |
| token.error-token | #f44747 | — |
| token.debug-token | #61AFEF | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #E5C07B | — |
| storage.type.cs | #E5C07B | — |
| entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super | — | italic |
| comment.line.double-slash,comment.block.documentation | — | italic |
| keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python | — | italic |
| markup.italic.markdown | — | italic |