mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: update highlights for which-key.nvim (#287)
* chore: update highlights for which-key.nvim * fix: revert placement of WhichKeyFloat hl group * feat: add additional highlight groups for icons in which-key * Revert "feat: add additional highlight groups for icons in which-key" Need to come up with a different solution. This reverts commit18d70420a2. * fix: use explicit fg and bg for WhichKeyTitle * Revert "fix: use explicit fg and bg for WhichKeyTitle" Breaks extend_background_behind_borders again... Oops This reverts commit1389556a19.
This commit is contained in:
parent
69b3aa9500
commit
fe5f4e11f7
1 changed files with 4 additions and 0 deletions
|
|
@ -519,10 +519,13 @@ local function set_highlights()
|
|||
|
||||
-- folke/which-key.nvim
|
||||
WhichKey = { fg = palette.iris },
|
||||
WhichKeyBorder = make_border(),
|
||||
WhichKeyDesc = { fg = palette.gold },
|
||||
WhichKeyFloat = { bg = groups.panel },
|
||||
WhichKeyGroup = { fg = palette.foam },
|
||||
WhichKeyNormal = { link = "NormalFloat" },
|
||||
WhichKeySeparator = { fg = palette.subtle },
|
||||
WhichKeyTitle = make_border(palette.foam),
|
||||
WhichKeyValue = { fg = palette.rose },
|
||||
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
|
|
@ -920,6 +923,7 @@ local function set_highlights()
|
|||
TelescopeSelectionCaret = { fg = palette.rose },
|
||||
|
||||
WhichKeyFloat = { bg = "NONE" },
|
||||
WhichKeyNormal = { bg = "NONE" },
|
||||
|
||||
IblIndent = { fg = palette.overlay, bg = "NONE" },
|
||||
IblScope = { fg = palette.foam, bg = "NONE" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue