🏝️ Npro Dark
A modern, minimal dark theme for Visual Studio Code.
Clean, calm, and distraction-free — built for long coding sessions.
✨ Features
- Deep background (
#181a1d) for reduced eye strain
- Clean, balanced syntax highlighting
- Minimal UI noise
- High readability across languages
🎨 Color Palette
- Background:
#181a1d
- Foreground:
#bcbec4
- Blue:
#548af7
- Green:
#73b00a
- Red:
#f75464
- Orange:
#e8a33e
- Purple:
#d09cf7
- Cyan:
#2aacb8
📸 Screenshots


🔗 VS Code Marketplace
👉 Install Npro Dark
🚀 Installation
Marketplace
code --install-extension ninoc-dev.npro-dark
Manual
- Go to Releases
- Download the
.vsix file
- Open VS Code
- Press
Ctrl+Shift+P
- Run:
Extensions: Install from VSIX
- Select the file
🧩 Usage
- Open Command Palette (
Ctrl+Shift+P)
- Search:
Color Theme
- Select Npro Dark
🎯 Supported Languages
- JavaScript / TypeScript
- Python, Go, Rust
- HTML / CSS / SCSS
- JSON, YAML, Markdown
- and more
⚙️ Customization
"workbench.colorCustomizations": {
"[Npro Dark]": {
"editor.background": "#1e2024"
}
}
🎨 Optional UI tweak (Centered Activity Bar)
You can center the activity bar using custom CSS.
Requires:
Custom CSS and JS Loader (by be5invis)
.composite-bar-container {
display: flex;
justify-content: center;
align-items: center;
}
.composite-bar {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.monaco-action-bar {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.actions-container {
display: flex;
justify-content: center;
gap: 12px;
align-items: center;
}
⚠️ Uses unsupported VS Code customization — may break on updates
🤝 Contributing
PRs welcome. Open an issue first for bigger changes.
📄 License
MIT
🙌 Credits
Inspired by the excellent
Dark Islands
Made by Nino
https://github.com/ninoc-dev/Npro-dark