Fixed statusline and tabline background

This commit is contained in:
2024-02-21 10:53:19 +01:00
parent e4cfb6ebd0
commit 76feae8704
3 changed files with 12 additions and 7 deletions

View File

@@ -89,18 +89,23 @@ function M.make_theme(P, C)
T.statusbar = {
normal = {
fg = P.fg_gradiant[1],
bg = P.harder_bg,
bg = P.bg_gradiant[1],
},
active = {
fg = P.fg_gradiant[1],
bg = P.harder_bg,
bold = true,
},
inactive = {
fg = P.fg,
bg = P.bg_gradiant[1],
fg = P.fg_gradiant[1],
bg = P.bg,
},
}
T.winbar = {
active = {
fg = P.fg_gradiant[1],
bg = P.bg,
},
normal = {
fg = P.fg_gradiant[1],
bg = P.harder_bg,