archseer / colibri.vim

A subtle, elegant color scheme for vim.
https://archseer.github.io/colibri.vim/swatch.html
MIT License
92 stars 1 forks source link

background is navy blue #3

Closed macgruber99 closed 6 years ago

macgruber99 commented 6 years ago

I'm currently using Solarized and I already have "set background=dark". But when I switched to Colibri, the background is now a navy blue, which I don't care for.

archseer commented 6 years ago

Do you have "set termguicolor" enabled and use a terminal that supports 24 bit color (true color)?

There's a few test cases you can run at the start of this document: https://gist.github.com/XVilka/8346728

macgruber99 commented 6 years ago

I have "set termguicolor" enabled, but I get the following error: "E518: Unknown option: termguicolor". I googled and found a thread that led me to believe it might be that the system vim installed on MacOS is 7.4 and that I should upgrade to 8. I did that, but still getting the same error and still giving me the blue background.

archseer commented 6 years ago

Ah sorry, it's plural, set termguicolors

macgruber99 commented 6 years ago

Oh, and I'm using iTerm2 which supports true color.

macgruber99 commented 6 years ago

I tried it with the 's', still giving me the same error.

macgruber99 commented 6 years ago

OK, it's working now. I changed it to plural and made sure I was using Vim 8. Thanks!

archseer commented 6 years ago

Glad it's resolved!