fix(tabline): fix breaking changes in tabline plugin
This commit is contained in:
+2
-2
@@ -137,8 +137,8 @@ local function apply_tabline_config(conf)
|
|||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
tabline.get_colors()
|
local colors = require("tabline.config").theme
|
||||||
local normbg = require("tabline.config").colors.normal_mode.c.bg
|
local normbg = colors.normal_mode.c.bg
|
||||||
conf.colors = {
|
conf.colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
background = normbg,
|
background = normbg,
|
||||||
|
|||||||
Reference in New Issue
Block a user