Lime Grove
A light theme for Visual Studio Code with lime green syntax and dark orange chrome. 6 perceptually distinct colors for maximum code readability.
A light theme for Visual Studio Code with lime green syntax and dark orange chrome. 6 perceptually distinct colors for maximum code 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 |
|---|---|---|
| source, text | #2D3320 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #6E8C58 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #5A7848 | italic |
| keyword, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, keyword.control.return, keyword.control.trycatch, keyword.control.exception, keyword.other.using, keyword.other.import, keyword.operator.new, keyword.operator.delete, keyword.operator.typeof, keyword.operator.void, keyword.operator.instanceof, keyword.operator.in, keyword.operator.of | #7B4FBE | bold |
| storage.type, storage.modifier | #7B4FBE | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #1A6FAF | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #1A6FAF | — |
| keyword.type, support.type.primitive, storage.type.primitive, storage.type.numeric, storage.type.string, storage.type.boolean, storage.type.object, storage.type.void, storage.type.cs | #1A6FAF | — |
| entity.name.function, entity.name.method, entity.name.member | #C05A10 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #C05A10 | — |
| variable.parameter | #8B5A30 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #2D3320 | — |
| variable.language | #7B4FBE | italic |
| variable.other.property, variable.other.member, support.variable.property | #1A5A8A | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #3A8A0A | — |
| constant.character.escape, constant.character.entity | #A06000 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #C05A10 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #B5420A | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #B5420A | bold |
| constant.other | #A06000 | — |
| keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.ternary, keyword.operator.spread, keyword.operator.optional, keyword.operator.nullish, keyword.operator.arrow | #5A6A72 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #6A7878 | — |
| string.regexp, constant.other.character-class.regexp, constant.character.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, punctuation.definition.group.regexp, punctuation.definition.character-class.regexp | #1A7A60 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #A06000 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #A06000 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #1A6FAF | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #A06000 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #3A8A0A | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #5A6A72 | — |
| string.unquoted.cdata.xml | #3A8A0A | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #6E8C58 | italic |
| entity.name.tag.namespace.xml | #7B4FBE | — |
| entity.name.tag.css | #1A6FAF | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #7B4FBE | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #A06000 | — |
| support.constant.property-value.css, meta.property-value.css | #3A8A0A | — |
| keyword.other.unit.css | #B5420A | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #1A7A60 | — |
| support.type.property-name.json | #A06000 | bold |
| string.quoted.double.json | #3A8A0A | — |
| constant.numeric.json | #B5420A | — |
| constant.language.json | #B5420A | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #7B4FBE | bold |
| markup.bold, punctuation.definition.bold.markdown | #C05A10 | bold |
| markup.italic, punctuation.definition.italic.markdown | #1A6FAF | italic |
| markup.inline.raw, markup.fenced_code.block | #1A7A60 | — |
| markup.underline.link, string.other.link | #1A7A60 | underline |
| punctuation.definition.list.begin.markdown | #C05A10 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #6E8C58 | italic |
| invalid, invalid.illegal | #F5F8EC | — |
| invalid.deprecated | #CC1100 | strikethrough |
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 |
|---|---|---|
| source, text | #D4DEC8 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #6A8A58 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #7AA068 | italic |
| keyword, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, keyword.control.return, keyword.control.trycatch, keyword.control.exception, keyword.other.using, keyword.other.import, keyword.operator.new, keyword.operator.delete, keyword.operator.typeof, keyword.operator.void, keyword.operator.instanceof, keyword.operator.in, keyword.operator.of | #9B6FE8 | bold |
| storage.type, storage.modifier | #9B6FE8 | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #4A9FD4 | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #4A9FD4 | — |
| keyword.type, support.type.primitive, storage.type.primitive, storage.type.numeric, storage.type.string, storage.type.boolean, storage.type.object, storage.type.void, storage.type.cs | #4A9FD4 | — |
| entity.name.function, entity.name.method, entity.name.member | #E07030 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #E07030 | — |
| variable.parameter | #C09070 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #D4DEC8 | — |
| variable.language | #9B6FE8 | italic |
| variable.other.property, variable.other.member, support.variable.property | #6ABCF0 | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #7EC820 | — |
| constant.character.escape, constant.character.entity | #C89030 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #E07030 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #E07060 | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #E07060 | bold |
| constant.other | #C89030 | — |
| keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.ternary, keyword.operator.spread, keyword.operator.optional, keyword.operator.nullish, keyword.operator.arrow | #8A9A9C | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #6A8A7A | — |
| string.regexp, constant.other.character-class.regexp, constant.character.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, punctuation.definition.group.regexp, punctuation.definition.character-class.regexp | #2AC890 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #C89030 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #C89030 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #4A9FD4 | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #C89030 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #7EC820 | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #8A9A9C | — |
| string.unquoted.cdata.xml | #7EC820 | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #6A8A58 | italic |
| entity.name.tag.namespace.xml | #9B6FE8 | — |
| entity.name.tag.css | #4A9FD4 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #9B6FE8 | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #C89030 | — |
| support.constant.property-value.css, meta.property-value.css | #7EC820 | — |
| keyword.other.unit.css | #E07060 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #2AC890 | — |
| support.type.property-name.json | #C89030 | bold |
| string.quoted.double.json | #7EC820 | — |
| constant.numeric.json | #E07060 | — |
| constant.language.json | #E07060 | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #9B6FE8 | bold |
| markup.bold, punctuation.definition.bold.markdown | #E07030 | bold |
| markup.italic, punctuation.definition.italic.markdown | #4A9FD4 | italic |
| markup.inline.raw, markup.fenced_code.block | #2AC890 | — |
| markup.underline.link, string.other.link | #2AC890 | underline |
| punctuation.definition.list.begin.markdown | #E07030 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #6A8A58 | italic |
| invalid, invalid.illegal | #F0EAD8 | — |
| invalid.deprecated | #E05040 | strikethrough |
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 |
|---|---|---|
| source, text | #FFFFFF | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #9CC090 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #ABC9A1 | italic |
| keyword, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, keyword.control.return, keyword.control.trycatch, keyword.control.exception, keyword.other.using, keyword.other.import, keyword.operator.new, keyword.operator.delete, keyword.operator.typeof, keyword.operator.void, keyword.operator.instanceof, keyword.operator.in, keyword.operator.of | #D6A8FF | bold |
| storage.type, storage.modifier | #D6A8FF | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #5CD0FF | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #5CD0FF | — |
| keyword.type, support.type.primitive, storage.type.primitive, storage.type.numeric, storage.type.string, storage.type.boolean, storage.type.object, storage.type.void, storage.type.cs | #5CD0FF | — |
| entity.name.function, entity.name.method, entity.name.member | #FFA840 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #FFA840 | — |
| variable.parameter | #FFCB8C | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #FFFFFF | — |
| variable.language | #D6A8FF | italic |
| variable.other.property, variable.other.member, support.variable.property | #74D7FF | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #B6FF2E | — |
| constant.character.escape, constant.character.entity | #FFD83C | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #FFA840 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #FF9A8A | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #FF9A8A | bold |
| constant.other | #FFD83C | — |
| keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.ternary, keyword.operator.spread, keyword.operator.optional, keyword.operator.nullish, keyword.operator.arrow | #D0DCDC | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #ABB4B4 | — |
| string.regexp, constant.other.character-class.regexp, constant.character.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, punctuation.definition.group.regexp, punctuation.definition.character-class.regexp | #3CF0C0 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #FFD83C | italic |
| entity.name.type.attribute.cs, support.type.attribute | #FFD83C | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #5CD0FF | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #FFD83C | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #B6FF2E | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #D0DCDC | — |
| string.unquoted.cdata.xml | #B6FF2E | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #9CC090 | italic |
| entity.name.tag.namespace.xml | #D6A8FF | — |
| entity.name.tag.css | #5CD0FF | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #D6A8FF | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #FFD83C | — |
| support.constant.property-value.css, meta.property-value.css | #B6FF2E | — |
| keyword.other.unit.css | #FF9A8A | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #3CF0C0 | — |
| support.type.property-name.json | #FFD83C | bold |
| string.quoted.double.json | #B6FF2E | — |
| constant.numeric.json | #FF9A8A | — |
| constant.language.json | #FF9A8A | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #D6A8FF | bold |
| markup.bold, punctuation.definition.bold.markdown | #FFA840 | bold |
| markup.italic, punctuation.definition.italic.markdown | #5CD0FF | italic |
| markup.inline.raw, markup.fenced_code.block | #3CF0C0 | — |
| markup.underline.link, string.other.link | #3CF0C0 | underline |
| punctuation.definition.list.begin.markdown | #FFA840 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #9CC090 | italic |
| invalid, invalid.illegal | #000000 | — |
| invalid.deprecated | #FF9A8A | strikethrough |
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 |
|---|---|---|
| source, text | #0A0A0A | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #3A6A22 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #345F1F | italic |
| keyword, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.loop, keyword.control.import, keyword.control.export, keyword.control.return, keyword.control.trycatch, keyword.control.exception, keyword.other.using, keyword.other.import, keyword.operator.new, keyword.operator.delete, keyword.operator.typeof, keyword.operator.void, keyword.operator.instanceof, keyword.operator.in, keyword.operator.of | #6A1FB0 | bold |
| storage.type, storage.modifier | #6A1FB0 | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #06548E | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #06548E | — |
| keyword.type, support.type.primitive, storage.type.primitive, storage.type.numeric, storage.type.string, storage.type.boolean, storage.type.object, storage.type.void, storage.type.cs | #06548E | — |
| entity.name.function, entity.name.method, entity.name.member | #9A3800 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #9A3800 | — |
| variable.parameter | #602604 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #0A0A0A | — |
| variable.language | #6A1FB0 | italic |
| variable.other.property, variable.other.member, support.variable.property | #064D83 | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #2A6E00 | — |
| constant.character.escape, constant.character.entity | #785000 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #9A3800 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #9A2000 | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #9A2000 | bold |
| constant.other | #785000 | — |
| keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.logical, keyword.operator.bitwise, keyword.operator.ternary, keyword.operator.spread, keyword.operator.optional, keyword.operator.nullish, keyword.operator.arrow | #283840 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #4F5C62 | — |
| string.regexp, constant.other.character-class.regexp, constant.character.regexp, keyword.operator.quantifier.regexp, keyword.operator.or.regexp, punctuation.definition.group.regexp, punctuation.definition.character-class.regexp | #006650 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #785000 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #785000 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #06548E | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #785000 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #2A6E00 | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #283840 | — |
| string.unquoted.cdata.xml | #2A6E00 | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #3A6A22 | italic |
| entity.name.tag.namespace.xml | #6A1FB0 | — |
| entity.name.tag.css | #06548E | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #6A1FB0 | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #785000 | — |
| support.constant.property-value.css, meta.property-value.css | #2A6E00 | — |
| keyword.other.unit.css | #9A2000 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #006650 | — |
| support.type.property-name.json | #785000 | bold |
| string.quoted.double.json | #2A6E00 | — |
| constant.numeric.json | #9A2000 | — |
| constant.language.json | #9A2000 | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #6A1FB0 | bold |
| markup.bold, punctuation.definition.bold.markdown | #9A3800 | bold |
| markup.italic, punctuation.definition.italic.markdown | #06548E | italic |
| markup.inline.raw, markup.fenced_code.block | #006650 | — |
| markup.underline.link, string.other.link | #006650 | underline |
| punctuation.definition.list.begin.markdown | #9A3800 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #3A6A22 | italic |
| invalid, invalid.illegal | #FFFFFF | — |
| invalid.deprecated | #9A2000 | strikethrough |
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}!`;
}