nordic.nvim icon indicating copy to clipboard operation
nordic.nvim copied to clipboard

Feat: Background only in transparent mode

Open AlexvZyl opened this issue 10 months ago • 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.

AlexvZyl avatar Mar 27 '24 11:03 AlexvZyl

Well I just test implemented this:

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

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

5-pebbles avatar Mar 27 '24 13:03 5-pebbles

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

5-pebbles avatar Mar 27 '24 14:03 5-pebbles