Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 775 Bytes

goldenrod.vim

Vim color scheme with plenty of contrast and easy on the eyes

Installation instructions on linux/mac:

  • Clone the repo or download the tarball and unpack it
  • Copy/move the colors/goldenrod.vim file to the vim colors directory: ~/.vim/colors/

Installation instructions using Vundle:

  • Add the following line to your vimrc:
Plugin 'acoustichero/goldenrod.vim'
  • Open vim and run :PluginInstall

Installation instructions using Pathogen:

  • run the following commands:
$ cd ~/.vim/bundle/
$ git clone https://github.com/acoustichero/goldenrod.vim.git

Usage:

  • add the following lines to your vimrc
set background=dark "goldenrod.vim only supports a dark background at this time
colorscheme goldenrod