Zux is a custom dark-purple theme for Visual Studio Code, designed to provide a stylish and comfortable coding experience.
It blends deep, rich purples with balanced contrast to keep your code readable without causing eye strain, even after long coding sessions.
- Dark Purple Palette – A modern and sleek design focused on deep purple tones.
- High Readability – Carefully selected colors for better contrast and focus.
- Developer Friendly – Optimized for HTML, CSS, JavaScript, TypeScript, and more.
- Clear Syntax Highlighting – Makes code structures easy to distinguish.
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/giovanicavila/zux/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/giovanicavila/zux/main/install.ps1 | iexcode --install-extension giovanicavila.zux- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl + Shift + XorCmd + Shift + Xon macOS). - Search for Zux Theme.
- Click Install.
- Press
Ctrl + KthenCtrl + T(orCmd + KthenCmd + Ton macOS) and select Zux from the theme list.
| Element | Color |
|---|---|
| Sidebar and header | #101113 |
| editor background | #151719 |
| Puple | #794bc4 |
{
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.colorTheme": "Zux"
}