chore: update FloatBorder bg color

This commit is contained in:
Karim Abou Zeid 2021-10-17 18:11:22 +02:00
commit a1037aab97

View file

@ -44,7 +44,7 @@ theme.base = {
Directory = { fg = p.foam, bg = p.none },
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },
FloatBorder = { fg = p.subtle, bg = p.surface },
FloatBorder = { fg = p.subtle },
FoldColumn = {},
Folded = { fg = p.text, bg = p.surface },
IncSearch = { bg = p.highlight },