From f99645468c9794dc9b716713a7ba331605b3ef8e Mon Sep 17 00:00:00 2001 From: Mathias Maisberger Date: Mon, 10 Jun 2024 13:00:17 +0200 Subject: [PATCH 1/2] Make neovim background transparent for tokyo-night --- themes/neovim/tokyo-night.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) 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", + }, + }, + }, } From a1bc9393294d60596447bc3f929a1e19d975e41f Mon Sep 17 00:00:00 2001 From: Mathias Maisberger Date: Mon, 10 Jun 2024 13:02:13 +0200 Subject: [PATCH 2/2] 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 = {