MultiTheme
Publisher: Arturo ArevaloThemes in package: 336
A collection of themes ported from TextMate
A collection of themes ported from TextMate
Full workbench mockup using this variant's colors and tokenColors.
Loading...
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| — | #FFFFFF | — |
| comment | #666C68 | |
| storage, support.type | #C23B00 | — |
| string.unquoted.embedded, text source, string.unquoted | #FFFFFF | — |
| constant.character.escaped, string source - string.unquoted.embedded, string string source | #E9470000 | — |
| string - string source, string source string, meta.scope.heredoc | #C23800 | |
| constant.numeric | #E98800 | — |
| variable.language, variable.other | #648BD2 | |
| constant | #E98800 | — |
| other.preprocessor | #A8B3AB | |
| entity.name.preprocessor | #A8B3AB | |
| entity.name.function, keyword.operator, keyword.other.name-of-parameter | #A8B3AB | |
| entity.name.class | #9A2F00 | |
| variable.parameter | #648BD2 | |
| storage.type.method | #666C68 | |
| keyword, storage.type.function.php | #A39E64 | |
| invalid | #FFFFFF | — |
| invalid.trailing-whitespace | #000000 | — |
| support.function | #588E60 | |
| support.class, support.type, entity.name | #5778B6 | |
| support.constant | #C87500 | — |
| support.other.variable | #5879B7 | |
| declaration.xml-processing | #68685B | |
| declaration.doctype | #888888 | |
| declaration.doctype.DTD | #888888 | |
| declaration.tag | #A65EFF | |
| entity.name.tag | #A65EFF | — |
| entity.other.attribute-name | #909993 | |
| punctuation | #90999380 | — |
| entity.other.inherited-class | #7642B7 | |
| meta.scope.changed-files.svn, markup.inserted.svn, markup.changed.svn, markup.deleted.svn | #FFFFFF | |
| meta.section | — | — |
| meta.section meta.section | — | — |
| meta.section meta.section meta.section | — | — |
Full workbench mockup using this variant's colors and tokenColors.
Loading...
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| — | #F8F8F2 | — |
| comment | #75715E | — |
| string | #E6DB74 | — |
| constant.numeric | #AE81FF | — |
| constant.language | #AE81FF | — |
| constant.character, constant.other | #AE81FF | — |
| variable | — | |
| keyword | #F92672 | — |
| storage | #F92672 | |
| storage.type | #66D9EF | italic |
| entity.name.class | #A6E22E | underline |
| entity.other.inherited-class | #A6E22E | italic underline |
| entity.name.function | #A6E22E | |
| variable.parameter | #FD971F | italic |
| entity.name.tag | #F92672 | |
| entity.other.attribute-name | #A6E22E | |
| support.function | #66D9EF | |
| support.constant | #66D9EF | |
| support.type, support.class | #66D9EF | italic |
| support.other.variable | — | |
| invalid | #F8F8F0 | |
| invalid.deprecated | #F8F8F0 | — |
| meta.structure.dictionary.json string.quoted.double.json | #CFCFC2 | — |
| meta.diff, meta.diff.header | #75715E | — |
| markup.deleted | #F92672 | — |
| markup.inserted | #A6E22E | — |
| markup.changed | #E6DB74 | — |
| constant.numeric.line-number.find-in-files - match | #AE81FFA0 | — |
| entity.name.filename.find-in-files | #E6DB74 | — |
Full workbench mockup using this variant's colors and tokenColors.
Loading...
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| — | #eeeeee | — |
| comment | #686868 | — |
| string | #E6DB74 | — |
| constant.numeric | #50afe9 | bold |
| constant.language | #50afe9 | bold |
| constant.character, constant.other | #50afe9 | bold |
| variable | — | |
| keyword | #e12977 | — |
| storage | #e12977 | — |
| storage.type | #dc73d8 | bold italic |
| entity.name.class | #c5e400 | — |
| entity.other.inherited-class | #c5e400 | bold |
| entity.name.function | #c5e400 | bold |
| variable.parameter | #fff | bold italic |
| entity.name.tag | #F92672 | |
| entity.other.attribute-name | #dcff00 | bold |
| support.function | #ffb700 | bold |
| support.constant | #dc73d8 | |
| support.type, support.class | #ffb700 | |
| support.other.variable | — | |
| invalid | #000 | |
| invalid.deprecated | #ffff05 | — |
Full workbench mockup using this variant's colors and tokenColors.
Loading...
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| — | #F8F8F2 | — |
| comment | #c2b889 | — |
| string | #ffff63 | — |
| constant.numeric | #f082ff | — |
| constant.language | #f082ff | — |
| constant.character, constant.other | #f082ff | — |
| variable | — | |
| keyword | #ff005e | — |
| storage | #ff005e | |
| storage.type | #41ffff | italic |
| entity.name.class | #dcff00 | underline |
| entity.other.inherited-class | #dcff00 | italic underline |
| entity.name.function | #dcff00 | bold |
| variable.parameter | #ffb800 | italic |
| entity.name.tag | #ff005e | |
| entity.other.attribute-name | #dcff00 | |
| support.function | #41ffff | |
| support.constant | #41ffff | |
| support.type, support.class | #41ffff | italic |
| support.other.variable | — | |
| invalid | #ffffff | |
| invalid.deprecated | #ffffff | — |
| meta.diff, meta.diff.header | #655c2d | — |
| markup.deleted | #ff005e | — |
| markup.inserted | #dcff00 | — |
| markup.changed | #ffff63 | — |
| constant.numeric.line-number.find-in-files - match | #000000 | — |
| entity.name.filename.find-in-files | #ffff63 | — |
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}!`;
}
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}!`;
}