From 91f8370fafd09bd9ae4b538678a4ee38c516ca57 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 23 Jul 2024 22:29:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Theme=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Zenbones theme - Integrate grug_far in catppuccin --- lua/plugins/themes.lua | 5 +++++ 1 file changed, 5 insertions(+) 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" }, + }, }