Claude VSCode Theme
Thoughtful dark theme collection with classic and italic variants. Inspired by Claude AI with carefully balanced contrast and warm syntax colors for long coding sessions.
Thoughtful dark theme collection with classic and italic variants. Inspired by Claude AI with carefully balanced contrast and warm syntax colors for long coding sessions.
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 |
|---|---|---|
| text, source, variable.other.readwrite, punctuation.definition.variable | #E4E4E4 | — |
| comment, punctuation.definition.comment | #969696 | |
| string, punctuation.definition.string | #86E89A | — |
| constant.character.escape, constant.other.placeholder | #FF85C8 | — |
| constant.numeric, constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant | #FFDF61 | — |
| keyword, keyword.control, keyword.operator.word, keyword.operator.new, storage.type, storage.modifier, variable.language.this, variable.language.super, punctuation.definition.keyword | #C79BFF | bold |
| keyword.operator, punctuation.accessor, punctuation.separator, punctuation.terminator, meta.brace | #5DE4FA | — |
| entity.name.function, meta.function-call, support.function, variable.function | #FFA65D | — |
| entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type, entity.name.namespace, entity.name.module | #7AB8FF | — |
| entity.name.interface, entity.name.trait | #7AB8FF | — |
| entity.name.enum | #7AB8FF | — |
| variable.other.enummember, constant.other.enum | #5DE4FA | — |
| variable.parameter, meta.function.parameters | #E07A47 | — |
| variable.other.property, meta.property.object, entity.name.tag.yaml, support.type.property-name | #9C9893 | — |
| meta.decorator, meta.annotation, punctuation.decorator, punctuation.definition.decorator, storage.type.annotation | #FF85C8 | — |
| string.regexp, constant.regexp, constant.character.character-class.regexp, constant.other.character-class.regexp, constant.other.character-class.set.regexp, punctuation.definition.character-class.regexp | #FF85C8 | — |
| entity.name.tag, punctuation.definition.tag | #FF7A7A | — |
| entity.other.attribute-name, entity.other.attribute | #FFA65D | — |
| support.constant, support.variable | #FFDF61 | — |
| invalid, invalid.illegal | #FFFFFF | bold underline |
| markup.heading, punctuation.definition.heading | #7AB8FF | bold |
| markup.bold | #FFA65D | bold |
| markup.italic | #FFA65D | italic |
| markup.inline.raw, markup.raw, markup.fenced_code | #86E89A | — |
| markup.underline.link, string.other.link | #7AB8FF | underline |
| markup.list, punctuation.definition.list | #FF7A7A | — |
| markup.quote | #9C9893 | — |
| punctuation, meta.brace.round, meta.brace.square, meta.brace.curly, punctuation.section, punctuation.definition.parameters, punctuation.definition.arguments | #7A7A7A | — |
| storage.modifier.async, storage.modifier.const, storage.modifier.static, storage.modifier.readonly | #C79BFF | — |
| variable.language, variable.other.predefined | #C79BFF | — |
| markup.inserted, meta.diff.header.to-file | #86E89A | — |
| markup.deleted, meta.diff.header.from-file | #FF7A7A | — |
| markup.changed | #FFDF61 | — |
| meta.export variable.other.readwrite, meta.export variable.other.constant | #E07A47 | — |
| variable.other.property.js, variable.other.property.ts, variable.other.property.tsx, variable.other.property.jsx, meta.object-literal.key | #9C9893 | — |
| variable.other.constant.js, variable.other.constant.ts, variable.other.constant.tsx, variable.other.constant.jsx | #FFDF61 | — |
| string.template, punctuation.definition.template-expression | #86E89A | — |
| meta.template.expression, meta.embedded.line | #E4E4E4 | — |
| variable.other.jsdoc, comment.block.documentation variable.other | #E07A47 | — |
| storage.type.class.jsdoc, punctuation.definition.block.tag.jsdoc | #C79BFF | — |
| storage.type.function.arrow, keyword.operator.arrow | #5DE4FA | — |
| storage.modifier.async, keyword.control.flow.await | #C79BFF | — |
| meta.decorator punctuation.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function | #FF85C8 | — |
| keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as | #C79BFF | — |
| support.type.object.module, support.type.object.console | #7AB8FF | — |
| meta.type.parameters, entity.name.type.parameter | #FFDF61 | — |
| keyword.operator.expression.typeof, keyword.operator.expression.instanceof, keyword.operator.expression.in, keyword.operator.expression.of, keyword.operator.expression.keyof, keyword.operator.expression.is | #C79BFF | — |
| entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.jsx, support.class.component.tsx | #FF7A7A | — |
| entity.other.attribute-name.jsx, entity.other.attribute-name.tsx | #FFA65D | — |
| punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx, punctuation.section.embedded.begin.tsx, punctuation.section.embedded.end.tsx | #5DE4FA | — |
| meta.object-binding-pattern variable.other.readwrite, meta.array-binding-pattern variable.other.readwrite | #E07A47 | — |
| constant.language.null, constant.language.undefined | #C79BFF | — |
| variable.language.special.self.python, variable.parameter.function.language.special.self.python | #C79BFF | — |
| support.function.magic.python, entity.name.function.decorator.python | #FF85C8 | — |
| string.interpolated.python, string.quoted.single.format.python, string.quoted.double.format.python | #86E89A | — |
| meta.interpolation.python, punctuation.definition.interpolation.python | #5DE4FA | — |
| entity.name.function.decorator.python, meta.function.decorator.python | #FF85C8 | — |
| support.function.builtin.python | #7AB8FF | — |
| support.type.python | #7AB8FF | — |
| entity.name.type.class.python, meta.class.python entity.name.type.class | #7AB8FF | — |
| variable.parameter.function.python, meta.function.parameters.python | #E07A47 | — |
| meta.function.return-type.python, meta.function.parameters.annotation.python | #FFDF61 | — |
| string.quoted.docstring.multi.python, string.quoted.docstring.single.python | #9C9893 | — |
| keyword.control.flow.lambda.python | #C79BFF | — |
| support.type.exception.python | #FF7A7A | — |
| keyword.control.import.python, keyword.control.import.from.python | #C79BFF | — |
| storage.modifier.global.python, storage.modifier.nonlocal.python | #C79BFF | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss | #7AB8FF | — |
| entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less | #FF7A7A | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #5DE4FA | — |
| support.type.property-name.css, support.type.property-name.scss, meta.property-name.css, meta.property-name.scss | #9C9893 | — |
| support.constant.property-value.css, support.constant.property-value.scss, meta.property-value.css, meta.property-value.scss | #FFA65D | — |
| keyword.other.unit.css, keyword.other.unit.scss, constant.numeric.css, constant.numeric.scss | #FFDF61 | — |
| constant.other.color.css, constant.other.color.scss, support.constant.color.css, support.constant.color.scss | #FF85C8 | — |
| support.function.css, support.function.scss, meta.function.css, meta.function.scss | #FFA65D | — |
| variable.css, variable.scss, variable.argument.css, variable.argument.scss | #E07A47 | — |
| keyword.other.important.css, keyword.other.important.scss | #FF7A7A | bold |
| keyword.control.at-rule.css, keyword.control.at-rule.scss, meta.at-rule.css, meta.at-rule.scss | #C79BFF | — |
| support.type.property-name.media.css, support.type.property-name.media.scss | #9C9893 | — |
| variable.scss, variable.sass, punctuation.definition.variable.scss | #E07A47 | — |
| entity.name.function.scss, entity.other.attribute-name.placeholder-selector.scss | #FFA65D | — |
| entity.other.attribute-name.parent-selector.css, entity.name.tag.reference.scss | #FF7A7A | — |
| entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml | #FF7A7A | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #7A7A7A | — |
| entity.other.attribute-name.html, entity.other.attribute-name.xml | #FFA65D | — |
| string.quoted.double.html, string.quoted.single.html, string.unquoted.html | #86E89A | — |
| constant.character.entity.html, constant.character.entity.xml | #FF85C8 | — |
| meta.tag.metadata.doctype.html, entity.name.tag.doctype.html | #C79BFF | — |
| string.unquoted.cdata.xml, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml | #9C9893 | — |
| entity.name.tag.script.html | #7AB8FF | — |
| entity.name.tag.style.html | #7AB8FF | — |
| entity.other.attribute-name.id.html, entity.other.attribute-name.class.html | #E07A47 | — |
| entity.other.attribute-name.event.html | #FFDF61 | — |
| entity.other.attribute-name.directive | #C79BFF | — |
| markup.heading.markdown, punctuation.definition.heading.markdown | #7AB8FF | bold |
| markup.bold.markdown | #FFA65D | bold |
| markup.italic.markdown | #FFA65D | — |
| markup.inline.raw.markdown, markup.fenced_code.block.markdown | #86E89A | — |
| markup.underline.link.markdown, string.other.link.title.markdown | #7AB8FF | underline |
| punctuation.definition.list.begin.markdown, markup.list.unnumbered.markdown, markup.list.numbered.markdown | #FF7A7A | — |
| markup.quote.markdown | #9C9893 | — |
| meta.separator.markdown | #7A7A7A | — |
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 |
|---|---|---|
| text, source, variable.other.readwrite, punctuation.definition.variable | #FFFFFF | — |
| comment, punctuation.definition.comment | #8A8A8A | |
| string, punctuation.definition.string | #9FFAAF | — |
| constant.character.escape, constant.other.placeholder | #FF99D6 | — |
| constant.numeric, constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant | #FFED7A | — |
| keyword, keyword.control, keyword.operator.word, keyword.operator.new, storage.type, storage.modifier, variable.language.this, variable.language.super, punctuation.definition.keyword | #D4ABFF | bold |
| keyword.operator, punctuation.accessor, punctuation.separator, punctuation.terminator, meta.brace | #7AEFFF | — |
| entity.name.function, meta.function-call, support.function, variable.function | #FFBF7A | — |
| entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type, entity.name.namespace, entity.name.module | #8DD1FF | — |
| entity.name.interface, entity.name.trait | #8DD1FF | — |
| entity.name.enum | #8DD1FF | — |
| variable.other.enummember, constant.other.enum | #7AEFFF | — |
| variable.parameter, meta.function.parameters | #FF8C42 | — |
| variable.other.property, meta.property.object, entity.name.tag.yaml, support.type.property-name | #B8B8B8 | — |
| meta.decorator, meta.annotation, punctuation.decorator, punctuation.definition.decorator, storage.type.annotation | #FF99D6 | — |
| string.regexp, constant.regexp, constant.character.character-class.regexp, constant.other.character-class.regexp, constant.other.character-class.set.regexp, punctuation.definition.character-class.regexp | #FF99D6 | — |
| entity.name.tag, punctuation.definition.tag | #FF9999 | — |
| entity.other.attribute-name, entity.other.attribute | #FFBF7A | — |
| support.constant, support.variable | #FFED7A | — |
| invalid, invalid.illegal | #FFFFFF | bold underline |
| markup.heading, punctuation.definition.heading | #8DD1FF | bold |
| markup.bold | #FFBF7A | bold |
| markup.italic | #FFBF7A | italic |
| markup.inline.raw, markup.raw, markup.fenced_code | #9FFAAF | — |
| markup.underline.link, string.other.link | #8DD1FF | underline |
| markup.list, punctuation.definition.list | #FF9999 | — |
| markup.quote | #B8B8B8 | — |
| punctuation, meta.brace.round, meta.brace.square, meta.brace.curly, punctuation.section, punctuation.definition.parameters, punctuation.definition.arguments | #6E6E6E | — |
| storage.modifier.async, storage.modifier.const, storage.modifier.static, storage.modifier.readonly | #D4ABFF | — |
| variable.language, variable.other.predefined | #D4ABFF | — |
| markup.inserted, meta.diff.header.to-file | #9FFAAF | — |
| markup.deleted, meta.diff.header.from-file | #FF9999 | — |
| markup.changed | #FFED7A | — |
| meta.export variable.other.readwrite, meta.export variable.other.constant | #FF8C42 | — |
| variable.other.property.js, variable.other.property.ts, variable.other.property.tsx, variable.other.property.jsx, meta.object-literal.key | #B8B8B8 | — |
| variable.other.constant.js, variable.other.constant.ts, variable.other.constant.tsx, variable.other.constant.jsx | #FFED7A | — |
| string.template, punctuation.definition.template-expression | #9FFAAF | — |
| meta.template.expression, meta.embedded.line | #FFFFFF | — |
| variable.other.jsdoc, comment.block.documentation variable.other | #FF8C42 | — |
| storage.type.class.jsdoc, punctuation.definition.block.tag.jsdoc | #D4ABFF | — |
| storage.type.function.arrow, keyword.operator.arrow | #7AEFFF | — |
| storage.modifier.async, keyword.control.flow.await | #D4ABFF | — |
| meta.decorator punctuation.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function | #FF99D6 | — |
| keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as | #D4ABFF | — |
| support.type.object.module, support.type.object.console | #8DD1FF | — |
| meta.type.parameters, entity.name.type.parameter | #FFED7A | — |
| keyword.operator.expression.typeof, keyword.operator.expression.instanceof, keyword.operator.expression.in, keyword.operator.expression.of, keyword.operator.expression.keyof, keyword.operator.expression.is | #D4ABFF | — |
| entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.jsx, support.class.component.tsx | #FF9999 | — |
| entity.other.attribute-name.jsx, entity.other.attribute-name.tsx | #FFBF7A | — |
| punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx, punctuation.section.embedded.begin.tsx, punctuation.section.embedded.end.tsx | #7AEFFF | — |
| meta.object-binding-pattern variable.other.readwrite, meta.array-binding-pattern variable.other.readwrite | #FF8C42 | — |
| constant.language.null, constant.language.undefined | #D4ABFF | — |
| variable.language.special.self.python, variable.parameter.function.language.special.self.python | #D4ABFF | — |
| support.function.magic.python, entity.name.function.decorator.python | #FF99D6 | — |
| string.interpolated.python, string.quoted.single.format.python, string.quoted.double.format.python | #9FFAAF | — |
| meta.interpolation.python, punctuation.definition.interpolation.python | #7AEFFF | — |
| entity.name.function.decorator.python, meta.function.decorator.python | #FF99D6 | — |
| support.function.builtin.python | #8DD1FF | — |
| support.type.python | #8DD1FF | — |
| entity.name.type.class.python, meta.class.python entity.name.type.class | #8DD1FF | — |
| variable.parameter.function.python, meta.function.parameters.python | #FF8C42 | — |
| meta.function.return-type.python, meta.function.parameters.annotation.python | #FFED7A | — |
| string.quoted.docstring.multi.python, string.quoted.docstring.single.python | #B8B8B8 | — |
| keyword.control.flow.lambda.python | #D4ABFF | — |
| support.type.exception.python | #FF9999 | — |
| keyword.control.import.python, keyword.control.import.from.python | #D4ABFF | — |
| storage.modifier.global.python, storage.modifier.nonlocal.python | #D4ABFF | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss | #8DD1FF | — |
| entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less | #FF9999 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #7AEFFF | — |
| support.type.property-name.css, support.type.property-name.scss, meta.property-name.css, meta.property-name.scss | #B8B8B8 | — |
| support.constant.property-value.css, support.constant.property-value.scss, meta.property-value.css, meta.property-value.scss | #FFBF7A | — |
| keyword.other.unit.css, keyword.other.unit.scss, constant.numeric.css, constant.numeric.scss | #FFED7A | — |
| constant.other.color.css, constant.other.color.scss, support.constant.color.css, support.constant.color.scss | #FF99D6 | — |
| support.function.css, support.function.scss, meta.function.css, meta.function.scss | #FFBF7A | — |
| variable.css, variable.scss, variable.argument.css, variable.argument.scss | #FF8C42 | — |
| keyword.other.important.css, keyword.other.important.scss | #FF9999 | bold |
| keyword.control.at-rule.css, keyword.control.at-rule.scss, meta.at-rule.css, meta.at-rule.scss | #D4ABFF | — |
| support.type.property-name.media.css, support.type.property-name.media.scss | #B8B8B8 | — |
| variable.scss, variable.sass, punctuation.definition.variable.scss | #FF8C42 | — |
| entity.name.function.scss, entity.other.attribute-name.placeholder-selector.scss | #FFBF7A | — |
| entity.other.attribute-name.parent-selector.css, entity.name.tag.reference.scss | #FF9999 | — |
| entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml | #FF9999 | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #6E6E6E | — |
| entity.other.attribute-name.html, entity.other.attribute-name.xml | #FFBF7A | — |
| string.quoted.double.html, string.quoted.single.html, string.unquoted.html | #9FFAAF | — |
| constant.character.entity.html, constant.character.entity.xml | #FF99D6 | — |
| meta.tag.metadata.doctype.html, entity.name.tag.doctype.html | #D4ABFF | — |
| string.unquoted.cdata.xml, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml | #B8B8B8 | — |
| entity.name.tag.script.html | #8DD1FF | — |
| entity.name.tag.style.html | #8DD1FF | — |
| entity.other.attribute-name.id.html, entity.other.attribute-name.class.html | #FF8C42 | — |
| entity.other.attribute-name.event.html | #FFED7A | — |
| entity.other.attribute-name.directive | #D4ABFF | — |
| markup.heading.markdown, punctuation.definition.heading.markdown | #8DD1FF | bold |
| markup.bold.markdown | #FFBF7A | bold |
| markup.italic.markdown | #FFBF7A | — |
| markup.inline.raw.markdown, markup.fenced_code.block.markdown | #9FFAAF | — |
| markup.underline.link.markdown, string.other.link.title.markdown | #8DD1FF | underline |
| punctuation.definition.list.begin.markdown, markup.list.unnumbered.markdown, markup.list.numbered.markdown | #FF9999 | — |
| markup.quote.markdown | #B8B8B8 | — |
| meta.separator.markdown | #6E6E6E | — |
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 |
|---|---|---|
| text, source, variable.other.readwrite, punctuation.definition.variable | #FFFFFF | — |
| comment, punctuation.definition.comment | #8A8A8A | italic |
| string, punctuation.definition.string | #9FFAAF | — |
| constant.character.escape, constant.other.placeholder | #FF99D6 | — |
| constant.numeric, constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant | #FFED7A | — |
| keyword, keyword.control, keyword.operator.word, keyword.operator.new, storage.type, storage.modifier, variable.language.this, variable.language.super, punctuation.definition.keyword | #D4ABFF | bold italic |
| keyword.operator, punctuation.accessor, punctuation.separator, punctuation.terminator, meta.brace | #7AEFFF | — |
| entity.name.function, meta.function-call, support.function, variable.function | #FFBF7A | italic |
| entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type, entity.name.namespace, entity.name.module | #8DD1FF | italic |
| entity.name.interface, entity.name.trait | #8DD1FF | italic |
| entity.name.enum | #8DD1FF | italic |
| variable.other.enummember, constant.other.enum | #7AEFFF | — |
| variable.parameter, meta.function.parameters | #FF8C42 | — |
| variable.other.property, meta.property.object, entity.name.tag.yaml, support.type.property-name | #B8B8B8 | — |
| meta.decorator, meta.annotation, punctuation.decorator, punctuation.definition.decorator, storage.type.annotation | #FF99D6 | — |
| string.regexp, constant.regexp, constant.character.character-class.regexp, constant.other.character-class.regexp, constant.other.character-class.set.regexp, punctuation.definition.character-class.regexp | #FF99D6 | — |
| entity.name.tag, punctuation.definition.tag | #FF9999 | — |
| entity.other.attribute-name, entity.other.attribute | #FFBF7A | italic |
| support.constant, support.variable | #FFED7A | — |
| invalid, invalid.illegal | #FFFFFF | bold underline |
| markup.heading, punctuation.definition.heading | #8DD1FF | bold |
| markup.bold | #FFBF7A | bold |
| markup.italic | #FFBF7A | italic |
| markup.inline.raw, markup.raw, markup.fenced_code | #9FFAAF | — |
| markup.underline.link, string.other.link | #8DD1FF | underline |
| markup.list, punctuation.definition.list | #FF9999 | — |
| markup.quote | #B8B8B8 | italic |
| punctuation, meta.brace.round, meta.brace.square, meta.brace.curly, punctuation.section, punctuation.definition.parameters, punctuation.definition.arguments | #6E6E6E | — |
| storage.modifier.async, storage.modifier.const, storage.modifier.static, storage.modifier.readonly | #D4ABFF | italic |
| variable.language, variable.other.predefined | #D4ABFF | italic |
| markup.inserted, meta.diff.header.to-file | #9FFAAF | — |
| markup.deleted, meta.diff.header.from-file | #FF9999 | — |
| markup.changed | #FFED7A | — |
| meta.export variable.other.readwrite, meta.export variable.other.constant | #FF8C42 | — |
| variable.other.property.js, variable.other.property.ts, variable.other.property.tsx, variable.other.property.jsx, meta.object-literal.key | #B8B8B8 | — |
| variable.other.constant.js, variable.other.constant.ts, variable.other.constant.tsx, variable.other.constant.jsx | #FFED7A | — |
| string.template, punctuation.definition.template-expression | #9FFAAF | — |
| meta.template.expression, meta.embedded.line | #FFFFFF | — |
| variable.other.jsdoc, comment.block.documentation variable.other | #FF8C42 | — |
| storage.type.class.jsdoc, punctuation.definition.block.tag.jsdoc | #D4ABFF | — |
| storage.type.function.arrow, keyword.operator.arrow | #7AEFFF | — |
| storage.modifier.async, keyword.control.flow.await | #D4ABFF | italic |
| meta.decorator punctuation.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function | #FF99D6 | italic |
| keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as | #D4ABFF | italic |
| support.type.object.module, support.type.object.console | #8DD1FF | — |
| meta.type.parameters, entity.name.type.parameter | #FFED7A | italic |
| keyword.operator.expression.typeof, keyword.operator.expression.instanceof, keyword.operator.expression.in, keyword.operator.expression.of, keyword.operator.expression.keyof, keyword.operator.expression.is | #D4ABFF | — |
| entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.jsx, support.class.component.tsx | #FF9999 | — |
| entity.other.attribute-name.jsx, entity.other.attribute-name.tsx | #FFBF7A | italic |
| punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx, punctuation.section.embedded.begin.tsx, punctuation.section.embedded.end.tsx | #7AEFFF | — |
| meta.object-binding-pattern variable.other.readwrite, meta.array-binding-pattern variable.other.readwrite | #FF8C42 | — |
| constant.language.null, constant.language.undefined | #D4ABFF | — |
| variable.language.special.self.python, variable.parameter.function.language.special.self.python | #D4ABFF | italic |
| support.function.magic.python, entity.name.function.decorator.python | #FF99D6 | italic |
| string.interpolated.python, string.quoted.single.format.python, string.quoted.double.format.python | #9FFAAF | — |
| meta.interpolation.python, punctuation.definition.interpolation.python | #7AEFFF | — |
| entity.name.function.decorator.python, meta.function.decorator.python | #FF99D6 | italic |
| support.function.builtin.python | #8DD1FF | — |
| support.type.python | #8DD1FF | italic |
| entity.name.type.class.python, meta.class.python entity.name.type.class | #8DD1FF | italic |
| variable.parameter.function.python, meta.function.parameters.python | #FF8C42 | — |
| meta.function.return-type.python, meta.function.parameters.annotation.python | #FFED7A | italic |
| string.quoted.docstring.multi.python, string.quoted.docstring.single.python | #B8B8B8 | italic |
| keyword.control.flow.lambda.python | #D4ABFF | italic |
| support.type.exception.python | #FF9999 | — |
| keyword.control.import.python, keyword.control.import.from.python | #D4ABFF | italic |
| storage.modifier.global.python, storage.modifier.nonlocal.python | #D4ABFF | italic |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss | #8DD1FF | — |
| entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less | #FF9999 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #7AEFFF | italic |
| support.type.property-name.css, support.type.property-name.scss, meta.property-name.css, meta.property-name.scss | #B8B8B8 | — |
| support.constant.property-value.css, support.constant.property-value.scss, meta.property-value.css, meta.property-value.scss | #FFBF7A | — |
| keyword.other.unit.css, keyword.other.unit.scss, constant.numeric.css, constant.numeric.scss | #FFED7A | — |
| constant.other.color.css, constant.other.color.scss, support.constant.color.css, support.constant.color.scss | #FF99D6 | — |
| support.function.css, support.function.scss, meta.function.css, meta.function.scss | #FFBF7A | italic |
| variable.css, variable.scss, variable.argument.css, variable.argument.scss | #FF8C42 | — |
| keyword.other.important.css, keyword.other.important.scss | #FF9999 | bold |
| keyword.control.at-rule.css, keyword.control.at-rule.scss, meta.at-rule.css, meta.at-rule.scss | #D4ABFF | italic |
| support.type.property-name.media.css, support.type.property-name.media.scss | #B8B8B8 | — |
| variable.scss, variable.sass, punctuation.definition.variable.scss | #FF8C42 | — |
| entity.name.function.scss, entity.other.attribute-name.placeholder-selector.scss | #FFBF7A | italic |
| entity.other.attribute-name.parent-selector.css, entity.name.tag.reference.scss | #FF9999 | — |
| entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml | #FF9999 | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #6E6E6E | — |
| entity.other.attribute-name.html, entity.other.attribute-name.xml | #FFBF7A | italic |
| string.quoted.double.html, string.quoted.single.html, string.unquoted.html | #9FFAAF | — |
| constant.character.entity.html, constant.character.entity.xml | #FF99D6 | — |
| meta.tag.metadata.doctype.html, entity.name.tag.doctype.html | #D4ABFF | italic |
| string.unquoted.cdata.xml, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml | #B8B8B8 | — |
| entity.name.tag.script.html | #8DD1FF | — |
| entity.name.tag.style.html | #8DD1FF | — |
| entity.other.attribute-name.id.html, entity.other.attribute-name.class.html | #FF8C42 | italic |
| entity.other.attribute-name.event.html | #FFED7A | italic |
| entity.other.attribute-name.directive | #D4ABFF | italic |
| markup.heading.markdown, punctuation.definition.heading.markdown | #8DD1FF | bold |
| markup.bold.markdown | #FFBF7A | bold |
| markup.italic.markdown | #FFBF7A | italic |
| markup.inline.raw.markdown, markup.fenced_code.block.markdown | #9FFAAF | — |
| markup.underline.link.markdown, string.other.link.title.markdown | #8DD1FF | underline |
| punctuation.definition.list.begin.markdown, markup.list.unnumbered.markdown, markup.list.numbered.markdown | #FF9999 | — |
| markup.quote.markdown | #B8B8B8 | italic |
| meta.separator.markdown | #6E6E6E | — |
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 |
|---|---|---|
| text, source, variable.other.readwrite, punctuation.definition.variable | #E4E4E4 | — |
| comment, punctuation.definition.comment | #969696 | italic |
| string, punctuation.definition.string | #86E89A | — |
| constant.character.escape, constant.other.placeholder | #FF85C8 | — |
| constant.numeric, constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant | #FFDF61 | — |
| keyword, keyword.control, keyword.operator.word, keyword.operator.new, storage.type, storage.modifier, variable.language.this, variable.language.super, punctuation.definition.keyword | #C79BFF | bold italic |
| keyword.operator, punctuation.accessor, punctuation.separator, punctuation.terminator, meta.brace | #5DE4FA | — |
| entity.name.function, meta.function-call, support.function, variable.function | #FFA65D | italic |
| entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type, entity.name.namespace, entity.name.module | #7AB8FF | italic |
| entity.name.interface, entity.name.trait | #7AB8FF | italic |
| entity.name.enum | #7AB8FF | italic |
| variable.other.enummember, constant.other.enum | #5DE4FA | — |
| variable.parameter, meta.function.parameters | #E07A47 | — |
| variable.other.property, meta.property.object, entity.name.tag.yaml, support.type.property-name | #9C9893 | — |
| meta.decorator, meta.annotation, punctuation.decorator, punctuation.definition.decorator, storage.type.annotation | #FF85C8 | — |
| string.regexp, constant.regexp, constant.character.character-class.regexp, constant.other.character-class.regexp, constant.other.character-class.set.regexp, punctuation.definition.character-class.regexp | #FF85C8 | — |
| entity.name.tag, punctuation.definition.tag | #FF7A7A | — |
| entity.other.attribute-name, entity.other.attribute | #FFA65D | italic |
| support.constant, support.variable | #FFDF61 | — |
| invalid, invalid.illegal | #FFFFFF | bold underline |
| markup.heading, punctuation.definition.heading | #7AB8FF | bold |
| markup.bold | #FFA65D | bold |
| markup.italic | #FFA65D | italic |
| markup.inline.raw, markup.raw, markup.fenced_code | #86E89A | — |
| markup.underline.link, string.other.link | #7AB8FF | underline |
| markup.list, punctuation.definition.list | #FF7A7A | — |
| markup.quote | #9C9893 | italic |
| punctuation, meta.brace.round, meta.brace.square, meta.brace.curly, punctuation.section, punctuation.definition.parameters, punctuation.definition.arguments | #7A7A7A | — |
| storage.modifier.async, storage.modifier.const, storage.modifier.static, storage.modifier.readonly | #C79BFF | italic |
| variable.language, variable.other.predefined | #C79BFF | italic |
| markup.inserted, meta.diff.header.to-file | #86E89A | — |
| markup.deleted, meta.diff.header.from-file | #FF7A7A | — |
| markup.changed | #FFDF61 | — |
| meta.export variable.other.readwrite, meta.export variable.other.constant | #E07A47 | — |
| variable.other.property.js, variable.other.property.ts, variable.other.property.tsx, variable.other.property.jsx, meta.object-literal.key | #9C9893 | — |
| variable.other.constant.js, variable.other.constant.ts, variable.other.constant.tsx, variable.other.constant.jsx | #FFDF61 | — |
| string.template, punctuation.definition.template-expression | #86E89A | — |
| meta.template.expression, meta.embedded.line | #E4E4E4 | — |
| variable.other.jsdoc, comment.block.documentation variable.other | #E07A47 | — |
| storage.type.class.jsdoc, punctuation.definition.block.tag.jsdoc | #C79BFF | — |
| storage.type.function.arrow, keyword.operator.arrow | #5DE4FA | — |
| storage.modifier.async, keyword.control.flow.await | #C79BFF | italic |
| meta.decorator punctuation.decorator, meta.decorator variable.other.readwrite, meta.decorator entity.name.function | #FF85C8 | italic |
| keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as | #C79BFF | italic |
| support.type.object.module, support.type.object.console | #7AB8FF | — |
| meta.type.parameters, entity.name.type.parameter | #FFDF61 | italic |
| keyword.operator.expression.typeof, keyword.operator.expression.instanceof, keyword.operator.expression.in, keyword.operator.expression.of, keyword.operator.expression.keyof, keyword.operator.expression.is | #C79BFF | — |
| entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.jsx, support.class.component.tsx | #FF7A7A | — |
| entity.other.attribute-name.jsx, entity.other.attribute-name.tsx | #FFA65D | italic |
| punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx, punctuation.section.embedded.begin.tsx, punctuation.section.embedded.end.tsx | #5DE4FA | — |
| meta.object-binding-pattern variable.other.readwrite, meta.array-binding-pattern variable.other.readwrite | #E07A47 | — |
| constant.language.null, constant.language.undefined | #C79BFF | — |
| variable.language.special.self.python, variable.parameter.function.language.special.self.python | #C79BFF | italic |
| support.function.magic.python, entity.name.function.decorator.python | #FF85C8 | italic |
| string.interpolated.python, string.quoted.single.format.python, string.quoted.double.format.python | #86E89A | — |
| meta.interpolation.python, punctuation.definition.interpolation.python | #5DE4FA | — |
| entity.name.function.decorator.python, meta.function.decorator.python | #FF85C8 | italic |
| support.function.builtin.python | #7AB8FF | — |
| support.type.python | #7AB8FF | italic |
| entity.name.type.class.python, meta.class.python entity.name.type.class | #7AB8FF | italic |
| variable.parameter.function.python, meta.function.parameters.python | #E07A47 | — |
| meta.function.return-type.python, meta.function.parameters.annotation.python | #FFDF61 | italic |
| string.quoted.docstring.multi.python, string.quoted.docstring.single.python | #9C9893 | italic |
| keyword.control.flow.lambda.python | #C79BFF | italic |
| support.type.exception.python | #FF7A7A | — |
| keyword.control.import.python, keyword.control.import.from.python | #C79BFF | italic |
| storage.modifier.global.python, storage.modifier.nonlocal.python | #C79BFF | italic |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss | #7AB8FF | — |
| entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less | #FF7A7A | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #5DE4FA | italic |
| support.type.property-name.css, support.type.property-name.scss, meta.property-name.css, meta.property-name.scss | #9C9893 | — |
| support.constant.property-value.css, support.constant.property-value.scss, meta.property-value.css, meta.property-value.scss | #FFA65D | — |
| keyword.other.unit.css, keyword.other.unit.scss, constant.numeric.css, constant.numeric.scss | #FFDF61 | — |
| constant.other.color.css, constant.other.color.scss, support.constant.color.css, support.constant.color.scss | #FF85C8 | — |
| support.function.css, support.function.scss, meta.function.css, meta.function.scss | #FFA65D | italic |
| variable.css, variable.scss, variable.argument.css, variable.argument.scss | #E07A47 | — |
| keyword.other.important.css, keyword.other.important.scss | #FF7A7A | bold |
| keyword.control.at-rule.css, keyword.control.at-rule.scss, meta.at-rule.css, meta.at-rule.scss | #C79BFF | italic |
| support.type.property-name.media.css, support.type.property-name.media.scss | #9C9893 | — |
| variable.scss, variable.sass, punctuation.definition.variable.scss | #E07A47 | — |
| entity.name.function.scss, entity.other.attribute-name.placeholder-selector.scss | #FFA65D | italic |
| entity.other.attribute-name.parent-selector.css, entity.name.tag.reference.scss | #FF7A7A | — |
| entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml | #FF7A7A | — |
| punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #7A7A7A | — |
| entity.other.attribute-name.html, entity.other.attribute-name.xml | #FFA65D | italic |
| string.quoted.double.html, string.quoted.single.html, string.unquoted.html | #86E89A | — |
| constant.character.entity.html, constant.character.entity.xml | #FF85C8 | — |
| meta.tag.metadata.doctype.html, entity.name.tag.doctype.html | #C79BFF | italic |
| string.unquoted.cdata.xml, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml | #9C9893 | — |
| entity.name.tag.script.html | #7AB8FF | — |
| entity.name.tag.style.html | #7AB8FF | — |
| entity.other.attribute-name.id.html, entity.other.attribute-name.class.html | #E07A47 | italic |
| entity.other.attribute-name.event.html | #FFDF61 | italic |
| entity.other.attribute-name.directive | #C79BFF | italic |
| markup.heading.markdown, punctuation.definition.heading.markdown | #7AB8FF | bold |
| markup.bold.markdown | #FFA65D | bold |
| markup.italic.markdown | #FFA65D | italic |
| markup.inline.raw.markdown, markup.fenced_code.block.markdown | #86E89A | — |
| markup.underline.link.markdown, string.other.link.title.markdown | #7AB8FF | underline |
| punctuation.definition.list.begin.markdown, markup.list.unnumbered.markdown, markup.list.numbered.markdown | #FF7A7A | — |
| markup.quote.markdown | #9C9893 | italic |
| meta.separator.markdown | #7A7A7A | — |
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}!`;
}