fix: fix transparent bg
This commit is contained in:
parent
ea49398998
commit
94a2cac8c3
@ -256,7 +256,7 @@ M.setup = function()
|
||||
DashboardFooter = { fg = c.green, italic = config.italic },
|
||||
|
||||
-- normal text and background color
|
||||
Normal = { fg = c.fg, bg = c.bg },
|
||||
Normal = config.transparent and { fg = c.fg, bg = 'NONE' } or { fg = c.fg, bg = c.bg },
|
||||
NormalNC = config.dim_inactive and { fg = c.fg_1, bg = c.bg_1 } or { link = 'Normal' },
|
||||
SignColumn = { fg = c.fg, bg = c.none },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user