fix: decouple StatusLine background from floats

This commit is contained in:
mvllow 2023-01-16 23:42:14 -05:00
commit e3895d8e76
No known key found for this signature in database

View file

@ -70,7 +70,7 @@ function M.get(config)
SpellLocal = { sp = p.subtle, style = 'undercurl' },
SpellRare = { sp = p.subtle, style = 'undercurl' },
SignColumn = { fg = p.text, bg = styles.background },
StatusLine = { fg = p.subtle, bg = styles.float_background },
StatusLine = { fg = p.subtle, bg = p.surface },
StatusLineNC = { fg = p.muted, bg = styles.background },
StatusLineTerm = { link = 'StatusLine' },
StatusLineTermNC = { link = 'StatusLineNC' },