PKs Themes
December 3, 2025 ยท View on GitHub
This extension includes PKs theme for Visual Studio Code.
This was the old theme I was tough to code with at college in 2000. It's a high contrast theme primarily using reds with a mix of blues. I feel most would look in horror at this theme, but it's how my brain thinks.
Installation
Install directly from the Visual Studio Code Marketplace:
- Open VSCode
- Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X)
- Search for "PKsThemes"
- Click Install
Alternatively, install from the command line:
code --install-extension pkkid.pksthemes
Development
To develop or customize this extension:
- Clone this repo to your machine
- Run
npm installto install dependencies - Make your changes to the theme files in the
themes/directory
Publishing
VSCode Marketplace
- Get a Personal Access Token from Azure DevOps: https://dev.azure.com
- Publish the extension:
npm run publish:vscode -- -p <YOUR_PAT_TOKEN>
OpenVSX Marketplace
- Get an Access Token from Open VSX: https://open-vsx.org
- Publish the extension:
npm run publish:openvsx -- -p <YOUR_OPENVSX_TOKEN>
Package Only (No Publishing)
To create a .vsix file without publishing: npm run package
Credits
Special thank to Pavel Pertsev, the creator of gruvbox original theme. Also thanks to jdinhify for the VSCode editor theme colors.