diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index c83d819..b4160cd 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -3,11 +3,8 @@ return { "neanias/everforest-nvim", opts = { priority = 1000, + background = "medium", }, - config = function() - require("everforest").setup({ - -- background = "soft", - }) - end, + config = function() end, }, }