Patrick Stockwell 1b211a70c9 add optional extras
2018-12-05 21:29:47 +11:00
2018-12-05 20:36:09 +11:00
2018-12-05 21:17:56 +11:00
2018-12-05 21:17:56 +11:00
2018-12-05 21:17:56 +11:00
2018-12-05 21:29:47 +11:00

vim-monokai-tasty.vim

Monokai forever! 🎉 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 has been customised for Javascript highlighting, but works for all languages.

Installation

🔌 I recommend using Plug.

Add the following to your .vimrc and run PlugInstall

Plug 'patstockwell/vim-monokai-tasty'
Plug 'pangloss/vim-javascript'

A few optional extras if you write React

Plug 'mxw/vim-jsx'
Plug 'styled-components/vim-styled-components'

Use

Add to your .vimrc:

colorscheme vim-monokai-tasty

Screen shots

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. The vim/panglass syntax file for javascript is a dependency for the vim-monokai-tasty colour scheme.

Languages
Vim Script 100%