lewis6991 / hover.nvim

Hover plugin framework for Neovim
MIT License
516 stars 35 forks source link

Identifying/Customizing Highlight Group #38

Closed tj-moody closed 10 months ago

tj-moody commented 1 year ago

As you can see in the attached image, part of the floating window is transparent when I don't want it to be. The problem is I can't tell which highlight group this is—so far as I can tell, it's not any of the TabLine groups, which other parts of the floating window depend on, and not any of vim's default Float highlight groups, like Float, NormalFloat, FloatTitle, etc.

I'm hoping someone knows what the highlight is (my hope would be not Normal, so it can be customized separately from the editor), and it would be nice if customizing this and other highlights was possible from the config

Screenshot 2023-09-18 at 1 40 16 PM
willruggiano commented 10 months ago

:h hl-NormalFloat