jaredgorski / fogbell.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

light/grey color

elig0n opened this issue · comments

I could not get the lighter/grey background version with neither gvim nor terminal.
Is it merely a terminal colorscheme then in the screenshot ?

Hi!

If you install all three files in colors (this happens automatically if you use a plugin manager, or you can put all three files in ~/.vim/colors), you can then declare whichever colorscheme you want to use in your ~/.vimrc. To use fogbell_lite, you can declare:

colorscheme fogbell_lite

Does that help?