Cyberpunk Dusk
A cyberpunk-inspired dark theme for Visual Studio Code. Immerse yourself in the neon-lit streets of Night City with vibrant colors against a deep, dark background.

Features
- 🌆 Dark, immersive background - Easy on the eyes during long coding sessions
- ✨ Vibrant neon accents - Magenta, cyan, and electric highlights
- 🎨 Carefully crafted syntax highlighting - Optimized for readability
- 🖥️ Full UI theming - Editor, sidebar, terminal, and more
Installation
- Open Extensions sidebar in VS Code (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for
Cyberpunk Dusk
- Click Install
- Open Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Select
Preferences: Color Theme → Cyberpunk Dusk
Manual Installation
# Clone the repository
git clone https://github.com/BobMakhlin/cyberpunk-dusk-theme.git
# Copy to VS Code extensions folder
# macOS/Linux
cp -r cyberpunk-dusk-theme ~/.vscode/extensions/
# Windows
# Copy to %USERPROFILE%\.vscode\extensions\
Recommended Settings
For the best experience, consider these optional VS Code settings:
{
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, monospace",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.lineHeight": 1.6,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on"
}
Recommended Fonts
These fonts pair beautifully with Cyberpunk Dusk:
Contributing
Found a bug or have a suggestion? Feel free to:
- Open an issue
- Submit a pull request
License
MIT License
Enjoy coding in the neon glow! 🌃
If you like this theme, consider leaving a ⭐ on GitHub or a review on the VS Code Marketplace.