From 8f5019ad8da8a7b5db747da95bc40780fccc5d8b Mon Sep 17 00:00:00 2001 From: Ryan El Kochta Date: Fri, 18 Apr 2025 14:41:14 -0400 Subject: [PATCH] catppuccin: use transparent background to allow for blur --- lua/plugins/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index 8cdf993..a2ccf6a 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -5,6 +5,7 @@ return { lazy = false, priority = 1000, opts = { + transparent_background = true, integrations = { noice = true, notify = true,