mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: linking to 'FloatTitle' for WhichKeyTitle
This works the same as the original fix, confirmed by testing against nvim 0.10.0 and nightly. Prefer linking over previous solution.
This commit is contained in:
parent
483983da78
commit
e6bc6fd151
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ local function set_highlights()
|
|||
WhichKeyIconYellow = { fg = palette.gold },
|
||||
WhichKeyNormal = { link = "NormalFloat" },
|
||||
WhichKeySeparator = { fg = palette.subtle },
|
||||
WhichKeyTitle = make_border(palette.foam),
|
||||
WhichKeyTitle = { link = "FloatTitle" },
|
||||
WhichKeyValue = { fg = palette.rose },
|
||||
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue