Since Mattia Astorino has released his excellent Material Theme for Visual Code, I am no longer maintaining this theme. Please use his theme instead!
This theme is directly based on the excellent Material Theme by Mattia Astorino without any modifications.
git clone https://github.com/fredrikaverpil/vscode-material-theme.git
cd vscode-material-theme
curl -o themes/material-theme.tmTheme https://raw.githubusercontent.com/equinusocio/material-theme/develop/schemes/Material-Theme.tmTheme
Offical Yo code docs: https://code.visualstudio.com/docs/tools/yocode
Please note, this step is not needed to follow as the git repo already holds all of the data which Yo Code generates, but it's here for completeness:
npm install -g yo generator-code
yo code
- Bump the version number in
package.json
- Add notes on the update in
CHANGELOG.md
Official vsce docs: https://code.visualstudio.com/docs/tools/vscecli
npm install -g vsce
vsce package # create .vsix
code --install-extension *.vsix # test it
mv *.vsix vsix/ # Move it into "vsix" folder
git commit -am "Updated theme"
git push
Notes on setting up a token in the official vsce docs.
vsce publish