mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: set WhichKeyIcon hl group to 'pine' by default
Used when the colors option is set to false.
This commit is contained in:
parent
7c9c2b9e8b
commit
d5931de71a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue