Fixed tabline colors

This commit is contained in:
Natty 2024-02-10 16:28:53 +01:00
parent 0e537b06ae
commit 86f7582c1d
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ local config = {
left = { "", "" }, -- separator for the left side of the statusline
right = { "", " " }, -- separator for the right side of the statusline
tab = { "", "" },
},
colors = {
tabline_bg = "#181825",
tabline_fg = "#181825",
buffer_bg = "#21252b"
}
},
polish = function()