Files
dotfiles-and-setup/theme-switcher-testing/neovim-everforest.lua
2025-10-12 22:42:32 -05:00

16 lines
195 B
Lua

return {
{
"neanias/everforest-nvim",
opts = {
background = "soft",
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "everforest",
background = "soft",
},
},
}