2018-12-21 10:51:54 +11:00
2018-12-18 12:05:32 +11:00
2018-12-20 10:27:12 -07:00
2018-12-20 17:14:50 +11:00
2018-12-16 19:05:41 +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 'MaxMEllon/vim-jsx-pretty'
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 (before the colorscheme declaration):

let g:vim_monokai_tasty_italic = 1
colorscheme vim-monokai-tasty

To use the included lightline.vim theme:

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

To use the included vim-airline theme:

let g:airline_theme='monokai_tasty'

🔮 Extras

  • If you use iterm2 (you should), there is an included monokai.itermcolors file.
  • If you use GnuCoreutils there is a dircolors file (compliments the iterm colours)

📺 Screen shots

Languages
Vim Script 100%