Theodora
Publisher: ckpedersenThemes in package: 5
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 |
|---|---|---|
| — | #f9f9f9 | — |
| source.ruby, text.html.erb, source.json.comments, source.css, source.js | #f9f9f9 | — |
| comment | #726d73 | italic |
| storage | #faf0a8 | |
| invalid.deprecated | #dbb7b0 | italic underline |
| invalid.illegal | #F8F8F8 | — |
| ----------------------------------- | — | — |
| text source | — | — |
| text.html.ruby source | — | — |
| entity.other.inherited-class | #ac6f3c | italic |
| string source | #e4efb9 | |
| string constant | #e7f1ba | — |
| string.regexp | #E9C062 | |
| string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition | #CF7D34 | — |
| support.function | #e1d797 | |
| support.constant | #da7f5e | |
| meta.preprocessor.c, support.class.ruby | #ac98ad | — |
| meta.preprocessor.c keyword | #c0cfe0 | — |
| meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string | #494949 | — |
| declaration.tag, declaration.tag entity, meta.tag entity | #bb996e | — |
| declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity | #ffffff | — |
| meta.selector.css entity.name.tag | #d7b67c | — |
| meta.selector.css entity.other.attribute-name.tag.pseudo-class | #a0ab7d | — |
| meta.selector.css entity.other.attribute-name.id | #8B98AB | — |
| meta.selector.css entity.other.attribute-name.class | #ac8350 | — |
| support.type.property-name.css | #C5AF75 | — |
| meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css | #faf0a8 | — |
| meta.preprocessor.at-rule keyword.control.at-rule | #8693A5 | — |
| meta.property-value support.constant.named-color.css, meta.property-value constant | #CA7840 | — |
| meta.constructor.argument.css | #a0ab7d | — |
| meta.diff, meta.diff.header, meta.separator | #F8F8F8 | italic |
| markup.deleted | #F8F8F8 | — |
| markup.changed | #F8F8F8 | — |
| markup.inserted | #F8F8F8 | — |
| markup.list | #faf0a8 | — |
| markup.heading | #da7f5e | — |
| markup.deleted.git_gutter | #da7f5e | — |
| markup.inserted.git_gutter | #a0ab7d | — |
| markup.changed.git_gutter | #889ab5 | — |
| markup.ignored.git_gutter | #565656 | — |
| markup.untracked.git_gutter | #565656 | — |
| deco.folding | #6d7d78 | — |
| comment | #726d73 | italic |
| constant | #da7f5e | — |
| entity | #ac8350 | |
| keyword | #d7b67c | |
| storage | #faf0a8 | |
| string | #a0ab7d | |
| support | #ac98ad | |
| variable | #889ab5 | — |
| invalid.deprecated | #dbb7b0 | italic underline |
| source invalid.deprecated | — | italic underline |
| invalid.illegal | #f9f9f9 | — |
| ----------------------------------- | — | — |
| meta.embedded.block, punctuation.whitespace.embedded | — | — |
| meta.embedded.line | — | — |
| entity.other.inherited-class | #ac6f3c | italic |
| string meta.embedded | #e4efb9 | |
| string constant | #e7f1ba | — |
| string.regexp | #E9C062 | |
| string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition | #CF7D34 | — |
| string variable | #9fa9a6 | — |
| support.function | #e1d797 | |
| support.constant | #da7f5e | |
| meta.preprocessor.c, source.swift meta.preprocessor | #9da7b6 | — |
| meta.preprocessor.c keyword, source.swift meta.preprocessor keyword | #c0cfe0 | — |
| meta.tag.metadata.doctype, meta.tag.metadata.doctype entity, meta.tag.metadata.doctype string, meta.tag.metadata.processing.xml, meta.tag.metadata.processing.xml entity, meta.tag.metadata.processing.xml string | #494949 | — |
| declaration.tag, declaration.tag entity, meta.tag, meta.tag entity | #bb996e | — |
| declaration.tag.inline, declaration.tag.inline entity, meta.tag.inline, meta.tag.inline entity | #e3cfa1 | — |
| meta.selector.css entity.name.tag | #d7b67c | — |
| meta.selector.css entity.other.attribute-name.tag.pseudo-class | #a0ab7d | — |
| meta.selector.css entity.other.attribute-name.id | #8B98AB | — |
| meta.selector.css entity.other.attribute-name.class | #ac8350 | — |
| support.type.property-name.css | #C5AF75 | — |
| meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css | #faf0a8 | — |
| meta.preprocessor.at-rule keyword.control.at-rule | #8693A5 | — |
| meta.property-value support.constant.named-color.css, meta.property-value constant | #CA7840 | — |
| meta.constructor.argument.css | #a0ab7d | — |
| meta.diff, meta.diff.header, meta.separator, meta.diff.range, meta.diff.index | #F8F8F8 | italic |
| markup.deleted | #F8F8F8 | — |
| markup.changed | #F8F8F8 | — |
| markup.inserted | #F8F8F8 | — |
| markup.list | #faf0a8 | — |
| markup.heading | #da7f5e | — |
| markup.raw.block | — | — |
| meta.test1 | — | — |
| meta.test2 | — | — |
| meta.test3 | — | — |
| meta.test4 | — | — |
| source.ruby | — | bold |
| variable.other.readwrite.instance.ruby, constant.other.symbol.ruby, constant.other.symbol.hashkey.ruby | — |
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}!`;
}