fix(theme): added support for WinBar and WinBarNC. Fixes #466
This commit is contained in:
parent
f247ee700b
commit
29b796021d
@ -91,6 +91,8 @@ function M.setup()
|
|||||||
WarningMsg = { fg = c.warning }, -- warning messages
|
WarningMsg = { fg = c.warning }, -- warning messages
|
||||||
Whitespace = { fg = c.fg_gutter }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
|
Whitespace = { fg = c.fg_gutter }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
|
||||||
WildMenu = { bg = c.bg_visual }, -- current match in 'wildmenu' completion
|
WildMenu = { bg = c.bg_visual }, -- current match in 'wildmenu' completion
|
||||||
|
WinBar = { link = "StatusLine" }, -- window bar
|
||||||
|
WinBarNC = { link = "StatusLineNC" }, -- window bar in inactive windows
|
||||||
|
|
||||||
-- These groups are not listed as default vim groups,
|
-- These groups are not listed as default vim groups,
|
||||||
-- but they are defacto standard group names for syntax highlighting.
|
-- but they are defacto standard group names for syntax highlighting.
|
||||||
|
Loading…
Reference in New Issue
Block a user