mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

Fix reversed colors for IncSearch #80

Closed cstyles closed 5 years ago

cstyles commented 5 years ago

IncSearch's attribute will default to "reverse" unless we specify otherwise. This commit sets the attribute to 'NONE' so that it's easier to find the highlighted text.

This is what I see on master:

bad

And this is what I see on my branch:

good

And here's what :hi IncSearch outputs for each, respectively:

IncSearch      xxx cterm=reverse ctermfg=237 ctermbg=209 gui=reverse guifg=#343d46 guibg=#f99157
IncSearch      xxx ctermfg=237 ctermbg=209 guifg=#343d46 guibg=#f99157