diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index ebdba9f..1722b35 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -10,6 +10,7 @@ return { { -- Catppuccin "catppuccin/nvim", lazy = false, -- Override + opts = { integrations = { grug_far = true } }, }, { -- Ayu "Shatur/neovim-ayu", @@ -54,4 +55,8 @@ return { { -- Umbra "LZDQ/umbra.nvim", }, + { -- Zenbones + "zenbones-theme/zenbones.nvim", + dependencies = { "rktjmp/lush.nvim" }, + }, }