Rave Night Theme
🌃 A vibrant dark theme inspired by rave culture with electric neon colors
Experience coding like never before with Rave Night - featuring hot pink accents, electric blue highlights, and neon green elements against deep black backgrounds for an energetic coding experience.
✨ Features
- 🎨 Electric Color Palette: Hot pink (
#f904cc ), cyan (#00ffff ), and bright green (#00ff00 ) signature colors
- 🔧 Modern Language Support: Full semantic token support for TypeScript, JavaScript, Python, and more
- 📝 115+ Named Tokens: Comprehensive syntax highlighting for all major programming languages
- 🌈 Multi-Language Coverage: JavaScript, TypeScript, HTML, CSS, JSON, Markdown, and more
- ⚡ Advanced Features: Git diff colors, decorators, async/await styling, and error diagnostics
- 📊 Hierarchical Syntax: 9-level deep JSON syntax highlighting
- 📖 Rich Markdown: Comprehensive markdown support with 18 different token types
🚀 Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X )
- Search for "Rave Night"
- Click Install
- Go to
File > Preferences > Color Theme and select "Rave Night"
Manual Installation
- Download the latest release
- Extract to your VS Code extensions folder:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS:
~/.vscode/extensions
- Linux:
~/.vscode/extensions
- Restart VS Code
- Select the theme from
File > Preferences > Color Theme
🎯 Language Support
Rave Night provides comprehensive syntax highlighting for:
- Web Technologies: HTML, CSS, JavaScript, TypeScript, React, Vue
- Backend Languages: Python, Java, C#, C++, Go, Rust, PHP
- Data Formats: JSON, YAML, XML, Markdown
- Shell & Config: Bash, PowerShell, Dockerfile, .env files
- Databases: SQL queries and database connections
🎨 Color Palette
Element |
Color |
Usage |
Primary Accent |
#f904cc |
Focus borders, selections, keywords |
Secondary Accent |
#00ffff |
Booleans, links, highlights |
Success Green |
#00ff00 |
Classes, buttons, success states |
Warning Yellow |
#e4f403 |
Functions, warnings, tags |
Electric Blue |
#0013ea |
Methods, info states |
Hot Pink |
#ff0080 |
Strings, namespaces, imports |
Neon Orange |
#ff8000 |
Methods, structs, parameters |
📸 Screenshots
Add screenshots of your theme in action with different languages
🔧 Customization
You can customize colors by adding settings to your VS Code settings.json :
{
"workbench.colorCustomizations": {
"[Rave Night]": {
"editor.background": "#0a0a0a"
}
},
"editor.tokenColorCustomizations": {
"[Rave Night]": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"foreground": "#888888"
}
}
]
}
}
}
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📝 License
This theme is released under the MIT License.
🙏 Acknowledgments
- Inspired by rave culture and electric night scenes
- Built for developers who love vibrant, energetic coding environments
Enjoy coding in Rave Night! ⚡🌃
| |