mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add WinBar and WinBarNC
This commit is contained in:
parent
2a4aad89a8
commit
42390dfc01
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue