Lynx Theme Pro + (Icons)
Publisher: bastndevThemes in package: 8
8 stunning themes + 3 icon packs for VS Code, Cursor, Windsurf & more. Dark, Light, Night, Ghibli, Fury, Kiro, NVIM & Blur. Reduce eye strain and boost your coding productivity.
8 stunning themes + 3 icon packs for VS Code, Cursor, Windsurf & more. Dark, Light, Night, Ghibli, Fury, Kiro, NVIM & Blur. Reduce eye strain and boost your coding productivity.
Full workbench mockup using this variant's colors and tokenColors.
Workbench UI color keys from the theme JSON colors map.
TextMate scopes and font styles (syntax highlighting rules).
| scope | foreground | fontStyle |
|---|---|---|
| comment.line, punctuation.definition.comment | #4a4f57 | italic |
| comment.block | #4a4f57 | italic |
| comment.block.documentation, comment.line.documentation | #5a606a | italic bold |
| string.quoted.astro | #f5a623 | — |
| source.astro | #edeef0 | — |
| keyword.control | #b36fe0 | bold |
| keyword.control.flow, keyword.control.conditional, keyword.control.loop | #de51a8 | bold |
| keyword.control.new, keyword.operator.new | #ff5555 | bold |
| keyword.control.import, keyword.control.export, keyword.control.from | #9098a0 | — |
| keyword.control.async, keyword.control.await | #de51a8 | bold italic |
| keyword.other | #de51a8 | — |
| storage.type | #de51a8 | bold |
| storage.type.annotation | #f5a623 | — |
| storage.type.generic | #0090ff | — |
| storage.type.function.arrow | #565b62 | — |
| storage.modifier | #ff5555 | italic |
| storage.modifier.import | #9098a0 | — |
| keyword.operator | #696e77 | — |
| keyword.operator.assignment | #565b62 | bold |
| keyword.operator.expression | #f76b15 | — |
| keyword.operator.logical | #696e77 | bold |
| keyword.operator.comparison | #696e77 | — |
| keyword.operator.rest, keyword.operator.spread | #565b62 | — |
| keyword.operator.type.annotation | #565b62 | — |
| keyword.operator.ternary | #696e77 | — |
| punctuation.accessor, punctuation.bracket, punctuation.definition, punctuation.definition.block, punctuation.definition.parameters, punctuation.definition.string, punctuation.section, punctuation.separator, punctuation.separator.dot-access, punctuation.terminator.statement | #565b62 | — |
| punctuation.definition.annotation | #f5a623 | — |
| variable.other, variable.object.property | #e0e2e6 | — |
| meta.block variable.other | #e0e2e6 | — |
| variable.other.constant | #60aaff | bold |
| variable.other.readonly | #60aaff | — |
| variable.other.macro.argument | #de51a8 | — |
| variable.parameter, variable.parameter.probably | #3b9eff | italic |
| variable.language | #de51a8 | bold italic |
| meta.object.property, meta.object-binding-pattern-variable | #e0e2e6 | — |
| entity.name.function | #3b9eff | bold |
| entity.name.method | #3b9eff | bold |
| entity.name.function.constructor | #60aaff | bold |
| meta.function-call | #b36fe0 | — |
| meta.definition.function | #3b9eff | — |
| meta.definition.method | #3b9eff | — |
| meta.definition.property | #3b9eff | — |
| string.quoted.single, string.quoted.double, string.quoted | #f5a623 | — |
| string.template | #f5a623 | — |
| meta.template.expression | #f76b15 | — |
| string.regexp | #3dd68c | — |
| string.other.link | #60aaff | — |
| constant.numeric | #f5a623 | bold |
| constant.language | #de51a8 | bold |
| constant.other.variable | #3dd68c | — |
| constant.character.escape | #3dd68c | — |
| entity.name.tag | #f76b15 | bold |
| entity.name.type | #3dd68c | bold |
| entity.name.type.class | #3b9eff | bold |
| entity.name.type.interface | #0090ff | bold |
| entity.name.type.enum | #f5a623 | bold |
| entity.name.type.module | #60aaff | — |
| entity.other | #3b9eff | — |
| entity.other.attribute-name | #ff5555 | — |
| entity.scope.name | #0090ff | — |
| support.type.primitive | #f76b15 | bold |
| support.type.property-name | #f76b15 | — |
| support.type.builtin | #de51a8 | bold |
| support.function | #3b9eff | — |
| support.class | #3b9eff | — |
| meta.brace | #565b62 | — |
| meta.definition.variable | #e0e2e6 | — |
| meta.import | #e0e2e6 | — |
| meta.import string.quoted, meta.import.from string.quoted, meta.import.js string.quoted, meta.import.ts string.quoted, meta.import.astro string.quoted, meta.import string.quoted.single, meta.import string.quoted.double, meta.import string.quoted.single.astro, meta.import string.quoted.double.astro, meta.import string.quoted.single.js, meta.import string.quoted.double.js, meta.import string.quoted.single.ts, meta.import string.quoted.double.ts | #de51a8 | — |
| meta.object-literal.key | #c8ccd2 | — |
| entity.name.tag.css, entity.other.attribute-name.class.css | #f76b15 | — |
| support.type.property-name.css | #c8ccd2 | — |
| support.constant.property-value.css | #f5a623 | — |
| entity.other.attribute-name.id.css | #f5a623 | — |
| entity.other.attribute-name.pseudo-class.css | #b36fe0 | — |
| support.type.property-name.json | #f76b15 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #b36fe0 | — |
| source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json | #3b9eff | — |
| string.quoted.double.json | #f5a623 | — |
| entity.name.tag.yaml | #f76b15 | — |
| invalid | #ff5555 | bold underline |
| invalid.deprecated | #ff5555 | — |
| text.html.markdown fenced_code.block.language | #b36fe0 | — |
| text.html.markdown markup.bold | #de51a8 | bold |
| text.html.markdown markup.italic | #3dd68c | italic |
| text.html.markdown markup.strikethrough | #ff5555 | strikethrough |
| text.html.markdown markup.inline.raw.string | #f5a623 | — |
| text.html.markdown markup.underline.link | #60aaff | — |
| text.html.markdown meta.paragraph | #c8ccd2 | — |
| text.html.markdown punctuation.definition.heading | #0090ff | bold |
| text.html.markdown entity.name.section | #3dd68c | bold |
| text.html.markdown string.other.link.title | #3dd68c | — |
| text.html.markdown meta.separator | #565b62 | — |
| support.class.component.jsx, support.class.component.tsx | #f76b15 | bold |
| entity.other.attribute-name.jsx, entity.other.attribute-name.tsx | #ff5555 | — |
| punctuation.definition.tag.jsx, punctuation.definition.tag.tsx | #565b62 | — |
| entity.name.type.ts, entity.name.type.tsx | #3dd68c | bold |
| entity.name.type.interface.ts, entity.name.type.interface.tsx | #0090ff | bold |
| entity.name.type.alias.ts, entity.name.type.alias.tsx | #60aaff | bold |
| punctuation.decorator | #f5a623 | bold |
| entity.name.function.decorator | #f5a623 | bold |
| support.function.magic.python | #b36fe0 | bold italic |
| support.function.builtin.python | #3b9eff | — |
| storage.type.function.lambda | #b36fe0 | — |
| entity.name.type.parameter | #b36fe0 | — |
| keyword.control.default | #de51a8 | bold |
TypeScript sample highlighted with this variant's colors and tokenColors.
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}!`;
}