summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/files/themes/everforest/neovim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hyprtheme/files/themes/everforest/neovim.lua')
-rw-r--r--roles/hyprtheme/files/themes/everforest/neovim.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/hyprtheme/files/themes/everforest/neovim.lua b/roles/hyprtheme/files/themes/everforest/neovim.lua
new file mode 100644
index 00000000..80551c78
--- /dev/null
+++ b/roles/hyprtheme/files/themes/everforest/neovim.lua
@@ -0,0 +1,10 @@
+return {
+ { "neanias/everforest-nvim" },
+ {
+ "LazyVim/LazyVim",
+ opts = {
+ colorscheme = "everforest",
+ background = "soft",
+ },
+ },
+}