mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add winbar highlight group
This commit is contained in:
parent
e103407675
commit
2f2efbcafc
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ function M._load(options)
|
|||
['WarningMsg'] = { fg = p.gold },
|
||||
-- Whitespace = {},
|
||||
['WildMenu'] = { link = 'IncSearch' },
|
||||
["WinBar"] = { link = 'TabLine' },
|
||||
|
||||
['Boolean'] = { fg = p.rose },
|
||||
['Character'] = { fg = p.gold },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue