diff options
Diffstat (limited to 'roles/hyprtheme/files/themes/everforest')
| -rw-r--r-- | roles/hyprtheme/files/themes/everforest/backgrounds/1-everforest.jpg | bin | 0 -> 322827 bytes | |||
| -rw-r--r-- | roles/hyprtheme/files/themes/everforest/backgrounds/a_pile_of_cut_logs.jpg | bin | 0 -> 3687179 bytes | |||
| -rw-r--r-- | roles/hyprtheme/files/themes/everforest/neovim.lua | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/roles/hyprtheme/files/themes/everforest/backgrounds/1-everforest.jpg b/roles/hyprtheme/files/themes/everforest/backgrounds/1-everforest.jpg Binary files differnew file mode 100644 index 00000000..6d75259d --- /dev/null +++ b/roles/hyprtheme/files/themes/everforest/backgrounds/1-everforest.jpg diff --git a/roles/hyprtheme/files/themes/everforest/backgrounds/a_pile_of_cut_logs.jpg b/roles/hyprtheme/files/themes/everforest/backgrounds/a_pile_of_cut_logs.jpg Binary files differnew file mode 100644 index 00000000..166101a3 --- /dev/null +++ b/roles/hyprtheme/files/themes/everforest/backgrounds/a_pile_of_cut_logs.jpg 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", + }, + }, +} |
