Use colorscheme molokai for Vim
- 2018/10/25
- Vim
Use molokai for vim.
Author’s site. Molokai Color Scheme for Vim
$ cd Downloads
$ git clone https://github.com/tomasr/molokai.git
$ mkdir ~/.vim/colors
$ cp molokai/colors/molokai.vim ~/.vim/colors
$ vim ~/.vimrc
Add follow this line in your .vimrc file
syntax on
colorscheme molokai
set t_Co=256