Skip to content

Gary Bernhardt's grb256 vim theme packaged to work with Pathogen/Vundle

Notifications You must be signed in to change notification settings

kaushikgopal/grb256

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

This is a repackaged version of Gary Bernhardt's grb256 vim theme, which in turn is based on ir_black.

How to install (with Pathogen)

  • go to your bundle directory (.vim/bundle or .vimbundles) and clone the repo:

    git clone https://github.com/quanganhdo/grb256.git

  • edit your .vimrc and add:

    colorscheme grb256

How to install (with Vundle)

  • edit your .vimrc and add:

    Bundle 'quanganhdo/grb256'
    colorscheme grb256
    

How to install (with NeoBundle)

  • edit your .vimrc and add:

    NeoBundle 'quanganhdo/grb256'
    colorscheme grb256
    

About

Gary Bernhardt's grb256 vim theme packaged to work with Pathogen/Vundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%