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 {
-- { "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",
-- name = "catppuccin",
@ -15,12 +21,11 @@ return {
transparent = true,
},
},
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight-moon",
-- colorscheme = "everforest",
-- colorscheme = "tokyonight-moon",
colorscheme = "everforest",
},
},
}