transparent bg

This commit is contained in:
Benjamin Palko 2025-05-07 23:55:57 -04:00
parent 91f5cd943b
commit b5a701040e

View file

@ -1,17 +1,26 @@
return { return {
{ "ellisonleao/gruvbox.nvim" }, { "ellisonleao/gruvbox.nvim" },
{ "catppuccin/nvim", { "neanias/everforest-nvim", name = "everforest", opts = { transparent_background = true } },
name = "catppuccin", {
priority = 1000, "catppuccin/nvim",
opts = { flavour = "mocha", name = "catppuccin",
--transparent_background = true, priority = 1000,
}, opts = { flavour = "mocha", transparent_background = true },
},
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
transparent = true,
},
}, },
-- Configure LazyVim to load gruvbox -- Configure LazyVim to load gruvbox
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
-- colorscheme = "tokyonight-moon",
colorscheme = "catppuccin", colorscheme = "catppuccin",
}, },
} },
} }