Patrick Stockwell 1eec2f9f2c make the statusline and statuslineNC different
This is to support airline and lightline
2018-12-16 11:45:03 +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

vim-monokai-tasty

Monokai forever! 🎉 Inspired by Sublime Text's interpretation of monokai, this colour is both gui- and cterm-supported. It works for all languages, and is particularly good for Javascript development ❤️

🔌 Installation

I recommend using Plug.

Add the following to your .vimrc and run PlugInstall

Plug 'patstockwell/vim-monokai-tasty'

Works best with these if you write javascript or React

Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'styled-components/vim-styled-components'
Plug 'elzr/vim-json'

🐺 Use

Add the following to your .vimrc:

colorscheme vim-monokai-tasty

If you use a terminal that supports italic text, add:

let g:vim_monokai_tasty_italic = 1

To use the included lightline.vim theme:

let g:lightline = {
      \ 'colorscheme': 'monokai_tasty',
      \ }

📺 Screen shots

Languages
Vim Script 100%