diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-25 10:29:54 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-25 10:29:54 +0530 |
commit | 6045eb8bb856112dd11e071116ffff2255a54bed (patch) | |
tree | cf87f1c93ebdf465b230333bd0335343de87270c | |
parent | 52e63f012a75762da1e36e8380093b2d8f0b1004 (diff) |
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-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' }, + }, } |