stephdl / monokai

Monokai colorscheme, originally ported to vim by Damien Gombault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monokai.vim

Monokai is a GUI-only colorscheme, originally ported to vim by Damien Gombault (first seen here).

The original repos still live, although it hasn't been updated since 2009. This repos serves only to allow monokai.vim to be installed using modern plugin managers for vim.

There's also a vim.org Script page for this colorscheme.

Vundle

Add to your .vimrc:

Bundle 'lsdr/monokai'

Don't forget to :BundleInstall after editing your config files.

Manual install

Fetch it over the net and store it locally in your .vim/colors folder:

$ cd ~/.vim/colors
$ curl -G https://raw.githubusercontent.com/lsdr/monokai/master/colors/monokai.vim -o monokai.vim

Screenshot

monokai.vim screenshot

License

Creative Commons BY-NC

About

Monokai colorscheme, originally ported to vim by Damien Gombault


Languages

Language:Vim Script 100.0%