- Open the Extensions sidebar in VS Code (
Ctrl+Shift+X/Cmd+Shift+X) - Search for Dev Theme Pro
- Click Install
- Go to
File → Preferences → Color Theme(orCode → Settings → Theme → Color Themeon macOS) - Select Dev Theme Pro Smooth
- ⭐⭐⭐⭐⭐ Rate five-stars if you enjoy it!
If you want to tweak colors, add this to your settings.json:
"workbench.colorCustomizations": {
"[Dev Theme Pro Smooth]": {
"editor.background": "#1a1a2e",
"sideBar.background": "#1a1a2e"
}
}"editor.fontFamily": "Lotion, Fira Code, JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 30"editor.tokenColorCustomizations": {
"[Dev Theme Pro Smooth]": {
"textMateRules": [
{
"scope": ["comment", "keyword", "storage.modifier"],
"settings": { "fontStyle": "italic" }
}
]
}
}See CHANGELOG.md for release notes.
Found a bug or have a feature request?
👉 Open an issue on GitHub
Faizan Ashiq — LinkedIn · GitHub
MIT License © 2025 Faizan Ashiq
Enjoy coding with Dev Theme Pro!
If you like this theme, please ⭐ star the repo and leave a review on the VS Code Marketplace.




