Skip to content

Commit

Permalink
feat: add huefy integration
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Aug 18, 2024
1 parent f2cd8e0 commit 9dfb55a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lua/base46/integrations/huefy.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 },
}

0 comments on commit 9dfb55a

Please sign in to comment.