Vendetta Dark Theme
A premium ultra-dark VS Code theme with pure black backgrounds and carefully crafted soft colors that remain distinct and readable.

Features
✨ Ultra-Dark Interface
- Pure black (#000000) editor background
- Minimalist design that reduces eye strain
- Perfect for OLED displays
🎨 Soft Yet Distinct Colors
- Carefully balanced color palette
- Excellent syntax highlighting for PHP, JavaScript, TypeScript, Python, and more
- Each element is clearly distinguishable without being harsh
👁️ Eye-Friendly
- Optimized for long coding sessions
- Reduced blue light with warm, soft tones
- Comfortable contrast ratios
Color Palette
- Keywords: Soft purple with italic style
- Strings: Gentle green
- Functions: Soft blue with bold style
- Classes: Warm golden yellow with bold style
- Constants: Soft orange
- Comments: Subtle gray with italic style
- Operators: Soft cyan
- Variables: Light gray
Installation
- Open Extensions sidebar panel in VS Code (
Cmd+Shift+X on macOS or Ctrl+Shift+X on Windows/Linux)
- Search for
Vendetta Dark
- Click Install
- Click Reload to reload VS Code
- Go to
Code > Preferences > Color Theme (or File > Preferences > Color Theme on Windows/Linux)
- Select Vendetta Dark
Recommended Settings
For the best experience, add these settings to your settings.json:
{
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code', 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.lineHeight": 1.6,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"editor.bracketPairColorization.enabled": true
}
Screenshots
PHP
Beautiful syntax highlighting with distinct colors for keywords, functions, classes, and variables.
JavaScript/TypeScript
Clean and modern look with excellent readability.
Feedback
Found a bug or have a suggestion? Please open an issue on GitHub.
Support
If you enjoy this theme and want to support its development, you can buy me a coffee! ☕

Your support helps me create more awesome themes and tools! 🙏
License
MIT
Enjoy coding in the dark! 🌙✨