FirefoxTheme
Publisher: LinLongThemes in package: 2
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 |
|---|---|---|
| — | #B1B1B3 | — |
| entity.other.attribute-name, string.unquoted.alias.graphql | #ff936a | — |
| comment, punctuation.definition.comment | #939393 | — |
| string | #6B89FF | — |
| constant.character.escape.backslash.regexp, constant.other.character-class.regexp, keyword.operator.quantifier.regexp, string.regexp | #6B89FF | — |
| constant.numeric | #6B89FF | — |
| meta.definition.variable.name, support.variable, variable, variable.language | #75BFFF | — |
| keyword | #FF7DE9 | italic |
| storage | #FF7DE9 | italic |
| entity.name.class, entity.name.type | #B98EFF | — |
| meta.function-call | #B98EFF | — |
| meta.definition.function | #75BFFF | — |
| punctuation.section.embedded.begin, punctuation.section.embedded.end | #E9F4FE | — |
| constant.language | #E9F4FE | — |
| constant.character, constant.other | #FFFFB4 | — |
| entity.other.inherited-class | #B98EFF | — |
| variable.parameter | #75BFFF | — |
| storage.type | #FF7DE9 | — |
| support.function | #B98EFF | — |
| support.constant | #6B89FF | — |
| support.type, support.class | #B98EFF | — |
| entity.name.function, support.variable.property.dom, variable.other.property | #86DE74 | — |
| meta.object-literal.key | #ffab70 | — |
| meta.brace.round, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters.begin, punctuation.definition.parameters.end, punctuation.separator.comma, punctuation.separator.key-value, punctuation.terminator.statement | #D7D7DB | — |
| storage.type.function.arrow.js | #B98EFF | — |
| variable.language.this | #FF7DE9 | — |
| entity.name.type.class | #75BFFF | — |
| keyword.operator.assignment | #fff000 | — |
| entity.name.tag | #75BFFF | — |
| meta.tag.metadata.doctype.html, meta.tag.sgml.doctype.html | #909090 | — |
| punctuation.definition.tag | #767578 | — |
| meta.tag.structure.any.html | — | — |
| entity.other.attribute.name, entity.other.attribute-name.html, entity.other.attribute-name.id.html, entity.other.attribute-name.localname.xml, entity.other.attribute-name.js | #FF7DE9 | — |
| comment.block.html | #86DE74AA | — |
| punctuation.definition.string.begin.html, punctuation.definition.string.end.html | #909090 | — |
| meta.selector.css, entity.name.tag.css, keyword.control.at-rule.media.css | — | — |
| meta.function.url.css, meta.property-value.css, support.constant.property-value.css, support.function.url.css, support.function.misc.css, keyword.other.unit.px.css, keyword.other.unit.pt.css, keyword.other.unit.percentage.css, keyword.other.unit.em.css, keyword.other.unit.rem.css, keyword.other.unit.ch.css, keyword.other.unit.vh.css, keyword.other.unit.vw.css, keyword.other.unit.s.css, keyword.other.unit.deg.css, keyword.other.unit.scss, keyword.other.unit.dppx.css, support.constant.media.css, constant.numeric.css, string.quoted.single.css, string.quoted.double.css | #6B89FF | — |
| constant.other.color.rgb-value.hex.css, variable.parameter.url.css, support.function.transform.css, support.function.calc.css, entity.other.attribute-name.pseudo-class.css, meta.function.gradient.css, support.function.gradient.css, variable.parameter.url.scss, entity.name.tag.scss" | #E9F4FE | — |
| punctuation.terminator.rule.css, punctuation.separator.key-value.css, punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css, punctuation.separator.list.comma.css, keyword.operator.pattern.css | — | — |
| support.type.property-name.css, support.type.property-name.media.css, support.type.vendored.property-name.media.css | #86DE74 | — |
| support.type.vendored.property-name.css, entity.other.attribute-name.pseudo-element.css | #FF7DE9 | — |
| keyword.operator.combinator.css | #D7D7DB | — |
| support.type.property-name.css | #86DE74 | — |
| support.type.property-name.json | #75BFFF | — |
| string.quoted.double.json | #FF7DE9 | — |
| constant.numeric.json, constant.language.json | #86DE74 | — |
| punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json | #75BFFF | — |
| punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json | #B1B1B3 | — |
| variable.other.object | #B98EFF | — |
| variable.other.constant.property | #86DE74 | — |
| constant.language.null, constant.language.undefined | #FF9494 | — |
| constant.language.boolean.true | #75BFFF | — |
| constant.language.boolean.false | #FF9494 | — |
| meta.attribute.name, string.quoted.double.html, string.quoted.double.xml | #B98EFF | — |
| markup.heading | #86DE74 | bold |
| markup.underline | #75BFFF | underline |
| markup.bold | — | bold |
| markup.italic | — | italic |
| markup.inserted | #86DE74 | — |
| markup.deleted | #CC3D3D | — |
| markup.changed | #0A84FF | — |
| punctuation.definition.quote.begin.markdown | #FF7DE9 | — |
| punctuation.definition.list.begin.markdown | #75BFFF | — |
| markup.inline.raw | #B98EFF | — |
| meta.paragraph.markdown | #B1B1B3 | — |
| punctuation.definition.list.begin.markdown | #B1B1B3 | — |
| string.other.link.title.markdown, string.other.link.description.markdown | #E9F4FE | — |
| markup.underline.link.markdown, markup.underline.link.image.markdown | #75BFFF | italic |
| source.env, constant.numeric.env | #B1B1B3 | — |
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}!`;
}