feat: set WhichKeyIcon hl group to 'pine' by default

Used when the colors option is set to false.
This commit is contained in:
Shaun Clayton 2024-07-21 15:18:30 -04:00
commit d5931de71a

View file

@ -529,7 +529,7 @@ local function set_highlights()
WhichKeyDesc = { fg = palette.gold },
WhichKeyFloat = { bg = groups.panel },
WhichKeyGroup = { fg = palette.foam },
WhichKeyIcon = { link = "Normal" },
WhichKeyIcon = { fg = palette.pine },
WhichKeyIconAzure = { fg = palette.pine },
WhichKeyIconBlue = { fg = palette.pine },
WhichKeyIconCyan = { fg = palette.foam },