mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: use explicit fg and bg for WhichKeyTitle
This commit is contained in:
parent
0e3fbbee09
commit
1389556a19
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ local function set_highlights()
|
|||
WhichKeyGroup = { fg = palette.foam },
|
||||
WhichKeyNormal = { link = "NormalFloat" },
|
||||
WhichKeySeparator = { fg = palette.subtle },
|
||||
WhichKeyTitle = make_border(palette.foam),
|
||||
WhichKeyTitle = { fg = palette.foam, bg = groups.panel, bold = styles.bold },
|
||||
WhichKeyValue = { fg = palette.rose },
|
||||
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue