mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: revert placement of WhichKeyFloat hl group
This commit is contained in:
parent
6b32a82426
commit
bd962b9729
1 changed files with 1 additions and 3 deletions
|
|
@ -76,9 +76,6 @@ local function set_highlights()
|
|||
IndentBlanklineChar = { fg = palette.muted, nocombine = true },
|
||||
IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true },
|
||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
||||
|
||||
-- folke/which-key.nvim
|
||||
WhichKeyFloat = { bg = groups.panel },
|
||||
}
|
||||
local default_highlights = {
|
||||
ColorColumn = { bg = palette.surface },
|
||||
|
|
@ -524,6 +521,7 @@ local function set_highlights()
|
|||
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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue