increase contrast of FloatBorder

closes #17
This commit is contained in:
mvllow 2021-08-24 16:15:46 -05:00
commit cd7bafbdac

View file

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