A family of dark color themes for VS Code, with custom UI palettes and vibrant syntax highlighting — Purple, Crimson, Neon, Midnight, Emerald, and Amber.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
In VS Code: Cmd+Shift+P / Ctrl+Shift+P → Extensions: Install from VSIX...
Select the downloaded file.
Cmd+Shift+P → Preferences: Color Theme → pick the variant you want.
Development
npm install -g @vscode/vsce
vsce package
This generates the .vsix file in the project root. Each variant lives in its own file under
themes/, all registered in package.json under contributes.themes.