From a1bc9393294d60596447bc3f929a1e19d975e41f Mon Sep 17 00:00:00 2001 From: Mathias Maisberger Date: Mon, 10 Jun 2024 13:02:13 +0200 Subject: [PATCH] Make neovim background transparent for catppuccin --- themes/neovim/catppuccin.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/neovim/catppuccin.lua b/themes/neovim/catppuccin.lua index dbe34f5..a1cd989 100644 --- a/themes/neovim/catppuccin.lua +++ b/themes/neovim/catppuccin.lua @@ -1,4 +1,10 @@ return { + { + "catppuccin", + opts = { + transparent_background = true, + }, + }, { "LazyVim/LazyVim", opts = {