Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/bastndev/Lynx-Theme-Pro/llms.txt

Use this file to discover all available pages before exploring further.

Lynx Theme Pro ships a complete icon system alongside its eight color themes. The icon system is split into two independent categories — File & Folder Icons, which decorate the Explorer panel, and System / Product Icons, which replace VS Code’s built-in IDE chrome glyphs. Both categories are activated separately and can run side by side, so you can mix and match any Lynx icon combination with any Lynx color theme.

Two Icon Categories

File & Folder Icons

Three distinct visual styles — Style A, Style B, and Style C — cover file extensions, file names, language IDs, and folder names in the VS Code Explorer. All three styles are powered by the same underlying SVG pool located at src/assets/svg/, which contains over 1,280 hand-crafted SVG files split across dark/files/ (724 SVGs) and dark/folders/ (614 SVGs). Choosing a style is purely aesthetic — the icon coverage is identical across all three.

System / Product Icons

Two product icon themes replace the default VS Code IDE chrome — the icons you see in the Activity Bar buttons, the sidebar headers, the Explorer toolbar (new file, new folder, refresh, collapse-all), the Source Control panel, the status bar, and breadcrumb chevrons. These icons are delivered as a custom WOFF font rather than SVGs, keeping the IDE chrome pixel-perfect at any scale.

How to Activate Icons

File icons and system icons are activated through separate VS Code commands, so each can be changed independently.
  • File Icon Theme: Open the Command Palette (Ctrl+Shift+P / ⌘Shift+P) and run Preferences: File Icon Theme, then select one of the three Lynx styles.
  • Product Icon Theme: Open the Command Palette and run Preferences: Product Icon Theme, then select Lynx (Material) Icons or Lynx (Test) Icons.

Icon Theme Registry

The following icon themes are registered in package.json under contributes:
IDLabelType
lynx-pro-darkLynx Icons - (Style A)File/folder icons
lynx-pro-lightLynx Icons - (Style B)File/folder icons
lynx-pro-grayLynx Icons - (Style C)File/folder icons
lynx-material-iconsLynx (Material) IconsProduct/system icons
lynx-test-iconsLynx (Test) IconsProduct/system icons

Explore the Icon Docs

File Icons

Three styles (A, B, C) for file and folder icons in the Explorer — dark, light, and gray variants, all sharing 1280+ SVGs.

System Icons

Two product icon themes for the VS Code IDE chrome — Activity Bar, sidebar, Explorer toolbar, and more.

Build docs developers (and LLMs) love