A Dark Synthwave/Monokai/Apple Intelligence inspired colour theme to satisfy your neon dreams.
- βοΈ Dark Synthwave/Apple Intelligence - Inspired by retro aesthetics with modern Apple Intelligence gradients
- β¨ Neon Glow Effects - Optional configurable glow effects for enhanced visual experience
- π Optimized for JavaScript/TypeScript - Carefully crafted syntax highlighting for modern development
- π¨ Monokai-Inspired Palette - Classic color scheme with vibrant neon accents
- π Dark Background - Easy on the eyes with high contrast for readability
β¨ Transform your coding experience with optional neon glow effects!
The theme includes configurable neon glow effects for a more vibrant retro experience. These effects are disabled by default and can be enabled through VS Code settings or commands.
Method 1: Using VS Code Settings
- Open VS Code settings (
Ctrl+,
orCmd+,
) - Search for "SynthWave Dark"
- Check the "Enable neon glow effects" option
Method 2: Using Command Palette
- Open Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
) - Type "Synthwave Dark: Enable Glow"
- Select the command to enable glow effects
- Reload VS Code when prompted
Synthwave Dark: Enable Glow
- Enables neon glow effectsSynthwave Dark: Clean Up Workbench HTML
- Removes glow effect modifications
β οΈ Compatibility Note: Glow effects require VS Code version 1.12 or newer. If you enable glow effects on an older version, they will be automatically disabled and you'll see a warning message.
- Open Extensions in Visual Studio Code (
Ctrl+Shift+X
orCmd+Shift+X
) - Search for
SynthWave Dark
- Click Install
- Go to
Code > Preferences > Color Theme
and select SynthWave Dark - (Optional) Enable glow effects using the methods described above
For the best experience with SynthWave Dark, consider these VS Code settings:
{
"workbench.colorTheme": "SynthWave Dark",
"synthwaveDark.enableGlow": true,
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code, JetBrains Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on"
}
This extension is open source and welcomes contributions!
Contributions are welcome! Please follow these steps:
- π΄ Fork the repository
- πΏ Create a new branch (
git checkout -b feature/your-feature
) - πΎ Commit your changes (
git commit -m 'Add some feature'
) - π Push to the branch (
git push origin feature/your-feature
) - π Open a pull request
Found a bug or have a feature request? Please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Your VS Code version
- Screenshots (if applicable)
MIT License - see LICENSE for details
If you like this theme, please:
- β Star the repository
- π Share it with your developer friends
- π¬ Leave a review on the VS Code Marketplace
- π Report any issues you find
Happy Coding! π
π‘ Pro Tip: This theme works best with the following VS Code settings for an optimal retro coding experience:
{ "workbench.colorTheme": "SynthWave Dark", "synthwaveDark.enableGlow": true, "editor.fontSize": 14, "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", "editor.fontLigatures": true, "editor.cursorBlinking": "smooth" }