Skip to content

FaizanAshiq/dev-theme-pro

Repository files navigation


Dev Theme Pro

Dev Theme Pro

A beautiful dark theme with colorful syntax highlighting for VS Code.

Version   Rating   Installs   Downloads


Screenshots

TypeScript

React

JavaScript

HTML & CSS

Python

Installation

  1. Open the Extensions sidebar in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Dev Theme Pro
  3. Click Install
  4. Go to File → Preferences → Color Theme (or Code → Settings → Theme → Color Theme on macOS)
  5. Select Dev Theme Pro Smooth
  6. ⭐⭐⭐⭐⭐ Rate five-stars if you enjoy it!

Customization

If you want to tweak colors, add this to your 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 AshiqLinkedIn · GitHub

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published