Friendly Dark
Publisher: Satou FukumiThemes in package: 6
A friendly dark theme - new ErrorDark! ✨
A friendly dark theme - new ErrorDark! ✨
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 |
|---|---|---|
| meta.tag.attributes variable.other.readwrite.tsx | #20E3B2 | — |
| variable.other.property, variable.other.object.property, support.variable.property.importmeta | #e06c96 | |
| meta.preprocessor.macro, variable.parameter | #deaaff | |
| support.class.component | #8be9fd | |
| constant.character.escape, constant.regexp | #ff79c6 | — |
| string.regexp, constant.other.character-class.set.regexp, constant.character.escape.backslash.regexp | #F1FA8C | — |
| punctuation.definition.group.capture.regexp | #FF79C6 | — |
| string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end | #FF5555 | — |
| punctuation.definition.character-class.regexp | #8BE9FD | — |
| punctuation.definition.group.regexp | #FFB86C | — |
| punctuation.definition.group.assertion.regexp, keyword.operator.negation.regexp | #FF5555 | — |
| meta.assertion.look-ahead.regexp | #20E3B2 | — |
| source.css entity.name.tag.reference | #e06c96 | — |
| variable.scss, variable.css, variable.sass | #78b6ff | |
| constant.other | #9a86fd | bold |
| source.css.scss | #D5DCF9 | italic |
| entity.name.function, meta.property-value.scss support.constant.mathematical-symbols, meta.property-value.sass support.constant.mathematical-symbols, meta.property-value.css support.constant.mathematical-symbols, entity.name.function meta.function-call, variable.language.super | #78b6ff | |
| meta.property-name support.type.property-name, support.type.property-name, support.type.vendored.property-name | #8d86f3 | |
| meta.property-value support.type.property-name, support.constant.property-value, source.ini punctuation.separator.key-value | #99d6ea | — |
| meta.property-name.scss, meta.property-name meta.tag.other.unrecognized, meta.tag.other.unrecognized, meta.tag.other.unrecognized.html.derivative | #c1c8ff | |
| source.css entity.name.tag, source.css entity.other.attribute-name | #ca91e7 | |
| entity.other.attribute-name.attribute, entity.other.attribute-name | #20e3b2 | |
| support.constant, support.function | #bd93f9 | |
| entity.name.type.module | #0affba | italic |
| entity.name.type | #0aebff | italic |
| support.type.primitive, support.type.builtin, string.template variable.other.readwrite | #0aebff | |
| variable.language.this | #e9bc7e | italic |
| constant.language.import-export-all, source.ts.embedded.html.vue variable.other.readwrite | #ebd48a | |
| meta.import variable.other.readwrite.alias, variable.other.constant, meta.object.member variable.other, variable.other.object | #ebd48a | bold |
| support.type.property-name.json | #1dacff | |
| source.embedded, source.cpp, source.c | #b8c0ff | |
| constant.language.false, constant.language.true, constant.language.boolean.false, constant.language.boolean.true, constant.language.json, constant.language.undefined, constant.language.null, constant.language.python, constant.language | #b8c0ff | italic |
| keyword.operator.arithmetic | #ea6879 | |
| keyword.operator.cast, keyword.operator.sizeof, keyword.operator.typeid | #569CD6 | italic |
| keyword.control.new, keyword.operator.new, keyword.operator.expression.new, keyword.control.delete, keyword.operator.delete, keyword.operator.expression.delete | — | bold |
| keyword.other.unit | #b5cea8 | italic |
| beginning.punctuation.definition.list.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.link.restructuredtext | #8BE9FD | — |
| meta.separator.markdown | #6272A4 | — |
| fenced_code.block.language, markup.raw.inner.restructuredtext, markup.fenced_code.block.markdown punctuation.definition.markdown | #20E3B2 | — |
| markup.heading.markdown punctuation.definition.string.begin, markup.heading.markdown punctuation.definition.string.end | #BD93F9 | — |
| meta.paragraph.markdown punctuation.definition.string.begin, meta.paragraph.markdown punctuation.definition.string.end | #F8F8F2 | — |
| markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin, markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end | #F1FA8C | — |
| meta.paragraph.markdown | #FBF3E8 | — |
| markup.inserted | #20E3B2 | — |
| markup.deleted | #FF5555 | — |
| markup.changed | #FFB86C | — |
| markup.error | #FF5555 | — |
| markup.underline | — | underline |
| markup.bold | #FFB86C | bold |
| markup.heading | #BD93F9 | bold |
| markup.italic | #F1FA8C | italic |
| markup.inline.raw, markup.raw.restructuredtext | #20E3B2 | — |
| markup.underline.link, markup.underline.link.image | #8BE9FD | — |
| entity.name.directive.restructuredtext, markup.quote | #F1FA8C | italic |
| meta.link.reference.def.restructuredtext, punctuation.definition.directive.restructuredtext, string.other.link.description, string.other.link.title | #FF79C6 | — |
| emphasis | — | italic |
| strong | — | bold |
| header | #BD93F9 | — |
| meta.diff, meta.diff.header | #6272A4 | — |
| constant.numeric | #b5cea8 | |
| keyword, storage.modifier, storage.type, punctuation.definition.template-expression, entity.name.tag | #ff6bcb | |
| string.quoted, string.template, meta.attribute-selector, punctuation.definition.string.begin, punctuation.definition.string.end | #EAC394 | |
| comment | #5c6370 | |
| variable.language | #BD93F9 | italic |
| source.ini | #dcdcaa | — |
| meta.property-list | — | |
| source, string.template punctuation.accessor, string.template punctuation.separator, punctuation.separator.list.comma.css, punctuation.separator.key-value, punctuation.definition.attribute-selector.end.bracket.square.scss, punctuation.definition.attribute-selector.begin.bracket.square.scss, punctuation.terminator.rule, source.cpp punctuation.terminator, source.cpp punctuation.separator, keyword.operator.type.annotation, keyword.operator.optional, meta.type.annotation | #E9F1F7 |
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}!`;
}