feat(highlight): add FloatFooter highlight group

Problem: No clear separation of floating title and footer highlighting.

Solution: Add new `FloatFooter` highlight group.
This commit is contained in:
Evgeni Chasnovski
2023-08-25 10:53:39 +03:00
parent 35570e4a11
commit 986bf7e78d
7 changed files with 13 additions and 6 deletions

View File

@@ -173,6 +173,7 @@ static const char *highlight_init_both[] = {
"default link NormalFloat Pmenu",
"default link FloatBorder WinSeparator",
"default link FloatTitle Title",
"default link FloatFooter Title",
"default FloatShadow blend=80 guibg=Black",
"default FloatShadowThrough blend=100 guibg=Black",
"RedrawDebugNormal cterm=reverse gui=reverse",