**Andromeda Void** is a deep, high-contrast evolution of the classic Andromeda aesthetic.
Designed for developers who thrive in the dark, it replaces standard navy tones with a
true obsidian background (`#141620`) and striking imperial purple accents (`#550981`).
Why Andromeda Void?
The Deep Abyss: A carefully tuned dark palette that reduces eye strain during late-night coding sessions.
Neon Precision: Vibrant syntax highlighting that makes your code pop against the void.
Gothic Elegance: A sophisticated mix of silver, electric purples, and emerald greens for a modern, "hacker-noir" feel.
🚀 Color Palette
Component
Hex
Color
Background
#141620
🌑
SideBar
#0c0f1d
🌌
Accents
#550981
🔮
Text
#cacaca
⚪
🌈 Syntax Highlighting
Component
Hex
Color
Keywords
#bd93f9
💜
Functions
#50fa7b
🟢
Strings
#f1fa8c
🟡
Variables
#cacaca
⚪
Numbers
#ffb86c
🟠
Operators
#8be9fd
💎
Comments
#6272a4
🌫️
Tags/HTML
#ff79c6
🌸
Invalid
#ff5555
🔴
## 🛠️ Installation
🔧 Via VSIX (Manual)
Download the latest .vsix file from the releases section.
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X).
Click on the More Actions (three dots) in the top right corner.
Select Install from VSIX... and choose the downloaded file.
💻 Developer Mode (Source)
If you want to modify the theme and test it locally:
Clone this repository to your local machine.
Open the folder in VS Code.
Press F5 to open a new Extension Development Host window with the theme active.
To build your own VSIX, run:
npx @vscode/vsce package
🛠️ How to Contribute
Since this is a project I work on in my free time, feel free to open issues or pull requests!
Maintained by Gabriel • Contributions and feedback are welcome!