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 }, -}