ProDevelopers Theme
A sleek, modern dark Visual Studio Code color theme with an optional bundled icon theme (ProDevelopers File Icons).
This repository contains:
- Color theme: ProDevelopers Theme
- Icon theme: ProDevelopers File Icons (assets in
icons/
)
Preview

Highlights
- High-contrast colors for long coding sessions
- Polished syntax styling for JavaScript, TypeScript, React, Python, Java, PHP, and more
- Bundled icon theme with modern SVG icons for many file types and folders
Quickstart — try locally
- Clone the repository and enter the folder:
git clone https://github.com/Rudra-Prasad-Nayak/ProDevelopers_Theme.git ;
Set-Location 'ProDevelopers_Theme'
- (Optional) Install the VSCE packager:
npm install -g vsce
- Package the extension (creates a
.vsix
in the project root):
vsce package
# Produces: prodevelopers-theme-<version>.vsix
- Install the packaged VSIX into VS Code (optional):
code --install-extension .\prodevelopers-theme-1.0.0.vsix
Then open the Command Palette (Ctrl+Shift+P
) → Preferences: Color Theme
→ choose ProDevelopers Theme.
Enable the bundled icon theme
Command Palette → Preferences: File Icon Theme
→ select ProDevelopers File Icons.
The icon theme is defined in icons/icon-theme.json
. SVG assets live in icons/files/
and icons/folders/
.
If you find a missing icon for a file or folder name, please open an issue with the filename/extension and I'll map or add the icon.
Contribution
Contributions are welcome. Typical workflow:
# fork & clone, then make changes
vsce package ; code --install-extension .\prodevelopers-theme-1.0.0.vsix
Open a PR with details and screenshots if the change affects appearance.
Files and structure
icons/icon-theme.json
— icon theme manifest
icons/files/
— file icons (SVG)
icons/folders/
— folder icons (SVG)
License
This project is licensed under the MIT License — see LICENSE
for details.
Changelog
See changelog.md
for a concise history of releases and changes.
If you want custom icons added or have a preferred ENV/CSS/JS icon design you'd like used, drop the SVGs here or open an issue and I'll add them.
Thank you for trying ProDevelopers Theme — happy coding! 🎯