mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add icon support for which-key.nvim
This commit is contained in:
parent
15dea44322
commit
3f992c5c80
1 changed files with 10 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue