16 lines
417 B
Markdown
16 lines
417 B
Markdown
# vim-monokai
|
|
|
|
Monokai color scheme for Vim converted with [coloration](http://coloration.sickill.net) from Textmate theme with the same name.
|
|
|
|
## Screenshots
|
|
|
|

|
|
|
|
|
|
## Installation
|
|
|
|
Put `monokai.vim` file in your `~/.vim/colors/` directory and add the following line to your `~/.vimrc`:
|
|
|
|
syntax enable
|
|
colorscheme monokai
|