Material Monokai Theme for VSCode

repeale

Alessio Enrico Repetti

Posted on May 9, 2020

Material Monokai Theme for VSCode

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..

GitHub logo repeale / material-monokai

VSCode Material Monokai Theme

Material Monokai Theme for VSCode

Rating Star Downloads Downloads

Screenshots

TypeScript

Sample 1

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
Enter fullscreen mode Exit fullscreen mode

Publish to Visual Studio Marketplace

vsce publish
Enter fullscreen mode Exit fullscreen mode



💖 💪 🙅 🚩
repeale
Alessio Enrico Repetti

Posted on May 9, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related