Added heirline setup_colors support

Match active tab with winbar background
This commit is contained in:
2024-02-21 14:22:01 +01:00
parent 76feae8704
commit 0c657b5bc8
3 changed files with 14 additions and 6 deletions

View File

@@ -102,14 +102,14 @@ function M.make_theme(P, C)
},
}
T.winbar = {
active = {
fg = P.fg_gradiant[1],
bg = P.bg,
},
normal = {
fg = P.fg_gradiant[1],
bg = P.harder_bg,
},
active = {
fg = P.fg_gradiant[1],
bg = P.bg,
},
inactive = {
fg = P.bg_gradiant[3],
bg = P.harder_bg,