Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Rave NightNew to Visual Studio Code? Get it now.
Rave Night

Rave Night

Ravin Sade

|
38 installs
| (0) | Free
A vibrant dark theme inspired by rave culture with electric neon colors - featuring hot pink accents, electric blue highlights, and neon green elements against deep black backgrounds for an energetic coding experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Rave Night"
  4. Click Install
  5. Go to File > Preferences > Color Theme and select "Rave Night"

Manual Installation

  1. Download the latest release
  2. Extract to your VS Code extensions folder:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS: ~/.vscode/extensions
    • Linux: ~/.vscode/extensions
  3. Restart VS Code
  4. 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! ⚡🌃

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft