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 | #DCF0D0 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #4A7050 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #5A8860 | 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 | #B080FF | bold |
| storage.type, storage.modifier | #B080FF | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #50C0F0 | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #50C0F0 | — |
| 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 | #50C0F0 | — |
| entity.name.function, entity.name.method, entity.name.member | #F09040 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #F09040 | — |
| variable.parameter | #C89870 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #DCF0D0 | — |
| variable.language | #B080FF | italic |
| variable.other.property, variable.other.member, support.variable.property | #80D8F8 | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #A0E020 | — |
| constant.character.escape, constant.character.entity | #E0B040 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #F09040 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #F08878 | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #F08878 | bold |
| constant.other | #E0B040 | — |
| 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 | #8AA8B0 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #6A9098 | — |
| 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 | #30E8A0 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #E0B040 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #E0B040 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #50C0F0 | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #E0B040 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #A0E020 | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #8AA8B0 | — |
| string.unquoted.cdata.xml | #A0E020 | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #4A7050 | italic |
| entity.name.tag.namespace.xml | #B080FF | — |
| entity.name.tag.css | #50C0F0 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #B080FF | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #E0B040 | — |
| support.constant.property-value.css, meta.property-value.css | #A0E020 | — |
| keyword.other.unit.css | #F08878 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #30E8A0 | — |
| support.type.property-name.json | #E0B040 | bold |
| string.quoted.double.json | #A0E020 | — |
| constant.numeric.json | #F08878 | — |
| constant.language.json | #F08878 | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #B080FF | bold |
| markup.bold, punctuation.definition.bold.markdown | #F09040 | bold |
| markup.italic, punctuation.definition.italic.markdown | #50C0F0 | italic |
| markup.inline.raw, markup.fenced_code.block | #30E8A0 | — |
| markup.underline.link, string.other.link | #30E8A0 | underline |
| punctuation.definition.list.begin.markdown | #F09040 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #4A7050 | italic |
| invalid, invalid.illegal | #111614 | — |
| invalid.deprecated | #F08878 | 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 | #DCF0D0 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #4A7050 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #65856A | 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 | #B080FF | bold |
| storage.type, storage.modifier | #B080FF | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #50C0F0 | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #50C0F0 | — |
| 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 | #50C0F0 | — |
| entity.name.function, entity.name.method, entity.name.member | #F09040 | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #F09040 | — |
| variable.parameter | #E8B67A | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #DCF0D0 | — |
| variable.language | #B080FF | italic |
| variable.other.property, variable.other.member, support.variable.property | #6AC9F2 | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #A0E020 | — |
| constant.character.escape, constant.character.entity | #E0B040 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #F09040 | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #F08878 | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #F08878 | bold |
| constant.other | #E0B040 | — |
| 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 | #8AA8B0 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #718A90 | — |
| 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 | #30E8A0 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #E0B040 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #E0B040 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #50C0F0 | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #E0B040 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #A0E020 | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #8AA8B0 | — |
| string.unquoted.cdata.xml | #A0E020 | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #4A7050 | italic |
| entity.name.tag.namespace.xml | #B080FF | — |
| entity.name.tag.css | #50C0F0 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #B080FF | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #E0B040 | — |
| support.constant.property-value.css, meta.property-value.css | #A0E020 | — |
| keyword.other.unit.css | #F08878 | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #30E8A0 | — |
| support.type.property-name.json | #E0B040 | bold |
| string.quoted.double.json | #A0E020 | — |
| constant.numeric.json | #F08878 | — |
| constant.language.json | #F08878 | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #B080FF | bold |
| markup.bold, punctuation.definition.bold.markdown | #F09040 | bold |
| markup.italic, punctuation.definition.italic.markdown | #50C0F0 | italic |
| markup.inline.raw, markup.fenced_code.block | #30E8A0 | — |
| markup.underline.link, string.other.link | #30E8A0 | underline |
| punctuation.definition.list.begin.markdown | #F09040 | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #4A7050 | italic |
| invalid, invalid.illegal | #000000 | — |
| invalid.deprecated | #F08878 | 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 | #544636 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #A09070 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #908265 | 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 | #8A4FA0 | bold |
| storage.type, storage.modifier | #8A4FA0 | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #3A6A98 | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #3A6A98 | — |
| 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 | #3A6A98 | — |
| entity.name.function, entity.name.method, entity.name.member | #B05A1E | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #B05A1E | — |
| variable.parameter | #8B5228 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #544636 | — |
| variable.language | #8A4FA0 | italic |
| variable.other.property, variable.other.member, support.variable.property | #35628C | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #6A7A1E | — |
| constant.character.escape, constant.character.entity | #8A6418 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #B05A1E | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #A0402A | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #A0402A | bold |
| constant.other | #8A6418 | — |
| 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 | #8A7A60 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #9D8F76 | — |
| 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 | #2A7A66 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #8A6418 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #8A6418 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #3A6A98 | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #8A6418 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #6A7A1E | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #8A7A60 | — |
| string.unquoted.cdata.xml | #6A7A1E | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #A09070 | italic |
| entity.name.tag.namespace.xml | #8A4FA0 | — |
| entity.name.tag.css | #3A6A98 | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #8A4FA0 | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #8A6418 | — |
| support.constant.property-value.css, meta.property-value.css | #6A7A1E | — |
| keyword.other.unit.css | #A0402A | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #2A7A66 | — |
| support.type.property-name.json | #8A6418 | bold |
| string.quoted.double.json | #6A7A1E | — |
| constant.numeric.json | #A0402A | — |
| constant.language.json | #A0402A | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #8A4FA0 | bold |
| markup.bold, punctuation.definition.bold.markdown | #B05A1E | bold |
| markup.italic, punctuation.definition.italic.markdown | #3A6A98 | italic |
| markup.inline.raw, markup.fenced_code.block | #2A7A66 | — |
| markup.underline.link, string.other.link | #2A7A66 | underline |
| punctuation.definition.list.begin.markdown | #B05A1E | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #A09070 | italic |
| invalid, invalid.illegal | #F4ECD8 | — |
| invalid.deprecated | #A0402A | 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 | #C8D3E8 | — |
| comment, punctuation.definition.comment, comment.block, comment.line | #5A6A88 | italic |
| comment.block.documentation, comment.line.double-slash.documentation | #73809A | 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 | #C792EA | bold |
| storage.type, storage.modifier | #C792EA | bold |
| entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.enum | #82AAFF | bold |
| support.class, support.type, meta.type.annotation, meta.type.parameters, entity.other.inherited-class | #82AAFF | — |
| 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 | #82AAFF | — |
| entity.name.function, entity.name.method, entity.name.member | #E0944A | bold |
| meta.function-call entity.name.function, meta.method-call entity.name.function, support.function, support.function.builtin | #E0944A | — |
| variable.parameter | #D6AD89 | italic |
| variable, variable.other, variable.other.readwrite, variable.other.object, variable.other.object.property | #C8D3E8 | — |
| variable.language | #C792EA | italic |
| variable.other.property, variable.other.member, support.variable.property | #95B7FF | — |
| string, string.quoted, string.quoted.single, string.quoted.double, string.quoted.triple, string.template, string.interpolated | #9ED030 | — |
| constant.character.escape, constant.character.entity | #E0C060 | bold |
| punctuation.definition.template-expression, punctuation.section.embedded | #E0944A | bold |
| constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary | #F78C6C | — |
| constant.language, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language.none | #F78C6C | bold |
| constant.other | #E0C060 | — |
| 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 | #8A9CC0 | — |
| punctuation, punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters, meta.brace, meta.delimiter | #7484A3 | — |
| 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 | #5CE0C0 | — |
| meta.decorator, punctuation.decorator, entity.name.function.decorator, storage.type.annotation | #E0C060 | italic |
| entity.name.type.attribute.cs, support.type.attribute | #E0C060 | — |
| entity.name.tag, entity.name.tag.xml, entity.name.tag.html, meta.tag.xml entity.name.tag | #82AAFF | bold |
| entity.other.attribute-name, entity.other.attribute-name.xml, entity.other.attribute-name.html | #E0C060 | — |
| string.quoted.double.html, string.quoted.single.html, string.quoted.double.xml, string.quoted.single.xml | #9ED030 | — |
| punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end, meta.tag punctuation | #8A9CC0 | — |
| string.unquoted.cdata.xml | #9ED030 | italic |
| meta.tag.sgml.doctype, meta.tag.preprocessor.xml | #5A6A88 | italic |
| entity.name.tag.namespace.xml | #C792EA | — |
| entity.name.tag.css | #82AAFF | — |
| entity.other.attribute-name.class.css, entity.other.attribute-name.id.css | #C792EA | — |
| support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less | #E0C060 | — |
| support.constant.property-value.css, meta.property-value.css | #9ED030 | — |
| keyword.other.unit.css | #F78C6C | — |
| entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css | #5CE0C0 | — |
| support.type.property-name.json | #E0C060 | bold |
| string.quoted.double.json | #9ED030 | — |
| constant.numeric.json | #F78C6C | — |
| constant.language.json | #F78C6C | bold |
| markup.heading, entity.name.section.markdown, punctuation.definition.heading.markdown | #C792EA | bold |
| markup.bold, punctuation.definition.bold.markdown | #E0944A | bold |
| markup.italic, punctuation.definition.italic.markdown | #82AAFF | italic |
| markup.inline.raw, markup.fenced_code.block | #5CE0C0 | — |
| markup.underline.link, string.other.link | #5CE0C0 | underline |
| punctuation.definition.list.begin.markdown | #E0944A | — |
| markup.quote, punctuation.definition.quote.begin.markdown | #5A6A88 | italic |
| invalid, invalid.illegal | #0F1420 | — |
| invalid.deprecated | #F78C6C | 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}!`;
}