VikashPR Dark Theme for VSCode
VikashPR Dark theme is a custom fork of Aabyss & Cobalt theme for VSCode.
Thanks to the developers.
Installation
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
VikashPR-Theme - find the one by Wes Bos - there are a few other half-baked ones so make sure you have the right one!
- Click Install to install it.
- Code > Preferences > Color Theme > VikashPR-Theme
Contributing
To work on the theme:
- Clone this repo and open in VS Code
- Open run
View → Run
- Click
Launch Extension . This will open up another VS Code Editor
- Make changes to
VikashPR Theme Dark-color-theme.json . You will see changes reflected in the other editor that opened in step 3.
If you are making a Pull Request, Please give me a screenshot of before/after!
Deploying a new version
These are mostly notes for me.
- Run
npm run release
- Next run
git push --follow-tags origin master && npm publish
| |