themes/catppuccin: propagate transparency to floating window options

This commit is contained in:
myu 2025-09-02 20:19:21 -04:00
commit 5f2718875e

View file

@ -71,6 +71,9 @@ in {
require('catppuccin').setup {
flavour = "${style}",
transparent_background = ${boolToString transparent},
float = {
transparent = ${boolToString transparent},
},
term_colors = true,
integrations = {
nvimtree = {