From 5f2718875e0d3110533f5b169e9183762e598a85 Mon Sep 17 00:00:00 2001 From: myu Date: Tue, 2 Sep 2025 20:19:21 -0400 Subject: [PATCH] themes/catppuccin: propagate transparency to floating window options --- modules/plugins/theme/supported-themes.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/plugins/theme/supported-themes.nix b/modules/plugins/theme/supported-themes.nix index ea858cae..17ba2311 100644 --- a/modules/plugins/theme/supported-themes.nix +++ b/modules/plugins/theme/supported-themes.nix @@ -71,6 +71,9 @@ in { require('catppuccin').setup { flavour = "${style}", transparent_background = ${boolToString transparent}, + float = { + transparent = ${boolToString transparent}, + }, term_colors = true, integrations = { nvimtree = {