Pine Script v6
Pine Script v6 Language Server with Dynamic Requests, Enhanced Text Features, and Boolean Optimizations
Pine Script v6 Language Server with Dynamic Requests, Enhanced Text Features, and Boolean Optimizations
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.block.documentation | #008080 | italic |
| comment.block | #008080 | italic |
| comment.line | #85c986 | italic |
| comment | #85c986 | italic |
| constant.character.escape | #FF9800 | — |
| constant.character | #FF9800 | — |
| constant.color.aqua | #00BCD4 | — |
| constant.color.black | #EEEEEE | — |
| constant.color.blue | #87CEEB | — |
| constant.color.fuchsia | #FFB6C1 | — |
| constant.color.gray | #EEEEEE | — |
| constant.color.green | #4bb438 | — |
| constant.color.lime | #4bb438 | — |
| constant.color.maroon | #d37272 | — |
| constant.color.navy | #0D47A1 | — |
| constant.color.olive | #c7e492 | — |
| constant.color.orange | #FF9800 | — |
| constant.color.purple | #9C27B0 | — |
| constant.color.red | #d37272 | — |
| constant.color.silver | #EEEEEE | — |
| constant.color.teal | #008080 | — |
| constant.color.white | #FFFFFF | — |
| constant.color.yellow | #FFCC80 | — |
| constant.language.boolean | #d37272 | italic |
| constant.language.null | #d37272 | italic |
| constant.language | #d37272 | italic |
| constant.numeric.binary | #FF9800 | — |
| constant.numeric.float | #FF9800 | — |
| constant.numeric.hex | #FF9800 | — |
| constant.numeric.integer | #FF9800 | — |
| constant.numeric | #FF9800 | — |
| constant.other | #d37272 | — |
| entity.name.annotation | #FF9800 | — |
| entity.name.class | #87CEEB | — |
| entity.name.constant | #87CEEB | — |
| entity.name.decorator | #FF9800 | — |
| entity.name.enum | #87CEEB | — |
| entity.name.function.call | #FFCC80 | — |
| entity.name.function.constructor | #FFCC80 | — |
| entity.name.function.declaration | #FFCC80 | — |
| entity.name.function.getter | #FFCC80 | — |
| entity.name.function.method | #FFCC80 | — |
| entity.name.function.setter | #FFCC80 | — |
| entity.name.function | #FFCC80 | — |
| entity.name.interface | #87CEEB | — |
| entity.name.module | #87CEEB | — |
| entity.name.namespace | #87CEEB | — |
| entity.name.storage.type | #00BCD4 | italic bold |
| entity.name.type.class | #87CEEB | — |
| entity.name.type.enum | #87CEEB | — |
| entity.name.type.interface | #87CEEB | — |
| entity.name.type.module | #87CEEB | — |
| entity.name.type.namespace | #87CEEB | — |
| entity.name.type | #87CEEB | italic bold |
| entity.name.variable | #FFDAB9 | — |
| entity.name | #FFFFFF | — |
| entity.other.attribute-name.class | #FFB6C1 | — |
| entity.other.attribute-name.id | #FFB6C1 | — |
| entity.other.attribute-name | #FF9800 | italic |
| entity.other.inherited-class | #87CEEB | — |
| invalid.deprecated | #d37272 | italic |
| invalid.illegal | #d37272 | — |
| keyword.control.conditional | #00BCD4 | — |
| keyword.control.exception | #00BCD4 | — |
| keyword.control.export | #00BCD4 | — |
| keyword.control.import | #00BCD4 | — |
| keyword.control.loop | #00BCD4 | italic |
| keyword.control | #00BCD4 | — |
| keyword.operator.arithmetic | #FFFFFF | — |
| keyword.operator.assignment | #FFFFFF | — |
| keyword.operator.bitwise | #FFFFFF | — |
| keyword.operator.comparison | #FFFFFF | — |
| keyword.operator.control.class | #00BCD4 | — |
| keyword.operator.control.conditional | #00BCD4 | — |
| keyword.operator.control.directive | #00BCD4 | — |
| keyword.operator.control.exception | #00BCD4 | — |
| keyword.operator.control.export | #00BCD4 | — |
| keyword.operator.control.flow | #00BCD4 | — |
| keyword.operator.control.import | #00BCD4 | — |
| keyword.operator.control.interface | #00BCD4 | — |
| keyword.operator.control.loop | #00BCD4 | — |
| keyword.operator.control.module | #00BCD4 | — |
| keyword.operator.decrement | #FFFFFF | — |
| keyword.operator.delete | #FFFFFF | — |
| keyword.operator.expression | #FFFFFF | — |
| keyword.operator.increment | #FFFFFF | — |
| keyword.operator.instanceof | #FFFFFF | — |
| keyword.operator.logical | #FFFFFF | — |
| keyword.operator.new | #00BCD4 | — |
| keyword.operator.ternary | #FFFFFF | — |
| keyword.operator.typeof | #FFFFFF | — |
| keyword.operator.void | #00BCD4 | — |
| keyword.operator | #FFFFFF | — |
| keyword.other.unit | #FF9800 | — |
| keyword.other | #EEEEEE | — |
| keyword.type | #87CEEB | — |
| markup.bold | #FFCC80 | bold |
| markup.changed.diff | #c7e492 | — |
| markup.code | #EEEEEE | — |
| markup.deleted.diff | #d37272 | — |
| markup.heading.1 | #FF9800 | bold |
| markup.heading.2 | #FF9800 | bold |
| markup.heading.3 | #FF9800 | bold |
| markup.heading.4 | #FF9800 | — |
| markup.heading.5 | #FF9800 | — |
| markup.heading.6 | #FF9800 | — |
| markup.ignored | #008080 | — |
| markup.inline.raw | #EEEEEE | — |
| markup.inserted.diff | #c7e492 | — |
| markup.italic | #FFDAB9 | italic |
| markup.link.reference | #87CEEB | — |
| markup.link.url | #87CEEB | — |
| markup.link | #87CEEB | — |
| markup.list.bullet | #EEEEEE | — |
| markup.list.numbered | #EEEEEE | — |
| markup.paragraph | #EEEEEE | — |
| markup.quote | #FFCC80 | |
| markup.raw.block | #EEEEEE | — |
| markup.raw | #EEEEEE | — |
| markup.strikethrough | #FFDAB9 | strikethrough |
| markup.underline | #FFDAB9 | underline |
| markup.untracked | #008080 | — |
| meta.annotation | #FF9800 | — |
| meta.block-level | #EEEEEE | italic |
| meta.block.scope | #EEEEEE | — |
| meta.block | #EEEEEE | — |
| meta.class.declaration | #EEEEEE | — |
| meta.class | #EEEEEE | — |
| meta.decorator | #FF9800 | — |
| meta.diff.header | #FFFFFF | bold |
| meta.directive | #00BCD4 | — |
| meta.export | #EEEEEE | — |
| meta.function-call | #EEEEEE | — |
| meta.function.declaration | #EEEEEE | — |
| meta.function.parameters | #EEEEEE | — |
| meta.function | #EEEEEE | — |
| meta.import | #EEEEEE | — |
| meta.interface.declaration | #EEEEEE | — |
| meta.interface | #EEEEEE | — |
| meta.module.declaration | #0D47A1 | — |
| meta.module | #0D47A1 | — |
| meta.paragraph.blockquote | #EEEEEE | italic |
| meta.paragraph.list.numbered | #EEEEEE | — |
| meta.require | #EEEEEE | — |
| punctuation.accessor | #FFFFFF | — |
| punctuation.bracket.curly | #EEEEEE | — |
| punctuation.bracket.round | #EEEEEE | — |
| punctuation.bracket.square | #EEEEEE | — |
| punctuation.bracket | #EEEEEE | — |
| punctuation.definition.bold | #FFCC80 | — |
| punctuation.definition.code | #EEEEEE | — |
| punctuation.definition.comment | #008080 | — |
| punctuation.definition.heading | #FF9800 | — |
| punctuation.definition.italic | #FFDAB9 | — |
| punctuation.definition.link | #87CEEB | — |
| punctuation.definition.list | #EEEEEE | — |
| punctuation.definition.quote | #FFCC80 | — |
| punctuation.definition.raw | #EEEEEE | — |
| punctuation.definition.strikethrough | #FFDAB9 | — |
| punctuation.definition.string.begin | #c7e492 | — |
| punctuation.definition.string.end | #c7e492 | — |
| punctuation.definition.string.template.begin | #c7e492 | — |
| punctuation.definition.string.template.end | #c7e492 | — |
| punctuation.definition.underline | #FFDAB9 | — |
| punctuation.section.block | #EEEEEE | — |
| punctuation.section.braces | #EEEEEE | — |
| punctuation.section.brackets | #EEEEEE | — |
| punctuation.section.group | #EEEEEE | — |
| punctuation.section.parens | #EEEEEE | — |
| punctuation.separator.array | #EEEEEE | — |
| punctuation.separator.element | #EEEEEE | — |
| punctuation.separator.key-value | #EEEEEE | — |
| punctuation.separator.object | #EEEEEE | — |
| punctuation.separator.parameter | #EEEEEE | — |
| punctuation.separator | #EEEEEE | — |
| punctuation.terminator | #EEEEEE | — |
| storage.modifier | #FF9800 | — |
| storage.type | #9d97de | — |
| string.interpolated | #c7e492 | — |
| string.quoted.double | #c7e492 | — |
| string.quoted.single | #c7e492 | — |
| string.quoted.template | #c7e492 | — |
| string.regexp | #c7e492 | — |
| string.unquoted | #c7e492 | — |
| support.class | #87CEEB | — |
| support.constant | #FF9800 | — |
| support.function | #FFCC80 | — |
| support.module | #506e9c | — |
| support.type | #87CEEB | — |
| token.debug-token | #87CEEB | — |
| token.error-token | #d37272 | — |
| token.info-token | #00BCD4 | — |
| token.warn-token | #FF9800 | — |
| variable.language.constructor | #FFDAB9 | — |
| variable.language.self | #FFDAB9 | — |
| variable.language.super | #FFDAB9 | — |
| variable.language.this | #FFDAB9 | — |
| variable.language | #FFDAB9 | — |
| variable.other.constant.instance | #87CEEB | bold |
| variable.other.constant | #87CEEB | bold |
| variable.other.diff | #FFDAB9 | — |
| variable.other.global | #FFDAB9 | — |
| variable.other.instance | #FFDAB9 | — |
| variable.other.member | #FFDAB9 | — |
| variable.other.object | #FFDAB9 | — |
| variable.other.property | #FFDAB9 | — |
| variable.other.readwrite.instance | #FFDAB9 | — |
| variable.other.readwrite | #FFDAB9 | — |
| variable.other | #FFDAB9 | — |
| variable.parameter | #c7e492 | — |
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 |
|---|---|---|
| meta.merge | #42bda8 | — |
| punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python | #FFA500 | bold |
| 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 | #42bda8 | — |
| storage.type.haskell | #e17518 | — |
| support.variable.magic.python | #42bda8 | — |
| punctuation.separator.period,punctuation.separator.element,punctuation.parenthesis.begin,punctuation.parenthesis.end | #FFA500 | — |
| punctuation.separator.comma,punctuation.separator.key-value,punctuation.separator.statement,punctuation.separator.statement-terminator,punctuation.separator.continuation,punctuation.separator.namespace,punctuation.separator.type-parameters,punctuation.separator.type-parameters-list,punctuation.separator.type-arguments,punctuation.separator.type-arguments-list,punctuation.separator.type-annotation,punctuation.separator.type-annotation-punctuation | #FFA500 | — |
| variable.parameter.function.language.special.self.python | #e17518 | bold |
| variable.parameter.function.language.special.cls.python | #5b9cf6 | italic |
| storage.modifier.lifetime.rust | #e4e4e4 | — |
| support.function.std.rust | #5b9cf6 | — |
| entity.name.lifetime.rust | #e17518 | — |
| variable.language.rust | #42bda8 | — |
| support.constant.edge | #42bda8 | — |
| constant.other.character-class.regexp | #42bda8 | — |
| keyword.operator.quantifier.regexp | #42bda8 | — |
| punctuation.definition.string.begin,punctuation.definition.string.end | #388e3c | — |
| variable.parameter.function | #e4e4e4 | — |
| comment markup.link | — | — |
| markup.changed.diff | #42bda8 | — |
| meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff | #42bda8 | — |
| markup.inserted.diff | #F0E68C | — |
| markup.deleted.diff | #42bda8 | — |
| meta.function.c,meta.function.cpp | #5b9cf6 | — |
| 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 | #e4e4e4 | — |
| punctuation.separator.key-value | #e4e4e4 | — |
| keyword.operator.expression.import | #42bda8 | — |
| support.constant.math | #42bda8 | — |
| support.constant.property.math | #42bda8 | — |
| variable.other.constant | #42bda8 | — |
| storage.type.annotation.java, storage.type.object.array.java | #42bda8 | — |
| source.java | #42bda8 | — |
| 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 | #f77c80 | — |
| meta.method.java | #42bda8 | — |
| storage.modifier.import.java,storage.type.java,storage.type.generic.java | #e17518 | — |
| keyword.operator.instanceof.java | — | — |
| meta.definition.variable.name.java | #42bda8 | — |
| keyword.operator.logical | #42bda8 | — |
| keyword.operator.bitwise | #f77c80 | — |
| keyword.operator.channel | #42bda8 | — |
| support.constant.property-value.scss,support.constant.property-value.css | #42bda8 | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #42bda8 | — |
| support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss | #42bda8 | — |
| punctuation.separator.list.comma.css | #f77c80 | — |
| support.constant.color.w3c-standard-color-name.css | #42bda8 | — |
| support.type.vendored.property-name.css | #42bda8 | — |
| support.module.node,support.type.object.module,support.module.node | #42bda8 | — |
| entity.name.type.module | #e4e4e4 | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #e4e4e4 | — |
| support.constant.json | #43BDB3 | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | — | — |
| support.type.object.console | #42bda8 | — |
| support.variable.property.process | #42bda8 | — |
| entity.name.function,support.function.console | #5b9cf6 | — |
| keyword.operator.misc.rust | #e4e4e4 | — |
| keyword.operator.sigil.rust | — | — |
| keyword.operator.delete | — | — |
| support.type.object.dom | #e4e4e4 | — |
| support.variable.dom,support.variable.property.dom | #e4e4e4 | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational,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 | #42bda8 | — |
| punctuation.separator.delimiter | #42bda8 | — |
| punctuation.separator.c,punctuation.separator.cpp | — | — |
| support.type.posix-reserved.c,support.type.posix-reserved.cpp | #e4e4e4 | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | — | — |
| variable.parameter.function.language.python | #e4e4e4 | — |
| support.type.python | #e4e4e4 | — |
| variable.parameter.function.python | #42bda8 | — |
| punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python | #42bda8 | — |
| meta.function-call.generic.python | #5b9cf6 | — |
| constant.character.format.placeholder.other.python | #42bda8 | — |
| keyword.operator | #5b9cf6 | — |
| keyword.operator.assignment.compound | — | — |
| keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts | #42bda8 | — |
| keyword | #e4e4e4 | — |
| entity.name.namespace | #5b9cf6 | — |
| variable | #42bda8 | — |
| variable.c | #42bda8 | — |
| variable.language | #5b9cf6 | — |
| token.variable.parameter.java | #e4e4e4 | — |
| import.storage.java | #43BDB3 | — |
| token.package.keyword | — | — |
| token.package | #e4e4e4 | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #5b9cf6 | — |
| entity.name.type.namespace | #5b9cf6 | — |
| support.class, entity.name.type.class | — | — |
| entity.name.class.identifier.namespace.type | — | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts | — | — |
| variable.other.class.php | #42bda8 | — |
| entity.name.type | #5b9cf6 | — |
| keyword.control | — | — |
| control.elements, keyword.operator.less | #42bda8 | — |
| keyword.other.special-method | #5b9cf6 | — |
| storage | — | — |
| token.storage | — | — |
| 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 | — | — |
| token.storage.type.java | #5b9cf6 | — |
| support.function | #5b9cf6 | — |
| support.type.property-name | #42bda8 | — |
| support.constant.property-value | #42bda8 | — |
| support.constant.font-name | #42bda8 | — |
| meta.tag | #5b9cf6 | — |
| string | #F0E68C | — |
| constant.other.symbol | #5b9cf6 | — |
| constant | #42bda8 | — |
| punctuation.definition.constant | #5b9cf6 | — |
| entity.name.tag | #42bda8 | — |
| entity.other.attribute-name | #42bda8 | — |
| entity.other.attribute-name.id | #42bda8 | italic |
| entity.other.attribute-name.class.css | #42bda8 | italic |
| meta.selector | — | — |
| markup.heading | #42bda8 | — |
| markup.heading punctuation.definition.heading, entity.name.section | #42bda8 | — |
| keyword.other.unit | #42bda8 | — |
| markup.bold,todo.bold | #e4e4e4 | — |
| punctuation.definition.bold | #e17518 | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | — | — |
| emphasis md | — | — |
| entity.name.section.markdown | #42bda8 | — |
| punctuation.definition.heading.markdown | #42bda8 | — |
| punctuation.definition.list.begin.markdown | #42bda8 | — |
| markup.heading.setext | #42bda8 | — |
| punctuation.definition.bold.markdown | #e17518 | — |
| markup.inline.raw.markdown | #F0E68C | — |
| markup.inline.raw.string.markdown | #F0E68C | — |
| punctuation.definition.raw.markdown | #e17518 | — |
| punctuation.definition.list.markdown | #e17518 | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #5b9cf6 | — |
| beginning.punctuation.definition.list.markdown | #5b9cf6 | — |
| punctuation.definition.metadata.markdown | #42bda8 | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | — | — |
| string.other.link.title.markdown,string.other.link.description.markdown | #42bda8 | — |
| markup.raw.monospace.asciidoc | #F0E68C | — |
| punctuation.definition.asciidoc | #e17518 | — |
| markup.list.asciidoc | #e17518 | — |
| markup.link.asciidoc,markup.other.url.asciidoc | — | — |
| string.unquoted.asciidoc,markup.other.url.asciidoc | #42bda8 | — |
| string.regexp | #5b9cf6 | — |
| constant.character.escape | #e17518 | — |
| punctuation.section.embedded, variable.interpolation | #42bda8 | — |
| punctuation.section.embedded.begin,punctuation.section.embedded.end | — | — |
| invalid.illegal | #e17518 | — |
| invalid.illegal.bad-ampersand.html | #e4e4e4 | — |
| invalid.broken | #e17518 | — |
| invalid.deprecated | #5b9cf6 | — |
| invalid.unimplemented | #e17518 | — |
| 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 | — | — |
| support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php | #e17518 | — |
| keyword.operator.error-control.php | — | — |
| keyword.operator.type.php | — | — |
| punctuation.section.array.begin.php | #e4e4e4 | — |
| punctuation.section.array.end.php | #e4e4e4 | — |
| invalid.illegal.non-null-typehinted.php | #5b9cf6 | — |
| storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php | #e17518 | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #5b9cf6 | — |
| 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 | #e4e4e4 | — |
| support.constant.core.rust | #e17518 | — |
| support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #e17518 | — |
| entity.name.goto-label.php,support.other.php | #5b9cf6 | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php | #e17518 | — |
| keyword.operator.regexp.php | — | — |
| keyword.operator.comparison.php | #e17518 | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php | — | — |
| meta.function.decorator.python | #5b9cf6 | — |
| support.token.decorator.python,meta.function.decorator.identifier.python | #5b9cf6 | — |
| function.brace | #e4e4e4 | — |
| function.parameter.ruby, function.parameter.cs | #e4e4e4 | — |
| constant.language.symbol.ruby | #5b9cf6 | — |
| rgb-value | #e17518 | — |
| inline-color-decoration rgb-value | #e17518 | — |
| less rgb-value | #e17518 | — |
| selector.sass | #e4e4e4 | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #3187ff | — |
| block.scope.end,block.scope.begin | #e4e4e4 | — |
| storage.type.cs | #e17518 | — |
| entity.name.variable.local.cs | #5b9cf6 | — |
| token.info-token | #e4e4e4 | — |
| token.warn-token | #e17518 | — |
| token.error-token | #5b9cf6 | — |
| token.debug-token | — | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | — | — |
| meta.template.expression | #f77c80 | — |
| keyword.operator.module | — | — |
| support.type.type.flowtype | #f77c80 | — |
| support.type.primitive | #f77c80 | — |
| meta.property.object | #ffbb00 | — |
| variable.parameter.function.js | #42bda8 | — |
| keyword.other.template.begin | #F0E68C | — |
| keyword.other.template.end | #F0E68C | — |
| keyword.other.substitution.begin | #F0E68C | — |
| keyword.other.substitution.end | #F0E68C | — |
| keyword.operator.assignment | #42bda8 | — |
| keyword.operator.assignment.go | #42bda8 | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | — | — |
| entity.name.package.go | #e17518 | — |
| support.type.prelude.elm | #e17518 | — |
| support.constant.elm | #e17518 | — |
| punctuation.quasi.element | — | — |
| constant.character.entity | #42bda8 | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #e17518 | — |
| entity.global.clojure | #e17518 | — |
| meta.symbol.clojure | #42bda8 | — |
| constant.keyword.clojure | #e17518 | — |
| meta.arguments.coffee, variable.parameter.function.coffee | #5b9cf6 | — |
| source.ini | #F0E68C | — |
| meta.scope.prerequisites.makefile | #42bda8 | — |
| source.makefile | #e17518 | — |
| storage.modifier.import.groovy | #e17518 | — |
| meta.method.groovy | #42bda8 | — |
| meta.definition.variable.name.groovy | #42bda8 | — |
| meta.definition.class.inherited.groovy | #F0E68C | — |
| support.variable.semantic.hlsl | #e17518 | — |
| 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 | — | — |
| text.variable, text.bracketed | #42bda8 | — |
| support.type.swift, support.type.vb.asp | #e17518 | — |
| entity.name.function.xi | #e17518 | — |
| entity.name.class.xi | #e17518 | — |
| constant.character.character-class.regexp.xi | #42bda8 | — |
| constant.regexp.xi | — | — |
| keyword.control.xi | #e17518 | — |
| invalid.xi | #e4e4e4 | — |
| beginning.punctuation.definition.quote.markdown.xi | #F0E68C | — |
| beginning.punctuation.definition.list.markdown.xi | #5b9cf6 | — |
| constant.character.xi | #42bda8 | — |
| accent.xi | #42bda8 | — |
| wikiword.xi | #e17518 | — |
| constant.other.color.rgb-value.xi | #e17518 | — |
| punctuation.definition.tag.xi | #5b9cf6 | — |
| entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition | #e17518 | — |
| entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown | #42bda8 | — |
| meta.brace.square | #42bda8 | — |
| markup.quote.markdown | — | — |
| punctuation.definition.block.sequence.item.yaml | #f77c80 | — |
| constant.language.symbol.elixir, constant.language.symbol.double-quoted.elixir | #e17518 | — |
| entity.name.variable.parameter.cs | #42bda8 | — |
| entity.name.variable.field.cs | #42bda8 | — |
| markup.deleted | #42bda8 | — |
| markup.inserted | #F0E68C | — |
| markup.underline | — | underline |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #42bda8 | — |
| support.other.namespace.php | #42bda8 | — |
| variable.other.object | #3187ff | — |
| variable.other.constant.property | #42bda8 | — |
| entity.other.inherited-class | #e17518 | — |
| 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 | #96d0ff | — |
| comment.line.double-slash,comment.block.documentation | — | italic |
| keyword.control.import.python,keyword.control.flow.python | #42bda8 | italic bold |
| markup.italic.markdown | — | italic |
| constant.other.placeholder, constant.character | #42bda8 | — |
| constant, entity.name.constant, variable.other.constant, variable.other.enummember, variable.language, entity | #e4e4e4 | |
| entity.name, meta.export.default, meta.definition.variable | — | — |
| variable.parameter.function, meta.jsx.children, meta.block, meta.tag.attributes, entity.name.constant, meta.object.member, meta.embedded.expression | #42bda8 | — |
| entity.name.function | #3187ff | |
| entity.name.tag, support.class.component | #42bda8 | — |
| keyword | #e4e4e4 | — |
| storage, storage.type | #42bda8 | bold |
| storage.modifier.package, storage.modifier.import, storage.type.java | #dc0202 | — |
| string punctuation.section.embedded source | #96d0ff | — |
| support | #42bda8 | — |
| meta.property-name | #6cb6ff | — |
| keyword.operator.type | #42bda8 | bold |
| variable | #3187ff | — |
| variable.other | #e4e4e4 | — |
| invalid.broken | #f77c80 | italic |
| invalid.deprecated | #f77c80 | italic |
| invalid.illegal | #f77c80 | italic |
| invalid.unimplemented | #f77c80 | italic |
| carriage-return | #fefefe | italic underline |
| message.error | #f77c80 | — |
| string variable | #6cb6ff | — |
| source.regexp, string.regexp | #96d0ff | — |
| operator.gtlt.pine | #d8d9db | bold |
| constant.other.pine | #5b9cf6 | — |
| alias.pine | #ba68c8 | italic |
| constant.character.escaped | #e17518 | |
| support.function | #5b9cf6 | |
| entity.name.function | #5b9cf6 | — |
| entity.name.function.support | #3179f5 | — |
| annotation.function.pine | #3179f5 | — |
| userDefined.type.pine | #d1d4dc | |
| entity.name | #d1d4dc | |
| error.log.pine | #FF0000 | |
| warning.log.pine | #E3FF40 | |
| info.log.pine | #E0E0E0 | |
| entity.name | — | |
| support.other | #f77c80 | |
| support.variable | — | |
| string.interpolated | #f77c80 | — |
| string.quoted.other | #f77c80 | — |
| string.quoted.triple | #388e3c | — |
| support.type | #42bda8 | |
| keyword.operator.pine | #42bda8 | |
| operator.pine | #42bda8 | |
| entity.name.type | #42bda8 | |
| type.keyword.storage | #42bda8 | bold |
| punctuation.section.embedded | #42bda8 | italic |
| entity.name | — | |
| constant.variable.pine | #FFFFFF | bold |
| constant.numeric | #e17518 | |
| variable.pine | #f77c80 | |
| constant.language | #f77c80 | italic |
| string.quoted.triple | #388e3c | — |
| support.constant | #f77c80 | |
| type.pine, punctuation.pine | #42bda8 | — |
| string.quoted.double | #388e3c | — |
| string.quoted.single | #388e3c | — |
| variable.language | #e4e4e4 | — |
| string.other | #f77c80 | — |
| string.regexp | #f77c80 | — |
| string | #388e3c | — |
| comment | #787b86 | |
| comment.annotation.pine | #787b86 | italic |
| punctuation.separator.brackets | #42bda8 | |
| keyword.operator.ternary | #42bda8 | |
| punctuation.separator | #42bda8 | |
| type | #42bda8 | bold |
| type.keyword | #42bda8 | |
| keyword.control | #42bda8 | |
| comment.line.double-slash | #787b86 | italic |
| meta.selector | #e4e4e4 | |
| punctuation.separator.parameters | #e4e4e4 | italic |
| keyword.operator.logical | #42bda8 | — |
| color.black.pine | #696969 | — |
| color.silver.pine | #B2B5BE | — |
| color.gray.pine | #a8a8a8 | — |
| color.white.pine | #d1d4d2 | — |
| color.maroon.pine | #880E4F | — |
| color.red.pine | #FF5252 | — |
| color.purple.pine | #9C27B0 | — |
| color.fuchsia.pine | #E040FB | — |
| color.green.pine | #4CAF50 | — |
| color.lime.pine | #00E676 | — |
| color.olive.pine | #808000 | — |
| color.yellow.pine | #FFEB3B | — |
| color.navy.pine | #3a2e9a | — |
| color.blue.pine | #1e53e5 | — |
| color.teal.pine | #00897B | — |
| color.orange.pine | #FF9800 | — |
| color.aqua.pine | #00BCD4 | — |
| transp.pine | #d1d4d200 | — |
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.block.documentation | #A8AAAB | italic |
| comment.block | #959795 | italic |
| comment.line | #959795 | italic |
| comment | #959795 | italic |
| constant.character.escape | #d09365 | — |
| constant.character | #ffd782 | — |
| constant.color.aqua | #00BCD4 | — |
| constant.color.black | #363A45 | — |
| constant.color.blue | #7260d9 | — |
| constant.color.fuchsia | #E040FB | — |
| constant.color.gray | #787B86 | — |
| constant.color.green | #4CAF50 | — |
| constant.color.lime | #00E676 | — |
| constant.color.maroon | #880E4F | — |
| constant.color.navy | #9582ea | — |
| constant.color.olive | #808000 | — |
| constant.color.orange | #FF9800 | — |
| constant.color.purple | #9C27B0 | — |
| constant.color.red | #FF5252 | — |
| constant.color.silver | #B2B5BE | — |
| constant.color.teal | #4eb9ad | — |
| constant.color.white | #FFFFFF | — |
| constant.color.yellow | #dfd577 | — |
| constant.language.boolean | #d3a4a4 | italic |
| constant.language.null | #CD9494 | italic |
| constant.language | #c6929e | italic |
| constant.numeric.binary | #d19971 | — |
| constant.numeric.float | #d19971 | — |
| constant.numeric.hex | #d19971 | — |
| constant.numeric.integer | #d19971 | — |
| constant.numeric | #e0aa6d | — |
| constant.other | #617ca3 | — |
| entity.name.annotation | #7896c9 | — |
| entity.name.class | #d5bc88 | — |
| entity.name.constant | #617ca3 | — |
| entity.name.decorator | #7896c9 | — |
| entity.name.enum | #7594B2 | — |
| entity.name.function.call | #82A3BF | — |
| entity.name.function.constructor | #82A3BF | — |
| entity.name.function.declaration | #82A3BF | — |
| entity.name.function.getter | #82A3BF | — |
| entity.name.function.method | #82A3BF | — |
| entity.name.function.setter | #82A3BF | — |
| entity.name.function | #82A3BF | — |
| entity.name.interface | #7594B2 | — |
| entity.name.module | #7594B2 | — |
| entity.name.namespace | #7594B2 | — |
| entity.name.storage.type | #6e9fA4 | italic bold |
| entity.name.type.class | #6eafa4 | — |
| entity.name.type.enum | #6eafa4 | — |
| entity.name.type.interface | #6eafa4 | — |
| entity.name.type.module | #6eafa4 | — |
| entity.name.type.namespace | #6eafa4 | — |
| entity.name.type | #6eafa4 | italic bold |
| entity.name.variable | #b99067 | — |
| entity.name | #eaeaea | — |
| entity.other.attribute-name.class | #ba7866 | — |
| entity.other.attribute-name.id | #af7575 | — |
| entity.other.attribute-name | #abbad3 | italic |
| entity.other.inherited-class | #d5bc88 | — |
| invalid.deprecated | #F4878A | italic |
| invalid.illegal | #F4878A | — |
| keyword.control.conditional | #B295BB | — |
| keyword.control.exception | #B295BB | — |
| keyword.control.export | #B295BB | — |
| keyword.control.import | #B295BB | — |
| keyword.control.loop | #9a7da3 | italic |
| keyword.control | #B295BB | — |
| keyword.operator.arithmetic | #8ABEB7 | — |
| keyword.operator.assignment | #8ABEB7 | — |
| keyword.operator.bitwise | #8ABEB7 | — |
| keyword.operator.comparison | #8ABEB7 | — |
| keyword.operator.control.class | #B295BB | — |
| keyword.operator.control.conditional | #B295BB | — |
| keyword.operator.control.directive | #B295BB | — |
| keyword.operator.control.exception | #B295BB | — |
| keyword.operator.control.export | #B295BB | — |
| keyword.operator.control.flow | #B295BB | — |
| keyword.operator.control.import | #B295BB | — |
| keyword.operator.control.interface | #B295BB | — |
| keyword.operator.control.loop | #B295BB | — |
| keyword.operator.control.module | #B295BB | — |
| keyword.operator.decrement | #8ABEB7 | — |
| keyword.operator.delete | #8ABEB7 | — |
| keyword.operator.expression | #8ABEB7 | — |
| keyword.operator.increment | #8ABEB7 | — |
| keyword.operator.instanceof | #8ABEB7 | — |
| keyword.operator.logical | #94CFC7 | — |
| keyword.operator.new | #7ab9b0 | — |
| keyword.operator.ternary | #8ABEB7 | — |
| keyword.operator.typeof | #8ABEB7 | — |
| keyword.operator.void | #a081e4 | — |
| keyword.operator | #8ABEB7 | — |
| keyword.other.unit | #C08A64 | — |
| keyword.other | #CACECB | — |
| keyword.type | #6eafa4 | — |
| markup.bold | #E9B36D | bold |
| markup.changed.diff | #A5D2A5 | — |
| markup.code | #B9BEC0 | — |
| markup.deleted.diff | #F4878A | — |
| markup.heading.1 | #CC6666 | bold |
| markup.heading.2 | #CC6666 | bold |
| markup.heading.3 | #CC6666 | bold |
| markup.heading.4 | #D37373 | — |
| markup.heading.5 | #DA8080 | — |
| markup.heading.6 | #E18D8D | — |
| markup.ignored | #787B86 | — |
| markup.inline.raw | #B9BEC0 | — |
| markup.inserted.diff | #A5D2A5 | — |
| markup.italic | #F0BC78 | italic |
| markup.link.reference | #A7D5F0 | — |
| markup.link.url | #A7D5F0 | — |
| markup.link | #A7D5F0 | — |
| markup.list.bullet | #AFB1AF | — |
| markup.list.numbered | #AFB1AF | — |
| markup.paragraph | #AFB1AF | — |
| markup.quote | #ffd280 | |
| markup.raw.block | #B9BEC0 | — |
| markup.raw | #B9BEC0 | — |
| markup.strikethrough | #D6A15E | strikethrough |
| markup.underline | #E0AA66 | underline |
| markup.untracked | #787B86 | — |
| meta.annotation | #7896c9 | — |
| meta.block-level | #BCBDBC | italic |
| meta.block.scope | #A3A5A7 | — |
| meta.block | #A3A5A7 | — |
| meta.class.declaration | #A3A5A7 | — |
| meta.class | #A3A5A7 | — |
| meta.decorator | #7896c9 | — |
| meta.diff.header | #D8DADE | bold |
| meta.directive | #B295BB | — |
| meta.export | #A3A5A7 | — |
| meta.function-call | #A3A5A7 | — |
| meta.function.declaration | #A3A5A7 | — |
| meta.function.parameters | #A3A5A7 | — |
| meta.function | #A3A5A7 | — |
| meta.import | #A3A5A7 | — |
| meta.interface.declaration | #A3A5A7 | — |
| meta.interface | #A3A5A7 | — |
| meta.module.declaration | #9e69a5 | — |
| meta.module | #9e69a5 | — |
| meta.paragraph.blockquote | #BCBDBC | italic |
| meta.paragraph.list.numbered | #AFB1AF | — |
| meta.require | #A3A5A7 | — |
| punctuation.accessor | #94CFC7 | — |
| punctuation.bracket.curly | #C5C9C6 | — |
| punctuation.bracket.round | #C5C9C6 | — |
| punctuation.bracket.square | #C5C9C6 | — |
| punctuation.bracket | #C5C9C6 | — |
| punctuation.definition.bold | #E9B36D | — |
| punctuation.definition.code | #B9BEC0 | — |
| punctuation.definition.comment | #959795 | — |
| punctuation.definition.heading | #CC6666 | — |
| punctuation.definition.italic | #F0BC78 | — |
| punctuation.definition.link | #A7D5F0 | — |
| punctuation.definition.list | #AFB1AF | — |
| punctuation.definition.quote | #ffd280 | — |
| punctuation.definition.raw | #B9BEC0 | — |
| punctuation.definition.strikethrough | #D6A15E | — |
| punctuation.definition.string.begin | #C5C9C6 | — |
| punctuation.definition.string.end | #C5C9C6 | — |
| punctuation.definition.string.template.begin | #C5C9C6 | — |
| punctuation.definition.string.template.end | #C5C9C6 | — |
| punctuation.definition.underline | #E0AA66 | — |
| punctuation.section.block | #C5C9C6 | — |
| punctuation.section.braces | #C5C9C6 | — |
| punctuation.section.brackets | #C5C9C6 | — |
| punctuation.section.group | #C5C9C6 | — |
| punctuation.section.parens | #C5C9C6 | — |
| punctuation.separator.array | #C5C9C6 | — |
| punctuation.separator.element | #C5C9C6 | — |
| punctuation.separator.key-value | #C5C9C6 | — |
| punctuation.separator.object | #C5C9C6 | — |
| punctuation.separator.parameter | #C5C9C6 | — |
| punctuation.separator | #C5C9C6 | — |
| punctuation.terminator | #C5C9C6 | — |
| storage.modifier | #afd6f7 | — |
| storage.type | #b18bcb | — |
| string.interpolated | #FFD278 | — |
| string.quoted.double | #FFD278 | — |
| string.quoted.single | #FFD278 | — |
| string.quoted.template | #e6bd6d | — |
| string.regexp | #ceaf71 | — |
| string.unquoted | #FFD278 | — |
| support.class | #d5bc88 | — |
| support.constant | #d0aa8d | — |
| support.function | #82A3BF | — |
| support.module | #b184cb | — |
| support.type | #6eafa4 | — |
| token.debug-token | #7594B2 | — |
| token.error-token | #F4878A | — |
| token.info-token | #71A1D0 | — |
| token.warn-token | #FFC86A | — |
| variable.language.constructor | #b99067 | — |
| variable.language.self | #ca8852 | — |
| variable.language.super | #b99067 | — |
| variable.language.this | #d5985c | — |
| variable.language | #b66b67 | — |
| variable.other.constant.instance | #87CEEB | bold |
| variable.other.constant | #87CEEB | bold |
| variable.other.diff | #FFDAB9 | — |
| variable.other.global | #FFDAB9 | — |
| variable.other.instance | #FFDAB9 | — |
| variable.other.member | #FFDAB9 | — |
| variable.other.object | #FFDAB9 | — |
| variable.other.property | #FFDAB9 | — |
| variable.other.readwrite.instance | #FFDAB9 | — |
| variable.other.readwrite | #FFDAB9 | — |
| variable.other | #FFDAB9 | — |
| variable.parameter | #c7e492 | — |
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 |
|---|---|---|
| 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 | #ffc82f | — |
| variable.other.generic-type.haskell | — | — |
| storage.type.haskell | #ADFF2F | — |
| support.variable.magic.python | #ffc82f | — |
| punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python | #FFA500 | — |
| variable.parameter.function.language.special.self.python | #ADFF2F | bold |
| variable.parameter.function.language.special.cls.python | #79beff | italic |
| storage.modifier.lifetime.rust | #FFFFFF | — |
| support.function.std.rust | #79beff | — |
| entity.name.lifetime.rust | #ADFF2F | — |
| variable.language.rust | #ffc82f | — |
| support.constant.edge | #ffc82f | — |
| constant.other.character-class.regexp | #ffc82f | — |
| keyword.operator.quantifier.regexp | #ffc82f | — |
| punctuation.definition.string.begin,punctuation.definition.string.end | #F0E68C | — |
| variable.parameter.function | #FFFFFF | — |
| comment markup.link | — | — |
| markup.changed.diff | #ffc82f | — |
| meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff | #ffc82f | — |
| markup.inserted.diff | #F0E68C | — |
| markup.deleted.diff | #ffc82f | — |
| meta.function.c,meta.function.cpp | #79beff | — |
| 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 | #FFFFFF | — |
| punctuation.separator.key-value | #FFFFFF | — |
| keyword.operator.expression.import | #ffc82f | — |
| support.constant.math | #ffc82f | — |
| support.constant.property.math | #ffc82f | — |
| variable.other.constant | #ffc82f | — |
| storage.type.annotation.java, storage.type.object.array.java | #ffc82f | — |
| source.java | #ffc82f | — |
| 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 | #FFFFFF | — |
| meta.method.java | #ffc82f | — |
| storage.modifier.import.java,storage.type.java,storage.type.generic.java | #ADFF2F | — |
| keyword.operator.instanceof.java | — | — |
| meta.definition.variable.name.java | #ffc82f | — |
| keyword.operator.logical | #ffc82f | — |
| keyword.operator.bitwise | #ffc82f | — |
| keyword.operator.channel | #ffc82f | — |
| support.constant.property-value.scss,support.constant.property-value.css | #ffc82f | — |
| keyword.operator.css,keyword.operator.scss,keyword.operator.less | #ffc82f | — |
| support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss | #ffc82f | — |
| punctuation.separator.list.comma.css | #FFFFFF | — |
| support.constant.color.w3c-standard-color-name.css | #ffc82f | — |
| support.type.vendored.property-name.css | #ffc82f | — |
| support.module.node,support.type.object.module,support.module.node | #ffc82f | — |
| entity.name.type.module | #FFA500 | — |
| variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node | #FFA500 | — |
| support.constant.json | #ADFF2F | — |
| keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof | — | — |
| support.type.object.console | #ffc82f | — |
| support.variable.property.process | #ffc82f | — |
| entity.name.function,support.function.console | #79beff | — |
| keyword.operator.misc.rust | #FFFFFF | — |
| keyword.operator.sigil.rust | — | — |
| keyword.operator.delete | — | — |
| support.type.object.dom | #43BDB3 | — |
| support.variable.dom,support.variable.property.dom | #43BDB3 | — |
| keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational | #43BDB3 | — |
| 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 | — | — |
| punctuation.separator.delimiter | #FFFFFF | — |
| punctuation.separator.c,punctuation.separator.cpp | — | — |
| support.type.posix-reserved.c,support.type.posix-reserved.cpp | #ADFF2F | — |
| keyword.operator.sizeof.c,keyword.operator.sizeof.cpp | — | — |
| variable.parameter.function.language.python | #FFA500 | — |
| support.type.python | #ADFF2F | — |
| keyword.operator.logical.python | #ffc82f | — |
| variable.parameter.function.python | #ffc82f | — |
| punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python | #79beff | — |
| meta.function-call.generic.python | #79beff | — |
| constant.character.format.placeholder.other.python | #ffc82f | — |
| keyword.operator | #79beff | — |
| keyword.operator.assignment.compound | — | — |
| keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts | #43BDB3 | — |
| keyword | #FFA500 | — |
| entity.name.namespace | #79beff | — |
| variable | #ffc82f | — |
| variable.c | #ffc82f | — |
| variable.language | #79beff | — |
| token.variable.parameter.java | #43BDB3 | — |
| import.storage.java | #43BDB3 | — |
| token.package.keyword | — | — |
| token.package | #FFFFFF | — |
| entity.name.function, meta.require, support.function.any-method, variable.function | #79beff | — |
| entity.name.type.namespace | #79beff | — |
| support.class, entity.name.type.class | — | — |
| entity.name.class.identifier.namespace.type | — | — |
| entity.name.class, variable.other.class.js, variable.other.class.ts | — | — |
| variable.other.class.php | #ffc82f | — |
| entity.name.type | #79beff | — |
| keyword.control | — | — |
| control.elements, keyword.operator.less | #79beff | — |
| keyword.other.special-method | #79beff | — |
| storage | — | — |
| token.storage | — | — |
| 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 | — | — |
| token.storage.type.java | #79beff | — |
| support.function | #79beff | — |
| support.type.property-name | #ffc82f | — |
| support.constant.property-value | #ffc82f | — |
| support.constant.font-name | #ffc82f | — |
| meta.tag | #79beff | — |
| string | #F0E68C | — |
| constant.other.symbol | #79beff | — |
| constant.numeric | #ADFF2F | — |
| constant | #ffc82f | — |
| punctuation.definition.constant | #79beff | — |
| entity.name.tag | #ffc82f | — |
| entity.other.attribute-name | #ffc82f | — |
| entity.other.attribute-name.id | #ffc82f | italic |
| entity.other.attribute-name.class.css | #ffc82f | italic |
| meta.selector | — | — |
| markup.heading | #ffc82f | — |
| markup.heading punctuation.definition.heading, entity.name.section | #ffc82f | — |
| keyword.other.unit | #79beff | — |
| markup.bold,todo.bold | #ADFF2F | — |
| punctuation.definition.bold | #ADFF2F | — |
| markup.italic, punctuation.definition.italic,todo.emphasis | — | — |
| emphasis md | — | — |
| entity.name.section.markdown | #ffc82f | — |
| punctuation.definition.heading.markdown | #ffc82f | — |
| punctuation.definition.list.begin.markdown | #ffc82f | — |
| markup.heading.setext | #ffc82f | — |
| punctuation.definition.bold.markdown | #ADFF2F | — |
| markup.inline.raw.markdown | #F0E68C | — |
| markup.inline.raw.string.markdown | #F0E68C | — |
| punctuation.definition.raw.markdown | #ADFF2F | — |
| punctuation.definition.list.markdown | #ADFF2F | — |
| punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown | #79beff | — |
| beginning.punctuation.definition.list.markdown | #79beff | — |
| punctuation.definition.metadata.markdown | #ffc82f | — |
| markup.underline.link.markdown,markup.underline.link.image.markdown | — | — |
| string.other.link.title.markdown,string.other.link.description.markdown | #ffc82f | — |
| markup.raw.monospace.asciidoc | #F0E68C | — |
| punctuation.definition.asciidoc | #ADFF2F | — |
| markup.list.asciidoc | #ADFF2F | — |
| markup.link.asciidoc,markup.other.url.asciidoc | — | — |
| string.unquoted.asciidoc,markup.other.url.asciidoc | #ffc82f | — |
| string.regexp | #79beff | — |
| constant.character.escape | #ADFF2F | — |
| punctuation.section.embedded, variable.interpolation | #79beff | — |
| punctuation.section.embedded.begin,punctuation.section.embedded.end | — | — |
| invalid.illegal | #ADFF2F | — |
| invalid.illegal.bad-ampersand.html | #FFFFFF | — |
| invalid.broken | #ADFF2F | — |
| invalid.deprecated | #79beff | — |
| invalid.unimplemented | #ADFF2F | — |
| source.json meta.structure.dictionary.json > string.quoted.json | #ffc82f | — |
| source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string | #ffc82f | — |
| 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 | #F0E68C | — |
| source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json | #ADFF2F | — |
| support.type.property-name.json | #ffc82f | — |
| support.type.property-name.json punctuation | #ffc82f | — |
| 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 | — | — |
| support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php | #ADFF2F | — |
| keyword.operator.error-control.php | — | — |
| keyword.operator.type.php | — | — |
| punctuation.section.array.begin.php | #FFFFFF | — |
| punctuation.section.array.end.php | #FFFFFF | — |
| invalid.illegal.non-null-typehinted.php | #79beff | — |
| storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php | #ADFF2F | — |
| meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php | #79beff | — |
| 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 | #FFFFFF | — |
| support.constant.core.rust | #ADFF2F | — |
| support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php | #ADFF2F | — |
| entity.name.goto-label.php,support.other.php | #79beff | — |
| keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php | #ADFF2F | — |
| keyword.operator.regexp.php | — | — |
| keyword.operator.comparison.php | #ADFF2F | — |
| keyword.operator.heredoc.php,keyword.operator.nowdoc.php | — | — |
| meta.function.decorator.python | #79beff | — |
| support.token.decorator.python,meta.function.decorator.identifier.python | #79beff | — |
| function.parameter | #FFFFFF | — |
| function.brace | — | — |
| function.parameter.ruby, function.parameter.cs | #FFFFFF | — |
| constant.language.symbol.ruby | #79beff | — |
| rgb-value | #ADFF2F | — |
| inline-color-decoration rgb-value | #ADFF2F | — |
| less rgb-value | #ADFF2F | — |
| selector.sass | #ffc82f | — |
| support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx | #ADFF2F | — |
| block.scope.end,block.scope.begin | #FFFFFF | — |
| storage.type.cs | #ADFF2F | — |
| entity.name.variable.local.cs | #79beff | — |
| token.info-token | #ffc82f | — |
| token.warn-token | #ADFF2F | — |
| token.error-token | #79beff | — |
| token.debug-token | — | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | — | — |
| meta.template.expression | #ffc82f | — |
| keyword.operator.module | — | — |
| support.type.type.flowtype | #ffc82f | — |
| support.type.primitive | #ffc82f | — |
| meta.property.object | #ffc82f | — |
| variable.parameter.function.js | #79beff | — |
| keyword.other.template.begin | #F0E68C | — |
| keyword.other.template.end | #F0E68C | — |
| keyword.other.substitution.begin | #F0E68C | — |
| keyword.other.substitution.end | #F0E68C | — |
| keyword.operator.assignment | #ffc82f | — |
| keyword.operator.assignment.go | #ffc82f | — |
| keyword.operator.arithmetic.go, keyword.operator.address.go | — | — |
| entity.name.package.go | #ADFF2F | — |
| support.type.prelude.elm | #ADFF2F | — |
| support.constant.elm | #ADFF2F | — |
| punctuation.quasi.element | — | — |
| constant.character.entity | #ffc82f | — |
| entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class | #ADFF2F | — |
| entity.global.clojure | #ADFF2F | — |
| meta.symbol.clojure | #ffc82f | — |
| constant.keyword.clojure | #ADFF2F | — |
| meta.arguments.coffee, variable.parameter.function.coffee | #79beff | — |
| source.ini | #F0E68C | — |
| meta.scope.prerequisites.makefile | #ffc82f | — |
| source.makefile | #ADFF2F | — |
| storage.modifier.import.groovy | #ADFF2F | — |
| meta.method.groovy | #ffc82f | — |
| meta.definition.variable.name.groovy | #ffc82f | — |
| meta.definition.class.inherited.classes.groovy | #F0E68C | — |
| support.variable.semantic.hlsl | #ADFF2F | — |
| 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 | — | — |
| text.variable, text.bracketed | #ffc82f | — |
| support.type.swift, support.type.vb.asp | #ADFF2F | — |
| entity.name.function.xi | #ADFF2F | — |
| entity.name.class.xi | #ADFF2F | — |
| constant.character.character-class.regexp.xi | #ffc82f | — |
| constant.regexp.xi | — | — |
| keyword.control.xi | #ADFF2F | — |
| invalid.xi | #FFFFFF | — |
| beginning.punctuation.definition.quote.markdown.xi | #F0E68C | — |
| beginning.punctuation.definition.list.markdown.xi | #79beff | — |
| constant.character.xi | #ffc82f | — |
| accent.xi | #ffc82f | — |
| wikiword.xi | #ADFF2F | — |
| constant.other.color.rgb-value.xi | #ADFF2F | — |
| punctuation.definition.tag.xi | #79beff | — |
| entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition | #ADFF2F | — |
| entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown | #ffc82f | — |
| meta.brace.square | #FFFFFF | — |
| comment, punctuation.definition.comment | #b7b7b76d | italic bold |
| markup.quote.markdown | — | — |
| punctuation.definition.block.sequence.item.yaml | #FFFFFF | — |
| constant.language.symbol.elixir, constant.language.symbol.double-quoted.elixir | #ADFF2F | — |
| entity.name.variable.parameter.cs | #ffc82f | — |
| entity.name.variable.field.cs | #ffc82f | — |
| markup.deleted | #ffc82f | — |
| markup.inserted | #F0E68C | — |
| markup.underline | — | underline |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #ffc82f | — |
| support.other.namespace.php | #ffc82f | — |
| variable.other.object | #ADFF2F | — |
| variable.other.constant.property | #ffc82f | — |
| entity.other.inherited-class | #ADFF2F | — |
| 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 | #ffc82f | italic bold |
| markup.italic.markdown | — | italic |
| constant.other.pine | #e4e4e4e3 | bold |
| keyword.operator.logical.pine | #e4e4e4e3 | bold |
| constant.language.pine | #fff | italic |
| constant.character.escaped.pine | #fff | |
| variable.other.pine | #fff | |
| entity.name.class.pine | #e4e4e4e3 | bold |
| contstant.flow.pine | #fff | italic |
| meta.function.pine | #58aefe | |
| variable.parameter.function.pine | #58aefe | |
| string.quoted.double.pine | #7b85acf1 | — |
| string.quoted.single.pine | #7b85acf1 | — |
| meta.parameter.type.variable.pine | #79beff | bold |
| entity.name.type.pine | #79beff | |
| meta.type.storage.pine | #79beff | |
| keyword.control.pine | #79beff | bold |
| source.test.pine | #6262624c | — |
| constant.numeric.pine | #0af3cc | |
| variable.language.pine | #e4e4e4e3 | bold |
| constant.other.pine | #79beff | bold |
| entity.pine | #79beff | italic bold |
| comment.line.double-slash.pine | #959595 | italic |
| support.type.property-name.pine | #c080ffda | — |
| support.type.property-constant.pine | #d7b0ff | — |
| constant.language.hex-color.pine | #ffffff | italic bold |
| punctuation.section.embedded.begin.pine | #79beff | bold |
| keyword.operator.pine | #92caff | bold |
| keyword.operator.ternary.pine | #92caff | bold |
| keyword.operator.arithmetic.pine | #92caff | |
| punctuation.separator.parameters.pine | #e4e4e4 | bold |
| punctuation.seperator.brackets.pine | #e4e4e4 | bold |
| variable.parameter.function.language.special.pine | #fdb603 | |
| support.type | #79beff | bold |
| keyword.operator | #ffc82f | bold |
| operator.pine | #ffc82f | bold |
| type.keyword | #79beff | bold |
| entity.name.type | #79beff | |
| type.keyword.storage | #79beff | |
| punctuation.section.embedded | #ffc82f | italic |
| operator.gtlt.pine | #e0e0e0 | |
| type | #ffc82f | |
| keyword.control | #ffc82f | |
| comment.line.double-slash | #636363 | italic |
| constant.variable.pine | #ffffff | bold |
| error.log.pine | #FF0000 | |
| warning.log.pine | #E3FF40 | |
| info.log.pine | #E0E0E0 |
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}!`;
}
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}!`;
}