A collection of Visual Studio Code themes I created
- 🗻 Frost - An arctic, light-bluish, low-contrast VSCode theme (Zed port)
- ♻️ Plastic Light - Light version of Will Stone's Plastic theme
- 🎨 ProCode Theme - A color theme inspired by Plastic and product icon theme using ProIcons (in development)
For the VSCode themes, we use vsxtools to build and package extensions. It allows use to use variables in theme files, which will be replaced in the output.
- Clone the repo
git clone https://github.com/ProCode-Software/vscode-themes.git- Install dependencies via
bun install - To make changes to themes, run
bun run watchin the theme directory. To rebuild without watching, runbun run build. - To package a theme into a VSIX, run
bun run package.
All extensions are licensed under the MIT License.


