fix bg color

This commit is contained in:
Asthestarsfalll 2023-07-21 16:03:01 +08:00
commit d2f4b96640

View file

@ -77,7 +77,7 @@ function M._load(options)
fg = p.text,
bg = (options.dim_nc_background and p.none) or maybe.base,
},
['Substitute'] = { bg = p.base },
['Substitute'] = { fg = p.base, bg = p.love },
['StatusLine'] = { fg = p.subtle, bg = groups.panel },
['StatusLineNC'] = { fg = p.muted, bg = groups.panel_nc },
['StatusLineTerm'] = { link = 'StatusLine' },