feat: add icon support for which-key.nvim

This commit is contained in:
Shaun Clayton 2024-07-21 15:02:48 -04:00
commit 3f992c5c80

View file

@ -529,6 +529,16 @@ local function set_highlights()
WhichKeyDesc = { fg = palette.gold },
WhichKeyFloat = { bg = groups.panel },
WhichKeyGroup = { fg = palette.foam },
WhichKeyIcon = { link = "Normal" },
WhichKeyIconAzure = { fg = "pine" },
WhichKeyIconBlue = { fg = "pine" },
WhichKeyIconCyan = { fg = "foam" },
WhichKeyIconGreen = { fg = "leaf" },
WhichKeyIconGrey = { fg = "subtle" },
WhichKeyIconOrange = { fg = "rose" },
WhichKeyIconPurple = { fg = "iris" },
WhichKeyIconRed = { fg = "love" },
WhichKeyIconYellow = { fg = "gold" },
WhichKeyNormal = { link = "NormalFloat" },
WhichKeySeparator = { fg = palette.subtle },
WhichKeyTitle = make_border(palette.foam),