Ethereum Dark Theme
Publisher: karolkThemes in package: 4
The Ethereum Dark Theme
The Ethereum Dark Theme
Full workbench mockup using this variant's colors and tokenColors.
Loading...
Workbench UI color keys from the theme JSON colors map.
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment | #5C6370 | italic |
| comment markup.link | #5C6370 | — |
| entity.name.type | #ABB2BF | — |
| entity.name.type.alias.tsx, meta.type.declaration.tsx | #56B6C2 | — |
| entity.other.inherited-class | #ABB2BF | — |
| keyword | #C678DD | — |
| keyword.control | #E06C75 | |
| keyword.control.conditional.js | #C678DD | — |
| keyword.operator | #C678DD | — |
| keyword.other.special-method | #61AFEF | — |
| keyword.other.unit | #D19A66 | — |
| storage | #E06C75 | — |
| storage.type.function.arrow.js | #ABB2BF | — |
| storage.type.annotation, storage.type.primitive | #C678DD | — |
| storage.modifier.package, storage.modifier.import | #ABB2BF | — |
| constant | #D19A66 | — |
| constant.variable | #D19A66 | — |
| constant.character.escape | #56B6C2 | — |
| constant.numeric | #D19A66 | — |
| constant.other.color | #56B6C2 | — |
| constant.other.symbol | #56B6C2 | — |
| variable | #ABB2BF | — |
| variable.interpolation | #BE5046 | — |
| variable.parameter | #6CAFEC | — |
| string | #98C379 | — |
| string.template.js, meta.var.expr.js, source.js | #ABB2BF | — |
| string > source, string embedded | #ABB2BF | — |
| string.regexp | #56B6C2 | — |
| string.regexp source.ruby.embedded | #E5C07B | — |
| string.other.link | #E06C75 | — |
| punctuation.definition.comment | #5C6370 | — |
| punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array | #ABB2BF | — |
| punctuation.definition.heading, punctuation.definition.identity | #61AFEF | — |
| punctuation.definition.bold | #56B6C2 | bold |
| punctuation.definition.italic | #C678DD | italic |
| punctuation.section.embedded | #ABB2BF | — |
| punctuation.section.method, punctuation.section.class, punctuation.section.inner-class | #ABB2BF | — |
| support.type | #56B6C2 | — |
| support.function | #56B6C2 | — |
| support.function.any-method | #61AFEF | — |
| entity.name.function | #6CAFEC | — |
| entity.name.class, entity.name.type.class | #6CAFEC | — |
| entity.name.section | #61AFEF | — |
| entity.name.tag | #E06C75 | — |
| entity.other.attribute-name, entity.other.attribute-name.js, entity.other.attribute-name.ts, entity.other.attribute-name.tsx | #D19A66 | |
| entity.other.attribute-name.id | #61AFEF | — |
| meta.class | #56B6C2 | — |
| meta.class.body | #ABB2BF | — |
| meta.method-call, meta.method | #ABB2BF | — |
| meta.definition.variable | #E06C75 | — |
| meta.link | #D19A66 | — |
| meta.require | #61AFEF | — |
| meta.selector | #C678DD | — |
| meta.separator | #ABB2BF | — |
| meta.tag | #ABB2BF | — |
| underline | — | — |
| none | #ABB2BF | — |
| invalid.deprecated | #523D14 | — |
| invalid.illegal | #fff | — |
| markup.bold | #D19A66 | bold |
| markup.changed | #C678DD | — |
| markup.deleted | #E06C75 | — |
| markup.italic | #C678DD | italic |
| markup.heading | #E06C75 | — |
| markup.heading punctuation.definition.heading | #61AFEF | — |
| markup.link | #56B6C2 | — |
| markup.inserted | #98C379 | — |
| markup.quote | #D19A66 | — |
| markup.raw | #98C379 | — |
| source.c keyword.operator | #C678DD | — |
| source.cpp keyword.operator | #C678DD | — |
| source.cs keyword.operator | #C678DD | — |
| source.css property-name, source.css property-value | #828997 | — |
| keyword.other.unit.px.css, support.constant.property-value.css | #D19A66 | |
| source.css property-name.support, source.css property-value.support | #ABB2BF | — |
| source.elixir source.embedded.source | #ABB2BF | — |
| source.elixir constant.language, source.elixir constant.numeric, source.elixir constant.definition | #61AFEF | — |
| source.elixir variable.definition, source.elixir variable.anonymous | #C678DD | — |
| source.elixir parameter.variable.function | #D19A66 | italic |
| source.elixir quoted | #98C379 | — |
| source.elixir keyword.special-method, source.elixir embedded.section, source.elixir embedded.source.empty | #E06C75 | — |
| source.elixir readwrite.module punctuation | #E06C75 | — |
| source.elixir regexp.section, source.elixir regexp.string | #BE5046 | — |
| source.elixir separator, source.elixir keyword.operator | #D19A66 | — |
| source.elixir variable.constant | #E5C07B | — |
| source.elixir array, source.elixir scope, source.elixir section | #828997 | — |
| source.gfm link entity | #61AFEF | — |
| source.go storage.type.string | #C678DD | — |
| source.ini keyword.other.definition.ini | #E06C75 | — |
| source.java storage.modifier.import | #E5C07B | — |
| source.java storage.type | #E5C07B | — |
| source.java keyword.operator.instanceof | #C678DD | — |
| source.java-properties meta.key-pair | #E06C75 | — |
| source.java-properties meta.key-pair > punctuation | #ABB2BF | — |
| source.js keyword.operator | #E06C75 | — |
| source.js keyword.operator.delete, source.js keyword.operator.in, source.js keyword.operator.of, source.js keyword.operator.instanceof, source.js keyword.operator.new, source.js keyword.operator.typeof, source.js keyword.operator.void | #C678DD | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.switch.js keyword.control.switch.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.switch.js keyword.control.loop.js | #C678DD | — |
| source.ts keyword.operator | #56B6C2 | — |
| source.tsx meta.interface.tsx storage.type.interface.tsx | #E06C75 | |
| source.tsx meta.interface.tsx entity.name.type.interface.tsx | #56B6C2 | — |
| source.flow keyword.operator | #56B6C2 | — |
| 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 | — |
| constant.language.json.comments | #D19A66 | — |
| ng.interpolation | #E06C75 | — |
| ng.interpolation.begin, ng.interpolation.end | #61AFEF | — |
| ng.interpolation function | #E06C75 | — |
| ng.interpolation function.begin, ng.interpolation function.end | #61AFEF | — |
| ng.interpolation bool | #D19A66 | — |
| ng.interpolation bracket | #ABB2BF | — |
| ng.pipe, ng.operator | #ABB2BF | — |
| ng.tag | #56B6C2 | — |
| ng.attribute-with-value attribute-name | #E5C07B | — |
| ng.attribute-with-value string | #C678DD | — |
| ng.attribute-with-value string.begin, ng.attribute-with-value string.end | #ABB2BF | — |
| source.php class.bracket | #ABB2BF | — |
| source.python keyword.operator.logical.python | #C678DD | — |
| source.python variable.parameter | #D19A66 | — |
| customrule | #ABB2BF | — |
| support.type.property-name | #ABB2BF | — |
| string.quoted.double punctuation | #98C379 | — |
| support.constant | #D19A66 | — |
| support.type.property-name.json | #E06C75 | — |
| support.type.property-name.json punctuation | #E06C75 | — |
| punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx | #56B6C2 | — |
| source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator | #56B6C2 | — |
| variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx, source.tsx variable.other.readwrite.tsx | #C178DD | — |
| support.variable.dom.js, support.variable.dom.ts | #E06C75 | — |
| support.variable.property.dom.js, support.variable.property.dom.ts | #E06C75 | — |
| meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition | #BE5046 | — |
| source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters | #ABB2BF | — |
| source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block | #ABB2BF | — |
| source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma | #ABB2BF | — |
| support.variable.property.js, support.variable.property.ts, support.variable.property.tsx | #E06C75 | — |
| keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx | #E06C75 | — |
| keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx | #C678DD | — |
| keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx | #C678DD | — |
| meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx | #ABB2BF | — |
| source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor | #ABB2BF | — |
| punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx | #ABB2BF | — |
| meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx | #D19A66 | — |
| source.js support.variable, source.ts support.variable, source.tsx support.variable | #E06C75 | — |
| variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx | #D19A66 | — |
| keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx | #C678DD | — |
| source.ts keyword.operator, source.tsx keyword.operator | #56B6C2 | — |
| punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx | #ABB2BF | — |
| constant.language.import-export-all.js, constant.language.import-export-all.ts | #E06C75 | — |
| constant.language.import-export-all.jsx, constant.language.import-export-all.tsx | #E06C75 | — |
| keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx | #E06C75 | — |
| variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx | #6CAFEC | — |
| variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx | #6CAFEC | — |
| meta.export.default.js variable.other.readwrite.js | #E06C75 | — |
| source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor | #98C379 | — |
| source.js meta.import-equals.external.js keyword.operator, source.jsx meta.import-equals.external.jsx keyword.operator, source.ts meta.import-equals.external.ts keyword.operator, source.tsx meta.import-equals.external.tsx keyword.operator | #ABB2BF | — |
| entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx | #ABB2BF | — |
| meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx | #ABB2BF | — |
| meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable | #ABB2BF | — |
| meta.type.parameters.js support.type, meta.type.parameters.jsx support.type, meta.type.parameters.ts support.type, meta.type.parameters.tsx support.type | #ABB2BF | — |
| source.js meta.tag.js keyword.operator, source.jsx meta.tag.jsx keyword.operator, source.ts meta.tag.ts keyword.operator, source.tsx meta.tag.tsx keyword.operator | #ABB2BF | — |
| meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded | #ABB2BF | — |
| meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable | #ABB2BF | — |
| support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx | #E06C75 | — |
| constant.language.json | #56B6C2 | — |
| variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx | #D19A66 | — |
| storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx | #E06C75 | |
| meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition | #98C379 | — |
| meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template | #98C379 | — |
| keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx | #C678DD | — |
| variable.other.object.js, variable.other.object.ts | #ABB2BF | — |
| meta.function-call.js, meta.function-call.ts | #C178DD | — |
| entity.name.function.js, meta.definition.function.js, variable.other.object.ts, meta.function.js, meta.function-call.js | #6CAFEC | — |
| entity.name.function.js, meta.definition.method.js, meta.method.declaration.js | #6CAFEC | — |
| meta.function.js | #ABB2BF | — |
| punctuation.definition.binding-pattern.object.js | #ABB2BF | — |
| meta.object-literal.key.js, meta.object-literal.key.ts | #ABB2BF | — |
| source.python constant.other | #ABB2BF | — |
| source.python constant | #D19A66 | — |
| constant.character.format.placeholder.other.python storage | #D19A66 | — |
| support.variable.magic.python | #E06C75 | — |
| meta.function.parameters.python | #D19A66 | — |
| punctuation.separator.annotation.python | #ABB2BF | — |
| punctuation.separator.parameters.python | #ABB2BF | — |
| entity.name.variable.field.cs | #E06C75 | — |
| source.cs keyword.operator | #ABB2BF | — |
| variable.other.readwrite.cs | #ABB2BF | — |
| variable.other.object.cs | #ABB2BF | — |
| variable.other.object.property.cs | #ABB2BF | — |
| entity.name.variable.property.cs | #61AFEF | — |
| storage.type.cs | #56B6C2 | — |
| keyword.other.unsafe.rust | #C678DD | — |
| entity.name.type.rust | #56B6C2 | — |
| storage.modifier.lifetime.rust | #ABB2BF | — |
| entity.name.lifetime.rust | #D19A66 | — |
| storage.type.core.rust | #56B6C2 | — |
| meta.attribute.rust | #D19A66 | — |
| storage.class.std.rust | #56B6C2 | — |
| markup.raw.block.markdown | #ABB2BF | — |
| punctuation.definition.variable.shell | #E06C75 | — |
| support.constant.property-value.css | #ABB2BF | — |
| punctuation.definition.constant.css | #D19A66 | — |
| punctuation.separator.key-value.scss | #E06C75 | — |
| punctuation.definition.constant.scss | #D19A66 | — |
| meta.property-list.scss punctuation.separator.key-value.scss | #ABB2BF | — |
| storage.type.primitive.array.java | #E5C07B | — |
| entity.name.section.markdown | #E06C75 | — |
| punctuation.definition.heading.markdown | #E06C75 | — |
| markup.heading.setext | #ABB2BF | — |
| punctuation.definition.bold.markdown | #D19A66 | — |
| markup.inline.raw.markdown | #98C379 | — |
| beginning.punctuation.definition.list.markdown | #E06C75 | — |
| markup.quote.markdown | #5C6370 | italic |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #ABB2BF | — |
| punctuation.definition.metadata.markdown | #C678DD | — |
| markup.underline.link.markdown, markup.underline.link.image.markdown | #C678DD | — |
| string.other.link.title.markdown, string.other.link.description.markdown | #61AFEF | — |
| punctuation.separator.variable.ruby | #E06C75 | — |
| variable.other.constant.ruby | #D19A66 | — |
| keyword.operator.other.ruby | #98C379 | — |
| punctuation.definition.variable.php | #E06C75 | — |
| meta.class.php | #ABB2BF | — |
| support.class | #E06C75 | — |
| support.class.builtin.js | #C178DD | — |
| source.js entity.name.function.js | #6CAFEC | — |
| support.constant | #D19A66 | — |
| support.class.promise.ts | #ABB2BF | — |
| support.function.json.ts | #ABB2BF | — |
| string.template.js | #98C379 | — |
| source.js meta.function-call.js variable.other.object.js | #ABB2BF | — |
| source.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| keyword.operator.assignment.js, keyword.operator.arithmetic.js, keyword.operator.type.annotation.js, keyword.operator.type.js, punctuation.definition.binding-pattern.object.js, keyword.operator.ternary.js, keyword.operator.optional.js, keyword.operator.logical.js, keyword.operator.spread.js, punctuation.accessor.optional.ts, keyword.operator.bitwise.ts, keyword.operator.relational.ts | #ABB2BF | — |
| source.js meta.import.js constant.language.import-export-all.js | #ABB2BF | — |
| source.js support.type.object.module.js, keyword.control.conditional.ts | #C178DD | — |
| storage.type.js, keyword.control.flow.js, storage.type.function.js, variable.language.this.js, storage.type.class.js, keyword.operator.new.js, storage.modifier.tsx, source.js meta.class.js storage.modifier.js, source.js meta.class.js meta.method.declaration.js meta.block.js meta.function-call.js variable.language.super.js, storage.modifier.js, source.js keyword.operator.module.js | #E06C75 | |
| storage.type.js, keyword.control.flow.js, storage.type.function.js, variable.language.this.js, storage.type.class.js, keyword.operator.new.js, source.js meta.class.js storage.modifier.js, source.js meta.class.js meta.method.declaration.js meta.block.js meta.function-call.js variable.language.super.js, source.js variable.other.readwrite.js | #E06C75 | — |
| source.js variable.other.readwrite.js | #E06C75 | — |
| keyword.operator.expression.import.ts, keyword.operator.expression.instanceof.ts, keyword.operator.new.ts | #E06C75 | — |
| variable.other.readwrite.js, variable.parameter, entity.name.type.class.js, source.js meta.function.js meta.definition.function.js entity.name.function.js, source.js meta.var.expr.js meta.function.expression.js meta.block.js meta.var.expr.js meta.arrow.js meta.block.js meta.var.expr.js meta.var-single-variable.expr.js meta.definition.variable.js variable.other.readwrite.js, source.js meta.var.expr.js meta.function.expression.js meta.block.js meta.objectliteral.js meta.method.declaration.js meta.block.js meta.var.expr.js meta.var-single-variable.expr.js meta.definition.variable.js variable.other.readwrite.js, source.js meta.var.expr.js meta.function.expression.js meta.block.js meta.var.expr.js meta.function.expression.js meta.block.js meta.var.expr.js meta.var-single-variable.expr.js meta.definition.variable.js variable.other.readwrite.js, entity.name.function.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.function.arrow.js entity.name.function.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.function.js entity.name.function.js, source.js meta.var.expr.js meta.var-single-variable.expr.js meta.definition.variable.js variable.other.readwrite.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.class.js meta.group.braces.curly.js variable.other.readwrite.js, source.js meta.function.js entity.name.function.js, source.js meta.function.arrow.js entity.name.function.js | #6CAFEC | — |
| source.js meta.var.expr.js meta.var-single-variable.expr.js meta.definition.variable.js entity.name.function.js | #6CAFEC | — |
| source.js meta.var.expr.js meta.array-binding-pattern-variable.js meta.definition.variable.js variable.other.readwrite.js | #6CAFEC | — |
| source.js variable.other.readwrite.js | #6CAFEC | — |
| source.js meta.arrow.js meta.block.js meta.var.expr.js meta.array-binding-pattern-variable.js meta.definition.variable.js variable.other.readwrite.js | #6CAFEC | — |
| variable.other.constant.js | #6CAFEC | — |
| source.js meta.for.js keyword.control.loop.js | #6CAFEC | — |
| source.js meta.class.js entity.name.class.js | #6CAFEC | — |
| variable, entity.name.function, meta.var.expr.js, support.variable.dom.js, support.function, source.js meta.class.js meta.function.arrow.js entity.name.function.js | #ABB2BF | — |
| support.function.console.js, storage.type.function.arrow.js, source.js keyword.operator, punctuation.separator.key-value.js, entity.name.type.js, support.variable.property.js, source.js meta.class.js entity.other.inherited-class.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js support.type.object.dom.js | #ABB2BF | — |
| source.js meta.group.braces.curly.js meta.group.braces.square.js variable.other.readwrite.js, source.js meta.class.js meta.function-call.without-arguments.js variable.function.js, source.js punctuation.section.embedded.begin.jsx, source.js punctuation.section.embedded.end.jsx | #ABB2BF | — |
| source.js support.type.object.console.js | #ABB2BF | — |
| source.js meta.group.braces.round.js | #ABB2BF | — |
| source.js meta.var.expr.js meta.objectliteral.js meta.object.member.js variable.other.readwrite.js | #6CAFEC | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js meta.group.braces.curly.js constant.other.object.key.js string.unquoted.label.js | #ABB2BF | — |
| source.js support.variable.property.dom.js, source.js support.type.object.dom.js, source.js meta.group.braces.curly.js variable.other.readwrite.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.brace.curly.begin.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.brace.curly.end.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.group.braces.square.js meta.brace.square.end.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.group.braces.square.js meta.brace.square.begin.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.group.braces.square.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.property.object.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.delimiter.comma.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.function-call.without-arguments.js meta.group.braces.round.function.arguments.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.function-call.method.without-arguments.js | #ABB2BF | — |
| source.js meta.var.expr.js variable.other.readwrite.js | #ABB2BF | — |
| source.js string.unquoted.label.js | #ABB2BF | — |
| source.js meta.function-call.js variable.other.object.js | #C178DD | — |
| source.js variable.other.object.js | #C178DD | — |
| source.js meta.function.js meta.block.js meta.var.expr.js meta.objectliteral.js meta.object.member.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.class.js meta.method.declaration.js meta.block.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.class.js meta.group.braces.curly.js meta.group.braces.square.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.var.expr.js meta.function.expression.js meta.block.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.var.expr.js meta.function.expression.js meta.block.js meta.var.expr.js variable.language.arguments.js | #C178DD | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js meta.group.braces.round.js meta.property.class.js variable.other.class.js | #C178DD | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js meta.property.class.js variable.other.class.js | #C178DD | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.readwrite.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.readwrite.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js meta.group.braces.round.js variable.other.constant.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.constant.js, source.js meta.function-call.without-arguments.js variable.function.js, source.js meta.embedded.expression.jsx variable.other.readwrite.js, source.js meta.class.js meta.group.braces.curly.js meta.group.braces.round.js meta.group.braces.curly.js variable.other.readwrite.js, source.js variable.language.super.js, source.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.readwrite.js, source.js meta.class.js meta.class.property.js meta.group.braces.curly.js meta.group.braces.round.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js string.interpolated.js keyword.other.template.begin.js, source.js meta.group.braces.round.js meta.group.braces.curly.js meta.group.braces.curly.js meta.group.braces.curly.js string.interpolated.js keyword.other.template.end.js, source.js string.interpolated.js keyword.other.template.end.js, source.js string.interpolated.js keyword.other.template.begin.js, source.js keyword.other.substitution.begin.js, source.js keyword.other.substitution.end.js | #98C379 | — |
| source.js meta.function.js meta.block.js meta.tag.without-attributes.js meta.jsx.children.js meta.tag.without-attributes.js meta.jsx.children.js meta.tag.js meta.jsx.children.js meta.tag.js meta.tag.attributes.js meta.embedded.expression.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| source.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.parameters.js.jsx meta.parameter.object-binding-pattern.js.jsx meta.tag.js.jsx entity.name.tag.js.jsx support.class.component.js.jsx | #E06C75 | — |
| source.js meta.export.default.js variable.other.readwrite.js | #6CAFEC | — |
| source.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx meta.var.expr.js.jsx variable.other.readwrite.js.jsx | #6CAFEC | — |
| source.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx variable.other.readwrite.js.jsx | #6CAFEC | — |
| source.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx meta.function-call.js.jsx variable.other.object.js.jsx, source.js.jsx meta.var.expr.js.jsx meta.arrow.js.jsx meta.block.js.jsx meta.tag.js.jsx meta.jsx.children.js.jsx meta.embedded.expression.js.jsx variable.other.readwrite.js.jsx | #C178DD | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.var.expr.js meta.function-call.js variable.other.object.js | #C178DD | — |
| source.js meta.var.expr.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.var.expr.js meta.arrow.js meta.block.js meta.tag.js meta.tag.attributes.js meta.embedded.expression.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.tag.js meta.jsx.children.js meta.tag.js meta.jsx.children.js meta.tag.js meta.tag.attributes.js meta.embedded.expression.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.tag.js meta.jsx.children.js meta.embedded.expression.js meta.function-call.js variable.other.object.js | #C178DD | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.var.expr.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.tag.js meta.jsx.children.js meta.embedded.expression.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.block.js meta.tag.js meta.tag.attributes.js meta.embedded.expression.js variable.other.readwrite.js | #C178DD | — |
| source.js meta.var.expr.js meta.arrow.js meta.block.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| source.js meta.export.default.js meta.function.expression.js meta.block.js meta.block.js meta.tag.js meta.tag.attributes.js meta.embedded.expression.js meta.function-call.js entity.name.function.js | #ABB2BF | — |
| storage.type.tsx, storage.type.type.tsx, keyword.control.flow.tsx, storage.type.function.tsx, variable.language.this.tsx, storage.type.class.tsx, keyword.operator.new.tsx, source.tsx meta.class.tsx storage.modifier.tsx, source.tsx meta.class.tsx meta.method.declaration.tsx meta.block.tsx meta.function-call.tsx variable.language.super.tsx, source.tsx keyword.operator.module.tsx, storage.type.enum.tsx, storage.modifier.async.ts, storage.modifier.async.tsx | #E06C75 | |
| storage.type.tsx, keyword.control.flow.tsx, storage.type.function.tsx, variable.language.this.tsx, storage.type.class.tsx, keyword.operator.new.tsx, source.tsx meta.class.tsx storage.modifier.tsx, source.tsx meta.class.tsx meta.method.declaration.tsx meta.block.tsx meta.function-call.tsx variable.language.super.tsx, source.tsx variable.other.readwrite.tsx | #E06C75 | — |
| source.tsx variable.other.readwrite.tsx | #E06C75 | — |
| keyword.control.import.tsx, meta.import.tsx, source.tsx | #E06C75 | — |
| keyword.control.from.tsx, meta.import.tsx, source.tsx | #E06C75 | — |
| keyword.control.as.tsx, meta.import.tsx, source.tsx | #E06C75 | — |
| support.class.component.tsx | #E06C75 | — |
| support.class.promise.tsx | #ABB2BF | — |
| keyword.control.export.tsx, meta.var.expr.tsx, source.tsx | #E06C75 | — |
| support.type.builtin.tsx | #D19A66 | — |
| variable.other.readwrite.tsx, variable.parameter, entity.name.type.class.tsx, source.tsx meta.function.tsx meta.definition.function.tsx entity.name.function.tsx, source.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx meta.var.expr.tsx meta.arrow.tsx meta.block.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx meta.definition.variable.tsx variable.other.readwrite.tsx, source.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx meta.objectliteral.tsx meta.method.declaration.tsx meta.block.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx meta.definition.variable.tsx variable.other.readwrite.tsx, source.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx meta.definition.variable.tsx variable.other.readwrite.tsx, entity.name.function.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.function.arrow.tsx entity.name.function.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.function.tsx entity.name.function.tsx, source.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx meta.definition.variable.tsx variable.other.readwrite.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.class.tsx meta.group.braces.curly.tsx variable.other.readwrite.tsx, source.tsx meta.function.tsx entity.name.function.tsx, source.tsx meta.function.arrow.tsx entity.name.function.tsx | #6CAFEC | — |
| source.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx meta.definition.variable.tsx entity.name.function.tsx | #6CAFEC | — |
| variable.other.readwrite.alias.tsx, meta.import.tsx , source.tsx | #6CAFEC | — |
| source.tsx meta.var.expr.tsx meta.array-binding-pattern-variable.tsx meta.definition.variable.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| source.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| source.tsx meta.arrow.tsx meta.block.tsx meta.var.expr.tsx meta.array-binding-pattern-variable.tsx meta.definition.variable.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| variable.other.constant.tsx, keyword.control.switch.tsx, keyword.control.conditional.tsx | #C178DD | — |
| source.tsx meta.for.tsx keyword.control.loop.tsx | #6CAFEC | — |
| source.tsx meta.class.tsx entity.name.class.tsx | #6CAFEC | — |
| entity.name.type.enum.tsx | #6CAFEC | — |
| source.tsx case-clause.expr.tsx variable.other.constant.object.tsx, source.tsx case-clause.expr.tsx variable.other.constant.property.tsx | #6CAFEC | — |
| variable.other.enummember.tsx | #56B6C2 | — |
| variable, entity.name.function, meta.var.expr.tsx, support.variable.dom.tsx, support.function, source.tsx meta.class.tsx meta.function.arrow.tsx entity.name.function.tsx | #ABB2BF | — |
| support.function.console.tsx, storage.type.function.arrow.tsx, source.tsx keyword.operator, punctuation.separator.key-value.tsx, entity.name.type.tsx, support.variable.property.tsx, source.tsx meta.class.tsx entity.other.inherited-class.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx support.type.object.dom.tsx | #ABB2BF | — |
| source.tsx entity.name.function.tsx | #ABB2BF | — |
| source.tsx meta.group.braces.curly.tsx meta.group.braces.square.tsx variable.other.readwrite.tsx, source.tsx meta.class.tsx meta.function-call.without-arguments.tsx variable.function.tsx, source.tsx punctuation.section.embedded.begin.tsxx, source.tsx punctuation.section.embedded.end.tsxx | #ABB2BF | — |
| source.tsx support.type.object.console.tsx | #ABB2BF | — |
| source.tsx meta.group.braces.round.tsx | #ABB2BF | — |
| source.tsx meta.var.expr.tsx meta.objectliteral.tsx meta.object.member.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx constant.other.object.key.tsx string.unquoted.label.tsx | #ABB2BF | — |
| source.tsx support.variable.property.dom.tsx, source.tsx support.type.object.dom.tsx, source.tsx meta.group.braces.curly.tsx variable.other.readwrite.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.brace.curly.begin.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.brace.curly.end.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.group.braces.square.tsx meta.brace.square.end.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.group.braces.square.tsx meta.brace.square.begin.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.group.braces.square.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.property.object.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.delimiter.comma.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.function-call.without-arguments.tsx meta.group.braces.round.function.arguments.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.function-call.method.without-arguments.tsx | #ABB2BF | — |
| source.tsx meta.var.expr.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| source.tsx string.unquoted.label.tsx | #ABB2BF | — |
| punctuation.section.embedded.begin.tsx, meta.embedded.expression.tsx, meta.jsx.children.tsx, meta.tag.without-attributes.tsx, meta.block.tsx, meta.arrow.tsx, meta.var.expr.tsx, source.tsx | #ABB2BF | — |
| punctuation.section.embedded.end.tsx, meta.embedded.expression.tsx, meta.jsx.children.tsx, meta.tag.without-attributes.tsx, meta.block.tsx, meta.arrow.tsx, meta.var.expr.tsx, source.tsx | #ABB2BF | — |
| punctuation.definition.binding-pattern.object.tsx, meta.parameter.object-binding-pattern.tsx, meta.parameters.tsx, meta.arrow.tsx, meta.var.expr.tsx, source.tsx | #ABB2BF | — |
| meta.type.annotation.tsx, meta.parameters.tsx, meta.type.function.tsx, meta.type.annotation.tsx, meta.field.declaration.tsx, meta.object.type.tsx, meta.type.declaration.tsx, source.tsx | #ABB2BF | — |
| entity.name.type.module.tsx | #56B6C2 | — |
| source.tsx meta.function-call.tsx variable.other.object.tsx | #C178DD | — |
| source.tsx variable.other.object.tsx, variable.other.object.tsx | #C178DD | — |
| source.tsx meta.function.tsx meta.block.tsx meta.var.expr.tsx meta.objectliteral.tsx meta.object.member.tsx variable.other.readwrite.tsx | #C178DD | — |
| source.tsx meta.class.tsx meta.method.declaration.tsx meta.block.tsx variable.other.readwrite.tsx | #C178DD | — |
| source.tsx meta.class.tsx meta.group.braces.curly.tsx meta.group.braces.square.tsx variable.other.readwrite.tsx | #C178DD | — |
| source.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx variable.other.readwrite.tsx | #C178DD | — |
| source.tsx meta.var.expr.tsx meta.function.expression.tsx meta.block.tsx meta.var.expr.tsx variable.language.arguments.tsx | #C178DD | — |
| source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx meta.group.braces.round.tsx meta.property.class.tsx variable.other.class.tsx | #C178DD | — |
| source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx meta.property.class.tsx variable.other.class.tsx | #C178DD | — |
| source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx variable.other.readwrite.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx variable.other.readwrite.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx meta.group.braces.round.tsx variable.other.constant.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx variable.other.constant.tsx, source.tsx meta.function-call.without-arguments.tsx variable.function.tsx, source.tsx meta.embedded.expression.tsxx variable.other.readwrite.tsx, source.tsx meta.class.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx variable.other.readwrite.tsx, source.tsx variable.language.super.tsx, source.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx variable.other.readwrite.tsx, source.tsx meta.class.tsx meta.class.property.tsx meta.group.braces.curly.tsx meta.group.braces.round.tsx variable.other.readwrite.tsx | #C178DD | — |
| source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx string.interpolated.tsx keyword.other.template.begin.tsx, source.tsx meta.group.braces.round.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx meta.group.braces.curly.tsx string.interpolated.tsx keyword.other.template.end.tsx, source.tsx string.interpolated.tsx keyword.other.template.end.tsx, source.tsx string.interpolated.tsx keyword.other.template.begin.tsx, source.tsx keyword.other.substitution.begin.tsx, source.tsx keyword.other.substitution.end.tsx | #98C379 | — |
| entity.name.type.tsx, meta.type.parameters.tsx, meta.var.expr.tsx, meta.block.tsx, meta.arrow.tsx, meta.var.expr.tsx, source.tsx | #56B6C2 | — |
| meta.object-literal.key.tsx | #ABB2BF | — |
| support.type.primitive.tsx, meta.type.parameters.tsx, meta.var.expr.tsx, meta.block.tsx, meta.arrow.tsx, meta.var.expr.tsx, source.tsx | #56B6C2 | — |
| source.tsx meta.function.tsx entity.name.function.tsx, variable.other.constant.tsx meta.definition.variable.tsx meta.array-binding-pattern-variable.tsx meta.var.expr.tsx meta.block.tsx meta.function.tsx source.tsx, source.tsx variable.other.readwrite.tsx, source.tsx meta.function.tsx meta.block.tsx meta.var.expr.tsx meta.array-binding-pattern-variable.tsx meta.definition.variable.tsx variable.other.constant.tsx | #ABB2BF | — |
| meta.block.tsx, source.tsx meta.object.member.tsx variable.other.readwrite.tsx, source.tsx meta.var.expr.tsx meta.arrow.tsx meta.tag.tsx meta.tag.attributes.tsx meta.embedded.expression.tsx variable.other.readwrite.tsx | #ABB2BF | — |
| source.tsx meta.embedded.expression.tsx variable.other.readwrite.tsx, source.tsx meta.block.tsx variable.other.readwrite.tsx | #C178DD | — |
| entity.name.type.module.ts | #C178DD | — |
| keyword.operator.expression.typeof.ts | #E06C75 | — |
| entity.name.type.ts | #ABB2BF | — |
| source.ts meta.function-call.ts variable.other.object.ts | #ABB2BF | — |
| source.ts meta.function.ts meta.block.ts meta.objectliteral.ts meta.object.member.ts meta.object-literal.key.ts | #ABB2BF | — |
| punctuation.definition.section.case-statement.ts | #ABB2BF | — |
| source.tsx meta.function.tsx meta.block.tsx meta.function-call.tsx support.function.json.tsx | #56B6C2 | — |
| source.ts meta.function.ts meta.return.type.ts meta.object.type.ts meta.field.declaration.ts meta.type.annotation.ts entity.name.type.ts, source.ts meta.function.ts meta.parameters.ts meta.type.annotation.ts entity.name.type.ts | #56B6C2 | — |
| entity.name.type.alias.tsx, variable.other.constant.tsx | #6CAFEC | — |
| source.tsx meta.export.default.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| source.tsx meta.function.tsx meta.block.tsx meta.objectliteral.tsx meta.object.member.tsx variable.other.readwrite.tsx | #6CAFEC | — |
| storage.type.ts, keyword.control.flow.ts, storage.type.function.ts, variable.language.this.ts, storage.type.class.ts, keyword.operator.new.ts, source.ts meta.class.ts storage.modifier.ts, source.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.function-call.ts variable.language.super.ts, source.ts keyword.operator.module.ts | #E06C75 | — |
| storage.modifier.ts, storage.type.interface.ts, storage.type.enum.ts | — | |
| source.ts keyword.operator | #E06C75 | — |
| entity.name.type.ts, meta.type.parameters.ts support.type, support.type.primitive.ts | #56B6C2 | — |
| keyword.operator.type.annotation.ts, keyword.operator.assignment.ts, keyword.operator.type.ts, keyword.operator.arithmetic.ts, punctuation.definition.binding-pattern.object.ts, keyword.operator.ternary.ts, keyword.operator.optional.ts, keyword.operator.logical.ts, keyword.operator.spread.ts, source.ts keyword.operator | #ABB2BF | — |
| source.ts meta.class.ts entity.other.inherited-class.ts, meta.export.default.ts variable.other.readwrite.ts | #6CAFEC | — |
| source.ts meta.function.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts variable.other.property.ts | #6CAFEC | — |
| entity.name.type.interface.ts, entity.name.type.alias.ts, entity.other.inherited-class.ts, entity.name.type.enum.ts | #56B6C2 | — |
| storage.type.ts, keyword.control.flow.ts, storage.type.function.ts, variable.language.this.ts, storage.type.class.ts, keyword.operator.new.ts, source.ts meta.class.ts storage.modifier.ts, source.ts meta.class.ts meta.method.declaration.ts meta.block.ts meta.function-call.ts variable.language.super.ts, source.ts variable.other.readwrite.ts | #E06C75 | |
| source.ts variable.other.readwrite.ts | #E06C75 | — |
| keyword.control.import.ts, meta.import.ts, source.ts | #E06C75 | |
| keyword.control.from.ts, meta.import.ts, source.ts | #E06C75 | |
| keyword.control.export.ts, meta.var.expr.ts, source.ts | #E06C75 | |
| variable.other.readwrite.ts, variable.parameter, entity.name.type.class.ts, source.ts meta.function.ts meta.definition.function.ts entity.name.function.ts, source.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts meta.var.expr.ts meta.arrow.ts meta.block.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts, source.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts meta.objectliteral.ts meta.method.declaration.ts meta.block.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts, source.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts, entity.name.function.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.function.arrow.ts entity.name.function.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.function.ts entity.name.function.ts, source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.class.ts meta.group.braces.curly.ts variable.other.readwrite.ts, source.ts meta.function.ts entity.name.function.ts, source.ts meta.function.arrow.ts entity.name.function.ts | #6CAFEC | — |
| source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts entity.name.function.ts | #6CAFEC | — |
| source.ts meta.var.expr.ts meta.array-binding-pattern-variable.ts meta.definition.variable.ts variable.other.readwrite.ts | #6CAFEC | — |
| source.ts variable.other.readwrite.ts | #6CAFEC | — |
| source.ts meta.arrow.ts meta.block.ts meta.var.expr.ts meta.array-binding-pattern-variable.ts meta.definition.variable.ts variable.other.readwrite.ts | #6CAFEC | — |
| variable.other.constant.ts | #6CAFEC | — |
| source.ts meta.for.ts keyword.control.loop.ts | #6CAFEC | — |
| source.ts meta.class.ts entity.name.class.ts | #6CAFEC | — |
| variable.other.readwrite.alias.ts, meta.block.ts, meta.import.ts, source.ts | #6CAFEC | — |
| variable.other.readwrite.ts, meta.embedded.line.ts, meta.template.expression.ts, meta.object.member.ts, meta.objectliteral.ts, meta.export.default.ts, source.ts | #6CAFEC | — |
| variable, entity.name.function, meta.var.expr.ts, support.variable.dom.ts, support.function, source.ts meta.class.ts meta.function.arrow.ts entity.name.function.ts | #ABB2BF | — |
| support.function.console.ts, storage.type.function.arrow.ts, source.ts keyword.operator, punctuation.separator.key-value.ts, entity.name.type.ts, support.variable.property.ts, source.ts meta.class.ts entity.other.inherited-class.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts support.type.object.dom.ts | #ABB2BF | — |
| source.ts entity.name.function.ts, source.ts meta.function.ts entity.name.function.ts | #ABB2BF | — |
| source.ts meta.group.braces.curly.ts meta.group.braces.square.ts variable.other.readwrite.ts, source.ts meta.class.ts meta.function-call.without-arguments.ts variable.function.ts, source.ts punctuation.section.embedded.begin.tsx, source.ts punctuation.section.embedded.end.tsx | #ABB2BF | — |
| source.ts support.type.object.console.ts | #ABB2BF | — |
| source.ts meta.group.braces.round.ts | #ABB2BF | — |
| source.ts meta.var.expr.ts meta.objectliteral.ts meta.object.member.ts variable.other.readwrite.ts | #ABB2BF | — |
| source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts meta.group.braces.curly.ts constant.other.object.key.ts string.unquoted.label.ts | #ABB2BF | — |
| source.ts support.variable.property.dom.ts, source.ts support.type.object.dom.ts, source.ts meta.group.braces.curly.ts variable.other.readwrite.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.brace.curly.begin.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.brace.curly.end.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.group.braces.square.ts meta.brace.square.end.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.group.braces.square.ts meta.brace.square.begin.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.group.braces.square.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.property.object.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.delimiter.comma.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.function-call.without-arguments.ts meta.group.braces.round.function.arguments.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.function-call.method.without-arguments.ts | #ABB2BF | — |
| source.ts meta.var.expr.ts variable.other.readwrite.ts | #6CAFEC | — |
| meta.object-literal.key.ts, meta.object.member.ts, meta.objectliteral.ts, meta.export.default.ts, source.ts | #ABB2BF | — |
| source.ts string.unquoted.label.ts | #ABB2BF | — |
| source.ts variable.other.object.ts | #C178DD | — |
| source.ts meta.function.ts meta.block.ts meta.var.expr.ts meta.objectliteral.ts meta.object.member.ts variable.other.readwrite.ts | #C178DD | — |
| source.ts meta.class.ts meta.method.declaration.ts meta.block.ts variable.other.readwrite.ts | #C178DD | — |
| source.ts meta.class.ts meta.group.braces.curly.ts meta.group.braces.square.ts variable.other.readwrite.ts | #C178DD | — |
| source.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts variable.other.readwrite.ts | #C178DD | — |
| source.ts meta.var.expr.ts meta.function.expression.ts meta.block.ts meta.var.expr.ts variable.language.arguments.ts | #C178DD | — |
| source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts meta.group.braces.round.ts meta.property.class.ts variable.other.class.ts | #C178DD | — |
| source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts meta.property.class.ts variable.other.class.ts | #C178DD | — |
| keyword.control.default.ts, meta.export.default.ts, source.tskeyword.control.default.ts, meta.export.default.ts, source.ts | #C178DD | — |
| source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts variable.other.readwrite.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts variable.other.readwrite.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts meta.group.braces.round.ts variable.other.constant.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.round.ts variable.other.constant.ts, source.ts meta.function-call.without-arguments.ts variable.function.ts, source.ts meta.embedded.expression.tsx variable.other.readwrite.ts, source.ts meta.class.ts meta.group.braces.curly.ts meta.group.braces.round.ts meta.group.braces.curly.ts variable.other.readwrite.ts, source.ts variable.language.super.ts, source.ts meta.group.braces.curly.ts meta.group.braces.round.ts variable.other.readwrite.ts, source.ts meta.class.ts meta.class.property.ts meta.group.braces.curly.ts meta.group.braces.round.ts variable.other.readwrite.ts | #C178DD | — |
| source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts string.interpolated.ts keyword.other.template.begin.ts, source.ts meta.group.braces.round.ts meta.group.braces.curly.ts meta.group.braces.curly.ts meta.group.braces.curly.ts string.interpolated.ts keyword.other.template.end.ts, source.ts string.interpolated.ts keyword.other.template.end.ts, source.ts string.interpolated.ts keyword.other.template.begin.ts, source.ts keyword.other.substitution.begin.ts, source.ts keyword.other.substitution.end.ts | #98C379 | — |
| entity.name.type.ts, meta.type.parameters.ts, meta.block.ts, meta.block.ts, meta.arrow.ts, meta.var.expr.ts, source.ts | #56B6C2 | — |
| storage.type.type.ts, meta.type.declaration.ts, source.ts | — | |
| entity.name.type.interface.ts, entity.name.type.alias.ts, entity.other.inherited-class.ts, entity.name.type.enum.ts, entity.name.type.alias.tsx, source.tsx meta.interface.tsx entity.name.type.interface.tsx | #6CAFEC | — |
| source.ts keyword.operator, keyword.operator.expression.keyof.ts | #E06C75 | — |
| entity.name.type.ts, meta.type.parameters.ts support.type | #56B6C2 | — |
| keyword.operator.type.annotation.ts, keyword.operator.assignment.ts, keyword.operator.type.ts, keyword.operator.arithmetic.ts, punctuation.definition.binding-pattern.object.ts, keyword.operator.ternary.ts, keyword.operator.optional.ts, keyword.operator.logical.ts, keyword.operator.spread.ts, source.ts keyword.operator | #ABB2BF | — |
| support.type.builtin.ts | #D19A66 | — |
| source.ts meta.class.ts entity.other.inherited-class.ts | #6CAFEC | — |
| source.ts meta.function.ts meta.block.ts meta.class.ts meta.method.declaration.ts meta.block.ts variable.other.property.ts | #6CAFEC | — |
TypeScript sample highlighted with this variant's colors and tokenColors.
Loading...
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}
export interface User {
id: string;
name: string;
role: "admin" | "member";
tags: string[];
}
/**
* Fetch user data by ID
* @param id
* @returns User object or null if ID is invalid
*/
export async function fetchUser(id: string): Promise<User | null> {
if (!id) {
return null;
}
const response = await fetch(`/api/users/${id}`, {
method: "GET",
headers: { Accept: "application/json" },
});
if (!response.ok) {
throw new Error(`HTTP ${response.status}`);
}
return (await response.json()) as User;
}
function greet(user: User): string {
// Simple greeting function that uses the user's name
return `Hello, ${user.name}!`;
}