fix(theme): added support for WinBar and WinBarNC. Fixes #466

This commit is contained in:
Folke Lemaitre 2024-01-19 16:40:45 +01:00
parent f247ee700b
commit 29b796021d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -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.