diff options
Diffstat (limited to 'roles/hyprtheme/files/themes/everforest/neovim.lua')
| -rw-r--r-- | roles/hyprtheme/files/themes/everforest/neovim.lua | 10 |
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", + }, + }, +} |
