add float border

This commit is contained in:
mvllow 2021-07-26 11:15:38 -05:00
commit c2a434c509

View file

@ -66,6 +66,7 @@ theme.loadEditor = function()
Directory = { fg = p.foam, bg = p.none },
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },
FloatBorder = { fg = p.highlight, bg = p.surface },
-- FoldColumn = {},
Folded = { fg = p.text, bg = p.surface },
IncSearch = { bg = p.highlight },