Patrick Stockwell c614d88b52 update README
2018-12-05 20:32:28 +11:00
2018-12-05 20:15:43 +11:00
2018-12-05 20:32:28 +11:00

vim-monokai-tasty.vim

Inspired by Sublime Text's interpretation of monokai, this colour scheme makes use of cterm color numbers to support VIM running on a wide range of systems. It focuses mostly on Javascript highlighting, although there are bindings for the standard VIM highlights which will map for most languages.

Dependencies

This plugin works best with a terminal that can render italic text. It will work just fine on terminals that can't, the italic text will appear in inverted colours (black text on blue background for example). This colour scheme also makes use of syntax definitions from vim/pangloss. This VIM syntax file for javascript is a dependency for the vim-monokai-tasty colour scheme.

Installation

Use a plugin manager to install this colour scheme. I recommend Plug.

Add the following to your .vimrc and run PlugInstall

Plug 'patstockwell/vim-monokai-tasty'
Plug 'pangloss/vim-javascript'
Languages
Vim Script 100%