From 98bb036ce19b0fef2cde3e5cad5e361bc36dc3be Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sun, 2 Nov 2025 14:37:15 -0800 Subject: add more colorschemes and switch to jellybeans --- dot-config/nvim/lua/plugins/theme.lua | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'dot-config/nvim/lua') diff --git a/dot-config/nvim/lua/plugins/theme.lua b/dot-config/nvim/lua/plugins/theme.lua index 1e3e8ad..166c3a9 100644 --- a/dot-config/nvim/lua/plugins/theme.lua +++ b/dot-config/nvim/lua/plugins/theme.lua @@ -10,6 +10,15 @@ return { end, }, + { + "sainnhe/everforest", + lazy = false, + priority = 1000, + config = function() + vim.g.everforest_transparent_background = 2 + end, + }, + { "webhooked/kanso.nvim", lazy = false, @@ -197,10 +206,22 @@ return { end, }, + { + "wtfox/jellybeans.nvim", + lazy = false, + priority = 1000, + opts = { + transparent = true, + italics = false, + bold = false, + flat_ui = true, -- toggles "flat UI" for pickers + }, + }, + { "LazyVim/LazyVim", opts = { - colorscheme = "catppuccin-frappe", + colorscheme = "jellybeans-default", }, }, } -- cgit v1.3