fix: Make extent/size of floating windows clearer (#129)

This commit is contained in:
Brian Di Palma 2023-02-24 18:06:25 +00:00 committed by GitHub
commit 4d6b2a2fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ function M._load(options)
h('Directory', { fg = p.foam, bg = p.none })
-- EndOfBuffer = {},
h('ErrorMsg', { fg = p.love, bold = true })
h('FloatBorder', { fg = groups.border })
h('FloatBorder', { fg = groups.border, bg = maybe.surface })
h('FloatTitle', { fg = p.muted })
h('FoldColumn', { fg = p.muted })
h('Folded', { fg = p.text, bg = maybe.surface })