This theme has been developed while using it with Ruby on Rails, JavaScript ES6, and SASS.
0.1.2Added custom terminal color scheme, improved ERB highlighting0.1.1Add support for React (JS, JSX) syntax highlights0.1.0Initial Color theme with support for Ruby and Ruby on Rails
That's the list of things I wanted to focus on while developing my version of Monokai:
- Distinguish between keywords, methods, and Parameters
- Easily distinguish hash keys vs. symbols
- Comments must fade into background while still being readable
- During a search, the highlighted matches must be really highlighted
- Colors should use a known palette (Monokai)
Change to your Visual Studio Code extensions directory:
# Windows
$ cd %USERPROFILE%\.vscode\extensions
# Linux & macOS
$ cd ~/.vscode/extensions/Clone repository as monokai-nicbet:
$ git clone https://github.com/nicbet/vscode-monokai-nicbet nicbet.monokai-nicbet-0.1.2Now you can select this theme from the Theme selector in VSCode
This work is licensed under the MIT license
