diff options
author | awy <awy@awy.one> | 2025-08-07 18:03:17 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-07 18:03:17 +0300 |
commit | 0dab53fe978c67888957256a9ee0bf34b75b29ac (patch) | |
tree | 3011f6f4cfc438dd38bd6fb82e8e3dd04d7f8ec4 /.config/nvim/lua/plugins/everforest.lua | |
parent | 82307a7d73dc2683062e1029b98bf976fb50ee26 (diff) | |
download | hyprdots-0dab53fe978c67888957256a9ee0bf34b75b29ac.tar.gz |
everforest
Diffstat (limited to '.config/nvim/lua/plugins/everforest.lua')
-rw-r--r-- | .config/nvim/lua/plugins/everforest.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/everforest.lua b/.config/nvim/lua/plugins/everforest.lua new file mode 100644 index 0000000..d652977 --- /dev/null +++ b/.config/nvim/lua/plugins/everforest.lua @@ -0,0 +1,10 @@ +return { + 'sainnhe/everforest', + lazy = false, + priority = 1000, + config = function() + vim.g.everforest_enable_italic = true + vim.g.everforest_transparent_background = true + vim.cmd.colorscheme('everforest') + end +} |