🧱 Null Theme Collection
Cyberpunk-inspired VS Code themes with enhanced contrast and frameless minimal chrome.
✨ Features
- 🔍 Enhanced Contrast – Syntax elements with clear, bold color separation
- 🎯 Clear Token Differentiation – Easy to distinguish variables, functions, and types
- 🌈 Rich Neon Palette – Cyberpunk vibes, vivid pastels, and soft contrasts
- 🖥 OLED-Friendly – Especially with the Absolute Black variant
- 🌐 Multi-Language Support – JavaScript, TypeScript, Python, HTML, CSS, JSON, Markdown, and more
- 🖼 Frameless Design – Minimal borders and chrome for a distraction-free workspace
🔧 Customization
Each theme can be further customized by modifying the JSON files:
{
"colors": {
"editor.background": "#000000",
"editor.foreground": "#B0E0E6"
},
"tokenColors": [
{
"name": "String",
"scope": ["string"],
"settings": {
"foreground": "#E9967A"
}
}
]
}
🍰 Pastel

🌑 Near Black

🌫️ Muted

🌈 Vivid

🕹 Synthwave

⚡ Electric

⬛ Absolute Black

🌌 Midnight

Absolute Black
- Pure black background with maximum contrast
- Perfect for OLED displays
Electric
- Electric blue and yellow combination
- High-energy coding experience
Synthwave
- Neon lights of the 80s
- Inspired by retro-futurism
Pastel
- Soothing colors
- Perfect for low-light environments
🧪 Installation
From VSCode:
- Open Extensions sidebar (
Ctrl+Shift+X )
- Search for "Null Theme"
- Click Install on your preferred variant
Or install via CLI:
code --install-extension kimberlycasamina.null-theme
📁 Repository
GitHub: kimicasamina/vscode-null-theme
VSCode Marketplace: Null Theme Collection
🔖 License
MIT License © 2025 Kimberly Casamina
| |