16 lines
386 B
Markdown
16 lines
386 B
Markdown
|
# vim-monokai
|
||
|
|
||
|
Monokai color scheme for Vim converted with [coloration](https://github.com/sickill/coloration) from Textmate theme with the same name.
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![Monokai in Vim](https://i.imgur.com/NPX2MXM.png)
|
||
|
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Put `monokai.vim` file in your `~/.vim/colors/` directory and add the following line to your `~/.vimrc`:
|
||
|
|
||
|
syntax enable
|
||
|
colorscheme monokai
|