Hololive EN
Publisher: Holo_loveThemes in package: 3
Dark themes based on the Hololive English talents
Dark themes based on the Hololive English talents
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 |
|---|---|---|
| storage.modifier, string constant.other.placeholder, storage.type, keyword, invalid.deprecated | #C01848 | — |
| comment, punctuation.definition.comment | #534252 | italic |
| punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.scss | #202020 | — |
| constant.other.php, constant.other.color | #C01848 | — |
| invalid, invalid.illegal | #bebebe | — |
| Keyword, Storage | — | — |
| keyword.control, constant.other.color, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution, entity.name.tag.reference.scss | #C01848 | — |
| punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, entity.name.type.module.js | #C01848 | — |
| keyword.control.at-rule, punctuation.terminator.rule.css, keyword.control.operator, punctuation.definition.entity.css, keyword.operator.assignment.js, punctuation.separator.comma.js, punctuation.definition.string.begin.js, punctuation.definition.string.end.js, punctuation.definition.binding-pattern.object.js | #dadada | — |
| comment.line.scss, comment.line.double-slash.js, punctuation.definition.comment.scss, punctuation.definition.comment.js, punctuation.definition.comment.html, comment.block.html | #dadada | — |
| text.html.derivative | #bebebe | — |
| entity.name.tag, keyword.operator, meta.tag.sgml, support.class.component.svelte, markup.deleted.git_gutter | #bebebe | — |
| entity.name.tag.html | — | — |
| variable.parameter.js, variable.parameter.keyframe-list.css, variable.function, entity.name.function, meta.class-method.js entity.name.function.js, variable.function.constructor | #FFC0D8 | — |
| variable.other.object.js, storage.type.js, string.other.link.title.markdown, variable.other.readwrite.js, variable.other.property.js | #d44f65 | — |
| string, string.quoted.double.html, string.quoted.single.scss, variable.other.constant.js, variable.other.object.property.js, string.quoted.double.json, markup.fenced_code.block.markdown, markup.inline.raw.string.markdown, keyword.other.special-method, markup.bold, markup.bold.markdown, markup.italic.markdown, entity.name.tag.other.html, entity.name.tag.block.any.html, source.sass keyword.control, markup.fenced_code.block | #aaaae6 | — |
| punctuation.definition.string.begin.html, punctuation.definition.string.end.html | #462e44d0 | — |
| support.other.variable, string.other.link, markup.table | #dadada | — |
| constant.numeric, constant.language, constant.character, constant.escape, keyword.other.unit, keyword.other, punctuation.separator.key-value.html | #aaaae6 | — |
| variable.parameter.function.language.special, variable.parameter, variable | #dadada | — |
| constant.other.symbol, constant.other.key, entity.other.inherited-class, keyword.other.unit, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly, constant.other.object.key.js, string.unquoted.label.js | #202020 | — |
| entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, entity.other.attribute-name.html | #FFC0D8 | — |
| support.type | #aaaae6 | — |
| source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name | #d44f65 | — |
| entity.name.module.js, variable.import.parameter.js, variable.other.class.js | #dadada | — |
| entity.name.method.js, tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js | #aaaae6 | — |
| entity.other.attribute-name, support.function | #FFC0D8 | — |
| entity.other.attribute-name.id, entity.other.attribute-name.class, entity.other.attribute-name.pseudo-class, entity.name.tag.css, keyword.control.conditional.js, support.constant, entity.other.attribute-name.html, string.quoted.single.js, storage.type.function.js, meta.object-literal.key | #bebebe | — |
| source.scss keyword.control | #FFC0D8 | — |
| markup.inserted | #202020 | — |
| markup.deleted | #bebebe | — |
| markup.changed | #FFC0D8 | — |
| string.regexp | #462e44d0 | — |
| constant.character.escape | #bebebe | — |
| *url*, *link*, *uri* | — | underline |
| source.js constant.other.object.key.js string.unquoted.label.js, support.type.property-name.json | #e4c8cc | — |
| text.html.markdown, punctuation.definition.list_item.markdown | #dadada | — |
| text.html.markdown markup.inline.raw.markdown, punctuation.definition.raw.markdown | #FFC0D8 | — |
| text.html.markdown meta.dummy.line-break | — | — |
| markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, entity.name.section.markdown | #d44f65 | bold |
| markup.underline | #aaaae6 | underline |
| markup.quote punctuation.definition.blockquote.markdown | #462e4450 | — |
| markup.quote | — | — |
| string.other.link.description.title.markdown | #FFC0D8 | — |
| constant.other.reference.link.markdown | #FFC0D8 | — |
| markup.raw.block | #FFC0D8 | — |
| punctuation.definition.raw.markdown, punctuation.definition.markdown | #462e44d0 | — |
| punctuation.definition.list.begin, punctuation.definition.list.end, punctuation.definition.parameters, punctuation.definition.block | #dadada | — |
| variable.language.fenced.markdown | #462e44 | — |
| meta.separator | #bebebe | bold |
| token.info-token | #462e44 | — |
| token.warn-token | #FFC0D8 | — |
| token.error-token | #e6697e | — |
| token.debug-token | #462e44d0 | — |
TypeScript sample highlighted with this variant's colors and tokenColors.
Loading...
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}!`;
}