feat: improve contrast of the FloatTitle (#83)

This commit is contained in:
crows 2022-06-02 23:07:52 +08:00 committed by GitHub
commit 04fb9d3bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ function M.get(config)
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },
FloatBorder = { fg = groups.border },
FloatTitle = { fg = p.muted },
FoldColumn = { fg = p.muted },
Folded = { fg = p.text, bg = groups.panel },
IncSearch = { fg = p.base, bg = p.rose },