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 = { diff --git a/themes/neovim/tokyo-night.lua b/themes/neovim/tokyo-night.lua index dad2d30..d8ea440 100644 --- a/themes/neovim/tokyo-night.lua +++ b/themes/neovim/tokyo-night.lua @@ -5,4 +5,14 @@ return { colorscheme = "tokyonight", }, }, + { + "folke/tokyonight.nvim", + opts = { + transparent = true, + styles = { + sidebars = "transparent", + floats = "transparent", + }, + }, + }, }