hieppp-theme
Publisher: hieppp.devThemes in package: 1
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.embedded, source.groovy.embedded, string meta.image.inline.markdown | #000000 | — |
| emphasis | — | italic |
| strong | — | bold |
| meta.diff.header | #000080 | — |
| comment | #008000 | — |
| constant.language | #0000FF | — |
| constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent | #098658 | — |
| constant.regexp | #811F3F | — |
| entity.name.tag | #800000 | — |
| entity.name.selector | #800000 | — |
| entity.other.attribute-name | #E50000 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss | #800000 | — |
| invalid | #CD3131 | — |
| markup.underline | — | underline |
| markup.bold | #000080 | bold |
| markup.heading | #800000 | bold |
| markup.italic | — | italic |
| markup.strikethrough | — | strikethrough |
| markup.inserted | #098658 | — |
| markup.deleted | #A31515 | — |
| markup.changed | #0451A5 | — |
| punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown | #0451A5 | — |
| markup.inline.raw | #800000 | — |
| punctuation.definition.tag | #800000 | — |
| meta.preprocessor, entity.name.function.preprocessor | #0000FF | — |
| meta.preprocessor.string | #A31515 | — |
| meta.preprocessor.numeric | #098658 | — |
| meta.structure.dictionary.key.python | #0451A5 | — |
| storage | #0000FF | — |
| storage.type | #0000FF | — |
| storage.modifier, keyword.operator.noexcept | #0000FF | — |
| string, meta.embedded.assembly | #A31515 | — |
| string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars | #0000FF | — |
| string.regexp | #811F3F | — |
| punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded | #0000FF | — |
| meta.template.expression | #000000 | — |
| support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color | #0451A5 | — |
| support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded | #E50000 | — |
| support.type.property-name.json | #0451A5 | — |
| keyword | #0000FF | — |
| keyword.control | #0000FF | — |
| keyword.operator | #000000 | — |
| keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike | #0000FF | — |
| keyword.other.unit | #098658 | — |
| punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php | #800000 | — |
| support.function.git-rebase | #0451A5 | — |
| constant.sha.git-rebase | #098658 | — |
| storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java | #000000 | — |
| variable.language | #0000FF | — |
| string.quoted.single.ts, string.quoted.single.tsx, entity.name.import.go, string.quoted.raw.go, string.quoted.double.go, string.quoted.double.tsx, string.template.ts | #0D8105 | — |
| entity.other.attribute-name.tsx | #E07313 | — |
| comment.line.double-slash.ts, comment.line.double-slash.tsx | #059C4B | — |
| entity.name.function.tsx, entity.name.function.go, support.function.go, meta.definition.property.tsx, meta.function-call.tsx, punctuation.accessor.optional.tsx, entity.name.function.ts, meta.function-call.ts | #FF69B4 | — |
| entity.name.function, entity.name.function, variable.other.assignment.go | #FF69B4 | — |
| keyword.package.go, source.go | #1232AC | — |
| string.quoted.double.go, source.go, meta.embedded.assembly | #1232AC | — |
| string.quoted.double.json | #0D8105 | — |
| string.template.tsx | #0D8105 | — |
| token.info-token | #316BCD | — |
| token.warn-token | #CD9731 | — |
| token.error-token | #CD3131 | — |
| token.debug-token | #800080 | — |
| string.quoted.single.ts, string.quoted.single.tsx, entity.name.import.go, string.quoted.raw.go, string.quoted.double.go, string.quoted.double.tsx, string.template.ts | #0D8105 | — |
| entity.other.attribute-name.tsx | #E38A25 | — |
| comment.line.double-slash.ts, comment.line.double-slash.tsx | #0D8105 | — |
| entity.name.function.tsx, entity.name.function.go, support.function.go, meta.definition.property.tsx, meta.function-call.tsx, punctuation.accessor.optional.tsx, entity.name.function.ts, meta.function-call.ts | #E38A25 | — |
| entity.name.function, entity.name.function, variable.other.assignment.go | #E38A25 | — |
| keyword.package.go, source.go | #1632A4 | — |
| string.quoted.double.go, source.go, meta.embedded.assembly | #1632A4 | — |
| string.quoted.double.json | #0D8105 | — |
| string.template.tsx | #0D8105 | — |
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}!`;
}