transparent background

This commit is contained in:
voidarclabs
2025-07-21 17:17:06 +01:00
parent 2d619e8d32
commit 3703bbbb29

View File

@@ -1,3 +1,5 @@
return { return {
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 } { "catppuccin/nvim", name = "catppuccin", priority = 1000, opts = {
transparent_background = true,
} },
} }