This repository implements a light theme for the VSCode IDE with Snickerdoodle Labs color palette.
To build the .vsix
package for installation, use the VSCode publishing tool, vsce
:
npm install -g vsce
vsce package
# snickerdoodle-light-0.0.x.vsix generated
After building the vsix
package, use ovsx
to publish to the open-vsx registry:
npx ovsx publish snickerdoodle-light-0.0.x.vsix -p <access token>
Enjoy!