jaredgorski / fogbell.vim

MIT License
210 stars 15 forks source link

light/grey color #3

Closed elig0n closed 3 years ago

elig0n commented 3 years ago

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

jaredgorski commented 3 years ago

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?