From c3d3145604deb8f29a9c5abd714e3d27ed912e31 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 5 Mar 2023 22:10:20 +0530 Subject: [PATCH] add hl groups for updater --- lua/base46/integrations/nvchad_updater.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/base46/integrations/nvchad_updater.lua diff --git a/lua/base46/integrations/nvchad_updater.lua b/lua/base46/integrations/nvchad_updater.lua new file mode 100644 index 0000000..23a4b56 --- /dev/null +++ b/lua/base46/integrations/nvchad_updater.lua @@ -0,0 +1,7 @@ +local colors = require("base46").get_theme_tb "base_30" + +return { + nvUpdaterTitle = { fg = colors.black, bg = colors.green }, + nvUpdaterGitPULL = { bg = colors.darker_black }, + nvUpdaterProgress = { fg = colors.red, bg = colors.one_bg2 }, +}