summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
-rw-r--r--lua/plugins/colorscheme.lua4
2 files changed, 5 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 182e7b1..31a22e2 100644
--- a/init.lua
+++ b/init.lua
@@ -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' },
+ },
}