AlexvZyl/nordic.nvim

Feat: Background only in transparent mode

Closed this issue · 2 comments

When enabling transparent mode, we should provide an option where only the background is transparent, and other floating windows and components are opaque.

Well I just test implemented this:

            transparent = {
                bg = false,
                float = true,
            },

& I think that's probably the best way of doing it.

I actually kind of like it with just transparent floating windows...

27-03-24@13:55:39

but it works the other way around:

27-03-24@13:57:49