From 1b4710eaaea14a3d1bfd9ba7724152bbf18e5bc6 Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 31 Aug 2024 06:43:06 +0530 Subject: [PATCH] remove: huefy integration cuz it will be handled by ui.extmarks lib itself --- lua/base46/integrations/huefy.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lua/base46/integrations/huefy.lua diff --git a/lua/base46/integrations/huefy.lua b/lua/base46/integrations/huefy.lua deleted file mode 100644 index 00c11395..00000000 --- a/lua/base46/integrations/huefy.lua +++ /dev/null @@ -1,16 +0,0 @@ -local colors = require("base46").get_theme_tb "base_30" - -return { - HuefyBorder = { bg = colors.darker_black, fg = colors.darker_black }, - HuefyWin = { bg = colors.darker_black }, - - HuefyIBorder = { bg = colors.one_bg3, fg = colors.one_bg3 }, - HuefyIWin = { bg = colors.one_bg3 }, - - HuefyBorder2 = { bg = colors.black2, fg = colors.black2 }, - HuefyWin2 = { bg = colors.black2 }, - - HuefySliderRed = { fg = colors.red }, - HuefySliderBlue = { fg = colors.blue }, - HuefySliderGreen = { fg = colors.green }, -}