Neomono
A vibrant, futuristic dark theme with neon accents for modern developers.
English • Español
🎨 Features
Neomono brings a cyberpunk aesthetic to your VS Code. Designed for long coding sessions with high contrast and vibrant neon colors that pop against a deep dark background.
- Background: Deep Blue-Grey (
#263238)
- Keywords: Neon Purple (
#C792EA)
- Functions: Electric Blue (
#82AAFF)
- Strings: Soft Neon Green (
#C3E88D)
- Variables: Bright Cyan (
#EEFFFF)
💻 Supported Languages
Neomono is optimized for a wide variety of programming languages:
- Web: JavaScript, TypeScript, HTML, CSS, React (JSX/TSX)
- Backend: Python, Go, Rust, Java, C#, PHP, Ruby
- Scripting: Bash/Shell, SQL
- Data: JSON, YAML, Markdown
Check the examples/ folder in the repository to see code examples in each language.
📦 Installation
- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X or Cmd+Shift+X).
- Search for
Neomono.
- Click Install.
- Click Set Color Theme and select Neomono.
🚀 Usage
Once installed, you can switch to the theme anytime:
- Press
Ctrl+K then Ctrl+T (or Cmd+K Cmd+T on macOS).
- Select Neomono from the list.
✨ Neon Dreams Effect (Optional)
For an even more immersive experience, you can enable the Neon Dreams effect which adds glow and additional visual effects:
Requirements
- Install the Custom CSS and JS Loader extension:
ext install be5invis.vscode-custom-css
Activation
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P).
- Run the command: Neomono: Enable Neon Dreams.
- If it's your first time, you'll be prompted to install the "Custom CSS and JS Loader" extension.
- Once installed, run the command: Reload Custom CSS and JS from the command palette.
- Restart VS Code when prompted.
Deactivation
- Open the command palette.
- Run the command: Neomono: Disable Neon Dreams.
- Run: Reload Custom CSS and JS.
- Restart VS Code.
⚠️ "[Unsupported]" Warning
After activating Neon Dreams, it's normal to see the [Unsupported] message in VS Code's title bar. This happens because the Custom CSS and JS Loader extension modifies VS Code files to inject custom visual effects.
Is this a problem?
- ❌ No, your VS Code works perfectly
- ✅ It's a standard warning that appears with all extensions that modify styles
- ✅ Popular extensions like Synthwave '84 and Power Mode generate the same message
To hide the warning (optional):
Add this to your settings.json:
"window.titleBarStyle": "custom"
Or simply ignore the message - it's completely safe.
Note: This method doesn't require administrator permissions and is compatible with VS Code updates.
🤝 Contributing
Issues and Pull Requests are welcome! Check out the GitHub Repository.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.