chore: update FloatBorder bg color (#30)

This commit is contained in:
Karim Abou Zeid 2021-10-17 19:08:10 +02:00 committed by GitHub
commit c2d95be0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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