switch to everforest
This commit is contained in:
parent
29bf7bdc5d
commit
e23997dbb4
1 changed files with 9 additions and 4 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue