Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.36 KB

File metadata and controls

38 lines (24 loc) · 1.36 KB

ProCode VSCode Themes

A collection of Visual Studio Code themes I created

Themes

Screenshots

Frost: Frost preview

Frost (Zed): Frost preview

Plastic Light: Plastic Light preview

Building

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.

  1. Clone the repo
git clone https://github.com/ProCode-Software/vscode-themes.git
  1. Install dependencies via bun install
  2. To make changes to themes, run bun run watch in the theme directory. To rebuild without watching, run bun run build.
  3. To package a theme into a VSIX, run bun run package.

License

All extensions are licensed under the MIT License.