mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user