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