diff options
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | lua/plugins/colorscheme.lua | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -66,6 +66,6 @@ if get_hostname() ~= "shoggoth" then }, }) - vim.cmd.colorscheme "carbonfox" + vim.cmd.colorscheme "jellybeans-nvim" end -- Load plugins on devices other than RPi diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 3bc9fe1..c288d30 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -2,4 +2,8 @@ return { { "EdenEast/nightfox.nvim" }, + { + "metalelf0/jellybeans-nvim", + dependencies = { 'rktjmp/lush.nvim' }, + }, } |