Dev Theme Pro 🌌
A sleek, developer-friendly VS Code theme for modern coding with beautiful syntax highlighting and smooth color
transitions.
Screenshots
TypeScript Preview 
React Preview 
JavaScript Preview 
HTML & CSS Preview 
Python Preview 
Installation
Marketplace
- Open VS Code → Extensions (
Ctrl+Shift+X / Cmd+Shift+X)
- Search
Dev Theme Pro
- Click Install
- Go to
File → Preferences → Color Theme and select Dev Theme Pro Smooth
Manual
- Download or clone this repo
- Copy the theme to your VS Code extensions folder
- Reload VS Code and select the theme
⭐ Rate five-stars if you enjoy it!
Customize Colors
You can override colors in settings.json:
"workbench.colorCustomizations": {
"[Dev Theme Pro Smooth]": {
"editor.background": "#1a1a2e",
"sideBar.background": "#1a1a2e"
}
}
Recommended Settings
"editor.fontFamily": "Lotion, Fira Code, JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 30
Enable Italics
"editor.tokenColorCustomizations": {
"[Dev Theme Pro Smooth]": {
"textMateRules": [
{
"scope": ["comment", "keyword", "storage.modifier"],
"settings": { "fontStyle": "italic" }
}
]
}
}
Changelog
See CHANGELOG.md for release notes.
Issues & Suggestions
Found a bug or have a feature request?
👉 Open an issue on GitHub
Author
Faizan Ashiq — LinkedIn · GitHub
License
MIT © 2025-2026 Faizan Ashiq - Full License
Enjoying Dev Theme Pro? ⭐ Star the repo and share feedback!
If you like this theme, please leave a review on the
VS Code Marketplace.