Skip to content

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

Notifications You must be signed in to change notification settings

WeiChieh-Chen/goldenrod.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published