mhartington / oceanic-next

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

Add NormalFloat highlight group since Neovim 0.10 no longer links it to PMenu #123

Open dimfeld opened 8 months ago

dimfeld commented 8 months ago

As described here: https://neovim.io/doc/user/news.html

In Neovim 0.10 (or HEAD for now since it's not yet released), this causes black backgrounds for various popups instead of the gray background color the theme uses. Fixed by just manually assigning the same PMenu color to NormalFloat as well.

Screenshots

On Neovim HEAD, before the PR is applied:

CleanShot 2024-03-16 at 18 50 54

With the PR applied it looks like Neovim 0.9 again:

CleanShot 2024-03-16 at 18 53 16