fix: onedark vertical line color

This commit is contained in:
asep.komarudin 2024-06-09 19:04:01 +07:00
parent be18e2df41
commit 27f4a6016d
2 changed files with 3 additions and 2 deletions

View file

@ -118,6 +118,7 @@ if substring(tostring(color), "onedark") and true or false then
Normal = { fg = "${fg}", bg = is_transparent and "NONE" or "${bg}" },
NormalNC = { fg = "${fg}", bg = is_transparent and "NONE" or "${bg}" },
FloatBorder = { fg = "${fg}", bg = is_transparent and "NONE" or "${bg}" },
NonText = { bg = "NONE", fg = "#3E4450" },
},
}
end,