This line seems to indicate support of for a light background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L39
But the logic near the top appears to force a dark background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L10-L11
I tried
in my .vimrc, but it doesn't appear to have any effect.
Am I missing something, or is a light background not supported?
This line seems to indicate support of for a light background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L39
But the logic near the top appears to force a dark background:
https://github.com/archSeer/colibri.vim/blob/master/colors/colibri.vim#L10-L11
I tried
in my .vimrc, but it doesn't appear to have any effect.
Am I missing something, or is a light background not supported?