w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Doesn't load properly when using true color in Neovim #27

Closed lithammer closed 8 years ago

lithammer commented 9 years ago

So true color support recently landed in Neovim https://github.com/neovim/neovim/pull/2198. But it seems like hybrid gets a bit confused by this (see screenshot).

screen shot 2015-03-22 at 17 59 10

It get solved by reloading the colorscheme though, or defining the gui* values.

screen shot 2015-03-22 at 17 58 52

I guess there's two ways to approach this:

lithammer commented 8 years ago

Fixed by https://github.com/w0ng/vim-hybrid/pull/30