This commit is contained in:
Benjamin Palko 2025-08-29 18:50:16 -04:00
parent 8a233834ec
commit 87dfb667e2
2 changed files with 40 additions and 41 deletions

View file

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