Fixed tabline colors
This commit is contained in:
parent
0e537b06ae
commit
86f7582c1d
5
init.lua
5
init.lua
|
@ -65,6 +65,11 @@ local config = {
|
||||||
left = { "", " " }, -- separator for the left side of the statusline
|
left = { "", " " }, -- separator for the left side of the statusline
|
||||||
right = { " ", " " }, -- separator for the right side of the statusline
|
right = { " ", " " }, -- separator for the right side of the statusline
|
||||||
tab = { "", "" },
|
tab = { "", "" },
|
||||||
|
},
|
||||||
|
colors = {
|
||||||
|
tabline_bg = "#181825",
|
||||||
|
tabline_fg = "#181825",
|
||||||
|
buffer_bg = "#21252b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
polish = function()
|
polish = function()
|
||||||
|
|
Loading…
Reference in New Issue