Merge pull request #67 from hiasinho/master

Make neovim background transparent for catppuccin and tokyo-night
This commit is contained in:
David Heinemeier Hansson
2024-06-10 13:42:06 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
return {
{
"catppuccin",
opts = {
transparent_background = true,
},
},
{
"LazyVim/LazyVim",
opts = {

View File

@@ -5,4 +5,14 @@ return {
colorscheme = "tokyonight",
},
},
{
"folke/tokyonight.nvim",
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
},
},
}