A cosmic dark theme with soft, eye-friendly colors — designed for long coding sessions.
Eclipse Wave enhances your workflow with a carefully crafted cosmic palette — balancing vibrant syntax highlighting with soft, muted tones that reduce eye strain during 4-8+ hour coding sessions. Every color is intentionally chosen for readability, focus, and beauty.
| Color | Hex | Usage |
|---|---|---|
| 🟣 Galactic Purple | #9D7CFF |
Keywords, control flow, active tab accent |
| 🔵 Star Blue | #82AAFF |
Functions, methods, JSON keys |
| 🟢 Aurora Green | #A1C682 |
Strings, inline code |
| 🟠 Warm Amber | #E5A574 |
Variables, numbers |
| 🟡 Cosmic Gold | #D7BA7D |
Classes, types, parameters |
| 🩵 Nebula Cyan | #7CC8DE |
Type annotations, DOM, interfaces |
| 🩷 Pink Starlight | #FF79C6 |
Attributes, regex, namespaces |
| 🪻 Lavender | #C792EA |
Operators, decorators, enums |
| 🔴 Aurora Rose | #E17888 |
HTML tags |
| ⭐ Golden Star | #FFD166 |
React components, modules |
Background:
#0B0F1A· Foreground:#C0CBE3
- 🎨 Cosmic Color Palette — Deep space background with balanced, vibrant highlights
- 👓 Eye Comfort Optimized — Softened colors for 4-8+ hour coding sessions without strain
- ⚡ Semantic Highlighting — Enhanced TypeScript, Rust, and IDE intelligence support
- 🌐 Multi-language Support — JS, TS, Python, React, Go, Rust, Java, C#, CSS, HTML, Markdown, SQL, Shell, TOML, Docker & more
- 🤖 AI-Ready — Styled ghost text for Copilot and AI suggestions
- 🔗 Complete UI Coverage — Every corner of VS Code is themed: tabs, sidebar, terminal, debug console, charts, and more
- 🧩 Bracket Pair Colorization — Distinct colors for every bracket level
- Open Extensions sidebar in VS Code (
Ctrl+Shift+X) - Search for Eclipse Wave
- Click Install
- Press
Ctrl+K Ctrl+Tand select Eclipse Wave from the list
For the best experience, add these to your settings.json:
{
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.smoothScrolling": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"workbench.colorTheme": "Eclipse Wave"
}Contributions are welcome! 🎉 If you'd like to improve Eclipse Wave:
- Fork the repo
- Create a new branch (
git checkout -b feature-new) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-new) - Open a Pull Request
Eclipse Wave is released under the MIT License — free to use, modify, and share.
Built with ❤️ by Arin Mandal
- GitHub: @arinmandal
