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 },
-- 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 },