π₯ FireBox theme
Publisher: gentalThemes in package: 1
Gruvbox-ish color theme focused on readability.
Gruvbox-ish color theme focused on readability.
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 |
|---|---|---|
| emphasis | β | italic |
| strong | β | bold |
| header | #f0d48d | β |
| comment, punctuation.definition.comment | #928374 | italic |
| constant, support.constant, variable.arguments | #e08282 | β |
| constant.rgb-value | #ebdbb2 | β |
| entity.name.selector | #fabd2f | β |
| entity.other.attribute-name | #fabd2f | β |
| entity.name.tag, punctuation.tag | #8ec07c | β |
| invalid, invalid.illegal | #cc241d | β |
| invalid.deprecated | #b16286 | β |
| meta.selector | #8ec07c | β |
| meta.preprocessor | #fe8019 | β |
| meta.preprocessor.string | #b8bb26 | β |
| meta.preprocessor.numeric | #b8bb26 | β |
| meta.header.diff | #fe8019 | β |
| storage | #fb4934 | β |
| storage.modifier | #fe8019 | β |
| string | #b8bb26 | β |
| string.tag | #b8bb26 | β |
| string.value | #b8bb26 | β |
| string.regexp | #fe8019 | β |
| string.escape | #fb4934 | β |
| string.quasi | #8ec07c | β |
| string.entity | #b8bb26 | β |
| object | #ebdbb2 | β |
| module.node | #f0d48d | β |
| support.type.property-name | #689d6a | β |
| keyword | #fb4934 | β |
| keyword.control | #fb4934 | italic |
| keyword.control.module | #8ec07c | β |
| keyword.control.less | #d79921 | β |
| keyword.operator | #d48250 | β |
| keyword.operator.new | #fe8019 | β |
| keyword.other.unit | #b8bb26 | β |
| metatag.php | #fe8019 | β |
| support.function.git-rebase | #689d6a | β |
| constant.sha.git-rebase | #b8bb26 | β |
| text.html.derivative | #f0d48d | italic |
| meta.type.name, meta.return.type, meta.return-type, meta.cast, meta.type.annotation, support.type, storage.type.cs, variable.class | #b8bb26 | β |
| variable.this, variable.self, support.variable | #deba7c | β |
| entity.name, entity.static, entity.name.class.static.function, entity.name.function, meta.function-call.generic | #fabd2f | β |
| entity.name.type, entity.name.class | #fe8019 | β |
| storage.type.function, entity.function, entity.name.function.static | #fb4934 | italic |
| entity.name.function.function-call | #8ec07c | β |
| support.function.builtin | #fe8019 | β |
| entity.name.method, entity.name.method.function-call, entity.name.static.function-call | #fabd2f | β |
| brace | #737373 | β |
| variable.parameter | #f0d48d | italic |
| meta.parameter.type.variable, variable.name, variable, string.constant.other.placeholder | #f0d48d | β |
| prototype | #d3869b | β |
| storage.type.class | #fb4934 | β |
| punctuation | #a89984 | β |
| punctuation.quoted | #ebdbb2 | β |
| punctuation.quasi | #fb4934 | β |
| *url*, *link*, *uri* | β | underline |
| meta.function.python, entity.name.function.python, function.builtin | #8ec07c | β |
| variable.language.special.self.python, variable.parameter.function.language.special.self.python | #deba7c | italic |
| entity.name.namespace | #fbf1c7 | bold |
| storage.type.function.python, storage.modifier.declaration, storage.type.class.python | #fb4934 | italic |
| constant.language.python, variable.other.builtin, support.constant.python | #8ec07c | italic |
| meta.function-call.arguments | #d5c4a1 | β |
| entity.name.function.decorator | #fabd2f | bold |
| constant.other.caps | β | bold |
| keyword.control.directive | #8ec07c | β |
| support.function.C99 | #fabd2f | β |
| meta.scope.prerequisites | #fabd2f | β |
| entity.name.function.target | #b8bb26 | bold |
| markup.underline | β | underline |
| string.other.link.title.markdown | #928374 | underline |
| markup.underline.link | #d3869b | β |
| markup.bold | #fe8019 | bold |
| markup.heading | #fe8019 | bold |
| markup.italic | β | italic |
| markup.inserted | #b8bb26 | β |
| markup.deleted | #fe8019 | β |
| markup.changed | #fe8019 | β |
| markup.punctuation.quote.beginning | #98971a | β |
| markup.punctuation.list.beginning | #83a598 | β |
| markup.inline.raw, markup.fenced_code.block | #8ec07c | β |
| string.quoted.double.json | #83a598 | β |
| source.json meta.structure.dictionary.json support.type.property-name.json | #b8bb26 | β |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #8ec07c | β |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #d3869b | β |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #b8bb26 | β |
| entity.other.attribute-name.css | #fe8019 | β |
| source.css meta.selector | #ebdbb2 | β |
| support.type.property-name.css | #fe8019 | β |
| entity.other.attribute-name.class | #b8bb26 | β |
| source.css support.function.transform, source.css support.function.timing-function, source.css support.function.misc | #fb4934 | β |
| support.property-value, constant.rgb-value, support.property-value.scss, constant.rgb-value.scss | #fe8019 | β |
| entity.name.tag.css | β | |
| punctuation.definition.tag | #928374 | β |
| text.html entity.name.tag, text.html punctuation.tag | #fb4934 | bold |
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}!`;
}