Dark Glow Wave
Publisher: Sera-DAIThemes in package: 1
A dark Synthwave/Cyberpunk VS Code theme with neon glow (text-shadow) effects on syntax tokens.
A dark Synthwave/Cyberpunk VS Code theme with neon glow (text-shadow) effects on syntax tokens.
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 |
|---|---|---|
| keyword.control.python, keyword.control.flow.python | #ff6ec7 | bold |
| storage.type.function.python, storage.type.class.python, storage.modifier.async.python | #ff6ec7 | bold italic |
| keyword.control.import.python | #c792ea | italic underline |
| meta.function.decorator.python, punctuation.definition.decorator.python, entity.name.function.decorator.python | #c792ea | bold |
| keyword.operator.logical.python, keyword.operator.unpacking.python | #ff5370 | bold |
| variable.language.special.self.python, variable.language.special.cls.python | #ff5370 | italic bold |
| entity.name.function.python | #00e5ff | bold |
| meta.function-call.generic.python, entity.name.function.call | #82aaff | italic |
| support.function.builtin.python | #82aaff | |
| entity.name.type.class.python | #ffcb6b | bold underline |
| entity.other.inherited-class.python | #ffcb6b | italic underline |
| variable.other.constant, constant.other.caps.python | #ffcb6b | bold |
| constant.language.python | #ffcb6b | italic |
| variable.parameter.function.python, variable.parameter.function.language.python | #f78c6c | italic |
| string, string.quoted, string.quoted.single.python, string.quoted.double.python, string.quoted.multi.python, string.quoted.raw.single.python, string.quoted.raw.double.python, string.quoted.single.block.python, string.quoted.double.block.python | #318538 | |
| meta.fstring.python, string.interpolated.python, string.quoted.f-string.single.python, string.quoted.f-string.double.python | #c5e1a5 | italic |
| constant.character.format.placeholder.other.python, constant.character.escape.python, constant.character.escape | #ffcb6b | bold |
| storage.type.string.python, string.quoted.binary.python | #f78c6c | bold |
| support.type.python | #64ffda | italic |
| support.type.exception.python | #f07178 | bold |
| support.function.magic.python | #ea80fc | bold italic |
| keyword.operator.python, keyword.operator.assignment.python, keyword.operator.arithmetic.python, keyword.operator.comparison.python, keyword.operator.bitwise.python | #89ddff | |
| punctuation.parenthesis.begin.python, punctuation.parenthesis.end.python, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.definition.dict.begin.python, punctuation.definition.dict.end.python | #e0e0e0 | |
| punctuation.separator.python, punctuation.separator.colon.python | #bdbdbd | |
| comment.line.number-sign.python, comment | #546e7a | italic |
| string.quoted.docstring.multi.python | #637777 | italic |
| entity.name.tag.html | #ff6ec7 | bold |
| entity.name.tag.script.html | #ffd740 | bold italic |
| entity.name.tag.style.html | #69f0ae | bold italic |
| entity.other.attribute-name.html, entity.other.attribute-name.generic.html | #b388ff | italic |
| string.quoted.double.html, string.quoted.single.html | #84ffff | |
| punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html | #ff4081 | |
| meta.tag.sgml.doctype.html, entity.name.tag.doctype.html | #ffd600 | bold underline |
| constant.character.entity.html, punctuation.definition.entity.html | #ea80fc | bold |
| entity.name.tag.css | #ff6ec7 | bold |
| entity.other.attribute-name.class.css | #69f0ae | bold |
| entity.other.attribute-name.id.css | #ffd740 | bold underline |
| support.type.property-name.css, meta.property-name.css | #80d8ff | |
| support.constant.property-value.css | #b2ff59 | |
| constant.numeric.css, keyword.other.unit.css | #ff8a80 | bold |
| support.constant.color.w3c-standard-color-name.css, constant.other.color.rgb-value.hex.css, punctuation.definition.constant.css | #ea80fc | italic |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #84ffff | italic bold |
| keyword.control.at-rule.css, keyword.control.at-rule.media.css, keyword.control.at-rule.import.css, keyword.control.at-rule.keyframes.css | #ffd740 | italic bold |
| keyword.other.important.css | #ff1744 | bold underline |
| support.function.misc.css, support.function.transform.css, support.function.calc.css | #b388ff | italic |
| punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css | #e0e0e0 | |
| string.quoted.double.css, string.quoted.single.css | #84ffff | |
| entity.name.tag.yaml, entity.other.attribute-name.yaml | #82aaff | bold |
| string.unquoted.yaml, string.quoted.single.yaml, string.quoted.double.yaml | #a5d6a7 | |
| constant.numeric.yaml, constant.language.boolean.yaml | #ffcb6b | bold |
| constant.language.null.yaml | #f07178 | italic bold |
| entity.name.type.anchor.yaml, variable.other.alias.yaml, punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml | #64ffda | italic |
| keyword.other.directive.yaml, storage.type.tag-handle.yaml, entity.name.tag.yaml.directive | #ea80fc | italic bold |
| keyword.control.flow.block-scalar.literal.yaml, keyword.control.flow.block-scalar.folded.yaml | #ff6ec7 | bold |
| constant.other.timestamp.yaml | #f78c6c | italic |
| punctuation.separator.key-value.yaml, punctuation.definition.block.sequence.item.yaml | #89ddff | |
| comment.line.number-sign.yaml | #546e7a | italic |
| support.type.property-name.json | #82aaff | bold |
| string.quoted.double.json | #a5d6a7 | |
| constant.numeric.json | #ffcb6b | bold |
| constant.language.boolean.json, constant.language.null.json | #f07178 | italic bold |
| punctuation.definition.array.begin.json, punctuation.definition.array.end.json, punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json | #e0e0e0 | |
| punctuation.separator.dictionary.key-value.json, punctuation.separator.array.json | #89ddff | |
| heading.1.markdown, markup.heading.atx.1.markdown, markup.heading.setext.1.markdown | #ff6ec7 | bold |
| heading.2.markdown, markup.heading.atx.2.markdown | #ff5370 | bold |
| heading.3.markdown, markup.heading.atx.3.markdown | #ffcb6b | bold |
| heading.4.markdown, heading.5.markdown, heading.6.markdown, markup.heading.atx.4.markdown, markup.heading.atx.5.markdown, markup.heading.atx.6.markdown | #c792ea | bold |
| punctuation.definition.heading.markdown | #c792ea | |
| markup.bold.markdown | #ff6ec7 | bold |
| markup.italic.markdown | #ea80fc | italic |
| markup.bold_italic.markdown | #f07178 | bold italic |
| markup.strikethrough.markdown | #546e7a | |
| markup.inline.raw.string.markdown, markup.raw.inline.markdown | #69f0ae | |
| markup.fenced_code.block.markdown, fenced_code.block.language.markdown | #64ffda | |
| fenced_code.block.language, markup.fenced_code.block.markdown entity.name.label | #00e5ff | italic bold |
| string.other.link.title.markdown, meta.link.inline.markdown, entity.name.tag.html | #84ffff | |
| markup.underline.link.markdown, markup.underline.link.image.markdown | #82aaff | underline italic |
| punctuation.definition.link.markdown, punctuation.definition.metadata.markdown | #89ddff | |
| markup.quote.markdown | #f78c6c | italic |
| punctuation.definition.quote.begin.markdown | #ff5370 | bold |
| punctuation.definition.list.begin.markdown | #c792ea | bold |
| markup.list.numbered.markdown, punctuation.definition.list.begin.numbered.markdown | #c792ea | bold |
| meta.separator.markdown | #89ddff | |
| string.other.link.description.markdown, string.other.link.description.title.markdown | #69f0ae | italic |
| punctuation.definition.table.markdown, markup.table.markdown | #89ddff | |
| meta.embedded.html.markdown, entity.name.tag.html.markdown | #ff6ec7 | italic |
| variable.other.env, keyword.other.env, constant.other.env, variable.language.env | #00e5ff | bold |
| string.quoted.double.env, string.quoted.single.env, string.unquoted.env | #a5d6a7 | |
| keyword.operator.assignment.env, punctuation.separator.key-value.env | #89ddff | |
| constant.numeric.env | #ffcb6b | bold |
| constant.language.boolean.env, constant.language.env | #f07178 | italic bold |
| comment.line.number-sign.env, comment.env | #546e7a | italic |
| meta.group.env, keyword.control.env | #ea80fc | italic bold |
| text.plain, source.plaintext | #cfd8dc |
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}!`;
}