Just published a new version of my Material Monokai Theme for VSCode.
This theme is simply built on top of my personal preferences: material design, monokai color scheme and high contrasts.
Check it out in the marketplace..
repeale / material-monokai
VSCode Material Monokai Theme
Material Monokai Theme for VSCode
Screenshots
TypeScript
Test extension
Official vsce docs: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
npm install -g vsce
vsce package # create .vsix
code --install-extension *.vsix # local install
Publish to Visual Studio Marketplace
vsce publish
Top comments (2)
nice
nice