🎨 PTheme – Nebula Bloom
A vibrant, deep-space dark theme for Visual Studio Code — crafted with six vivid neon accents against ultra-deep midnight backgrounds.

✨ Themes Included
| Theme |
Style |
| Nebula Bloom |
Deep-space dark with vivid neon accents |
| PTheme – Purple |
Rich violet palette with lavender highlights |
| PTheme – Maroon |
Deep maroon-rose monochromatic elegance |
🌈 Color Palette
Each colour has a clear semantic role across the editor:
| Colour |
Hex |
Used For |
| 🩷 Hot Pink |
#ff4d8f |
Keywords, cursor, active borders |
| 🟡 Electric Yellow |
#ffcc00 |
Numbers, constants, decorators |
| 🟢 Neon Green |
#7aff8c |
Functions, added/inserted code |
| 🩵 Cyber Cyan |
#00e5ff |
Operators, classes, types, links |
| 🟣 Soft Violet |
#c792ea |
Attributes, markup, changed code |
| 🟠 Coral Orange |
#ff8c42 |
HTML tags, parameters, escape chars |
📸 Screenshots
(Coming soon — screenshots of JavaScript, TypeScript, Python, and HTML syntax highlighting)
🚀 Installation
From VS Code Marketplace
- Open Extensions in VS Code (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for PTheme
- Click Install
- Press
Ctrl+K Ctrl+T / Cmd+K Cmd+T to open the theme picker
- Select Nebula Bloom, PTheme – Purple, or PTheme – Maroon
Manual Installation
- Download the
.vsix file from the Releases page
- In VS Code, open the Command Palette (
Ctrl+Shift+P)
- Run
Extensions: Install from VSIX...
- Select the downloaded file
⚙️ Recommended Settings
Add these to your settings.json for the best experience:
{
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"editor.cursorBlinking": "phase",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active"
}
💡 Tip: PTheme looks stunning with JetBrains Mono or Fira Code with ligatures enabled.
🔤 Recommended Font Pairings
- JetBrains Mono — Best overall, great ligatures
- Fira Code — Classic developer favourite
- Cascadia Code — Clean and modern
- Maple Mono — Soft and elegant
🛠️ Working with the Theme
Toggle Preview in Markdown
- macOS:
Shift+Cmd+V
- Windows/Linux:
Shift+Ctrl+V
Split Editor
- macOS:
Cmd+\
- Windows/Linux:
Ctrl+\
Switch Theme
Ctrl+K Ctrl+T / Cmd+K Cmd+T
🌍 Languages Tested
PTheme has been carefully tuned for:
JavaScript · TypeScript · Python · HTML · CSS · SCSS · JSON · Markdown · JSX · TSX · PHP · Rust · Go · C/C++ · Java · Shell
🐛 Issues & Feedback
Found a bug or have a suggestion? Please open an issue on the repository.
If a language isn't coloured the way you'd like, feel free to request improvements — I'm always refining the theme.
👨💻 About the Author
Made with 💜 by Prince Merja
📄 License
MIT License © Prince Merja
🙏 Acknowledgements
Inspired by the beauty of deep space, neon city lights, and the joy of staring at beautiful code for hours on end.
Enjoy coding in the nebula! 🚀✨