Skip to content

Commit ab5d31c

Browse files
committed
everforest color including configration are added...
1 parent ccab8ed commit ab5d31c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lua/user/packer.lua

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ local packer_bootstrap = ensure_packer()
1313

1414
return require('packer').startup(function(use)
1515
use 'wbthomason/packer.nvim'
16-
use 'neanias/everforest-nvim'
16+
use {
17+
"OurCodeBase/everforest-nvim",
18+
config = function()
19+
require("everforest").setup({
20+
background = "hard",
21+
ui_contrast = "low",
22+
dim_inactive_windows = false,
23+
better_performance = true,
24+
})
25+
end
26+
}
1727
if packer_bootstrap then
1828
require('packer').sync()
1929
end

0 commit comments

Comments
 (0)