Vim color scheme with plenty of contrast and easy on the eyes
- Clone the repo or download the tarball and unpack it
- Copy/move the
colors/goldenrod.vim
file to the vim colors directory:~/.vim/colors/
- Add the following line to your vimrc:
Plugin 'acoustichero/goldenrod.vim'
- Open vim and run
:PluginInstall
- run the following commands:
$ cd ~/.vim/bundle/
$ git clone https://github.com/acoustichero/goldenrod.vim.git
- add the following lines to your vimrc
set background=dark "goldenrod.vim only supports a dark background at this time
colorscheme goldenrod