fix: mismatched WinSeparator background

This commit is contained in:
mvllow 2024-01-08 09:40:51 -06:00
commit c29c1080be
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -99,6 +99,7 @@ config.options = {
local function migrate(options)
if options.bold_vert_split then
options.highlight_groups["VertSplit"] = { fg = "muted", bg = "muted" }
options.highlight_groups["WinSeparator"] = { fg = "muted", bg = "muted" }
end
if options.disable_float_background then