From c7c8ccb503a39b150aa6d30dcde55e453964c755 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 15:02:53 -0500 Subject: [PATCH] chore: incorporate transparent background feature into theme config --- lua/data/types.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/data/types.lua b/lua/data/types.lua index afc2fbd..dbaa8a7 100644 --- a/lua/data/types.lua +++ b/lua/data/types.lua @@ -1554,6 +1554,7 @@ M.catppuccin = { light = 'latte', dark = 'mocha', }, + transparent_background = false, integrations = { native_lsp = { enabled = true,