feat: add WinBar and WinBarNC

This commit is contained in:
mvllow 2024-01-20 12:31:22 -06:00
commit 42390dfc01
No known key found for this signature in database

View file

@ -92,6 +92,8 @@ local function set_highlights()
WarningMsg = { fg = groups.warn, bold = styles.bold },
-- Whitespace = {},
WildMenu = { link = "IncSearch" },
WinBar = { fg = palette.subtle, bg = groups.panel },
WinBarNC = { fg = palette.muted, bg = groups.panel, blend = 60 },
WinSeparator = { fg = groups.border },
DiagnosticError = { fg = groups.error },