Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ZuxNew to Visual Studio Code? Get it now.
Zux

Zux

Giovani Avila

|
2 installs
| (0) | Free
custom theme for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zux Theme for VS Code

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.


Features

  • 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.

📦 Installation

Quick Install via cli

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/giovanicavila/zux/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/giovanicavila/zux/main/install.ps1 | iex

Manual Install via Command Line

code --install-extension giovanicavila.zux

Install via VS Code

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl + Shift + X or Cmd + Shift + X on macOS).
  3. Search for Zux Theme.
  4. Click Install.
  5. Press Ctrl + K then Ctrl + T (or Cmd + K then Cmd + T on macOS) and select Zux from the theme list.

🖌️ Color Palette

Element Color
Sidebar and header #101113
editor background #151719
Puple #794bc4

📷 Preview

code code2

⚙️ Recommended Settings

{
  "editor.fontSize": 14,
  "editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
  "editor.fontLigatures": true,
  "workbench.colorTheme": "Zux"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft