From 6045eb8bb856112dd11e071116ffff2255a54bed Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 25 Mar 2025 10:29:54 +0530 Subject: colorscheme: init.lua: defaulting to jellybeans colorscheme Signed-off-by: Brahmajit Das --- init.lua | 2 +- lua/plugins/colorscheme.lua | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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' }, + }, } -- cgit v1.2.3