Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.24 KB

Monokai Nicbet Theme for Visual Studio Code

This theme has been developed while using it with Ruby on Rails, JavaScript ES6, and SASS.

Screenshot

Theme Screenshot

What's New?

  • 0.1.2 Added custom terminal color scheme, improved ERB highlighting
  • 0.1.1 Add support for React (JS, JSX) syntax highlights
  • 0.1.0 Initial Color theme with support for Ruby and Ruby on Rails

Features

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)

Installation

Cloning the Repository

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

Now you can select this theme from the Theme selector in VSCode

License

This work is licensed under the MIT license