Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ProDevelopers ThemeNew to Visual Studio Code? Get it now.
ProDevelopers Theme

ProDevelopers Theme

developershub

|
31 installs
| (0) | Free
ProDevelopers Theme: a sleek dark theme which is developed by Rudra Prasad Nayak. It is designed for developers who spend long hours coding. It reduces eye strain with carefully tuned color contrasts, provides clear semantic token coloring for faster scanning of symbols, and includes a matching file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

ProDevelopers Theme 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

  1. Clone the repository and enter the folder:
git clone https://github.com/Rudra-Prasad-Nayak/ProDevelopers_Theme.git ;
Set-Location 'ProDevelopers_Theme'
  1. (Optional) Install the VSCE packager:
npm install -g vsce
  1. Package the extension (creates a .vsix in the project root):
vsce package
# Produces: prodevelopers-theme-<version>.vsix
  1. 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! 🎯

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft