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 {
|
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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue