mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add additional highlight groups for icons in which-key
This commit is contained in:
parent
bd962b9729
commit
18d70420a2
1 changed files with 9 additions and 0 deletions
|
|
@ -523,6 +523,15 @@ local function set_highlights()
|
|||
WhichKeyDesc = { fg = palette.gold },
|
||||
WhichKeyFloat = { bg = groups.panel },
|
||||
WhichKeyGroup = { fg = palette.foam },
|
||||
WhichKeyIconAzure = { fg = palette.pine },
|
||||
WhichKeyIconBlue = { fg = palette.pine },
|
||||
WhichKeyIconCyan = { fg = palette.foam },
|
||||
WhichKeyIconGreen = { fg = palette.foam },
|
||||
WhichKeyIconGrey = { fg = palette.subtle },
|
||||
WhichKeyIconOrange = { fg = palette.rose },
|
||||
WhichKeyIconPurple = { fg = palette.iris },
|
||||
WhichKeyIconRed = { fg = palette.love },
|
||||
WhichKeyIconYellow = { fg = palette.gold },
|
||||
WhichKeyNormal = { link = "NormalFloat" },
|
||||
WhichKeySeparator = { fg = palette.subtle },
|
||||
WhichKeyTitle = make_border(palette.foam),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue