loadstar81 / grb256

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vim Script 100.0%