daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Fix popup colors not being reversed #37

Closed christopher-l closed 6 years ago

christopher-l commented 6 years ago

I use a color scheme (hybrid), where Pmenu and PmenuSel are identical except PmenuSel sets reverse. On the popup menu, this causes the selected line to be indistinguishable from the unselected ones.

I don't know if this code makes sense at this place, but it fixes the issue for me.

daa84 commented 6 years ago

For me looks ok, thanks 👍