Extends Monokai Theme (based on Monokai TextMate Theme)
This extension is available for free in the Visual Studio Code Marketplace
Palette | Hex Code |
---|---|
Background | #272822 |
Foreground | #F8F8F2 |
Comment | #75715E |
Red | #F92672 |
Orange | #FD971F |
Light Orange | #E69F66 |
Yellow | #E6DB74 |
Green | #A6E22E |
Blue | #66D9EF |
Purple | #AE81FF |
- Fork it (https://github.com/SuperPaintman/vscode-monokai-extended/fork)
- Create your feature branch (
git checkout -b feature/<feature_name>
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin feature/<feature_name>
) - Create a new Pull Request
- SuperPaintman SuperPaintman - creator, maintainer