Files
dotfiles/.config/nvim/lua/plugins/everforest.lua
T
2025-04-30 04:59:01 -05:00

10 lines
142 B
Lua

return {
"neanias/everforest-nvim",
lazy = true,
priority = 1000,
config = function ()
background = "soft"
ui_contrast = "low"
end
}