diff --git a/lua/catppuccino/core/mapper.lua b/lua/catppuccino/core/mapper.lua index 7ea0d1f..d7be2c8 100644 --- a/lua/catppuccino/core/mapper.lua +++ b/lua/catppuccino/core/mapper.lua @@ -393,6 +393,10 @@ function M.apply() LightspeedGreyWash = {fg = cpt.comment} } + -- uninstantiated to avoid poluting global scope and because they are not needed anymore + _G.cpc = nil + _G.cpt = nil + return theme end