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:
Shaun Clayton 2024-07-14 09:31:50 -04:00
commit ceeca51c1d

View file

@ -525,7 +525,7 @@ local function set_highlights()
WhichKeyGroup = { fg = palette.foam },
WhichKeyNormal = { link = "NormalFloat" },
WhichKeySeparator = { fg = palette.subtle },
WhichKeyTitle = { fg = palette.foam, bg = groups.panel, bold = styles.bold },
WhichKeyTitle = make_border(palette.foam),
WhichKeyValue = { fg = palette.rose },
-- lukas-reineke/indent-blankline.nvim