fix: set bg color to none inactive lualine when set to transparent (#138)
this was previously set to to the default bg color and there wasn't really transparent
This commit is contained in:
@@ -548,7 +548,7 @@ function M.setup(config)
|
|||||||
theme.defer = {}
|
theme.defer = {}
|
||||||
|
|
||||||
if config.hideInactiveStatusline then
|
if config.hideInactiveStatusline then
|
||||||
local inactive = { style = "underline", bg = c.bg, fg = c.bg, sp = c.border }
|
local inactive = { style = "underline", bg = c.none, fg = c.bg, sp = c.border }
|
||||||
|
|
||||||
-- StatusLineNC
|
-- StatusLineNC
|
||||||
theme.base.StatusLineNC = inactive
|
theme.base.StatusLineNC = inactive
|
||||||
|
|||||||
Reference in New Issue
Block a user