switch to everforest

This commit is contained in:
Benjamin Palko 2026-08-18 12:11:25 -04:00
parent 29bf7bdc5d
commit e23997dbb4

View file

@ -1,6 +1,12 @@
return { return {
-- { "ellisonleao/gruvbox.nvim" }, -- { "ellisonleao/gruvbox.nvim" },
{ "neanias/everforest-nvim", name = "everforest", opts = { transparent_background_level = 1 } }, {
"neanias/everforest-nvim",
name = "everforest",
opts = {
transparent_background_level = 1,
},
},
-- { -- {
-- "catppuccin/nvim", -- "catppuccin/nvim",
-- name = "catppuccin", -- name = "catppuccin",
@ -15,12 +21,11 @@ return {
transparent = true, transparent = true,
}, },
}, },
-- Configure LazyVim to load gruvbox
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "tokyonight-moon", -- colorscheme = "tokyonight-moon",
-- colorscheme = "everforest", colorscheme = "everforest",
}, },
}, },
} }