mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix(blink.cmp): remove dedicated BlinkCmpDoc highlight (#355)
The default `BlinkCmpDoc` highlight is linked to `NormalFloat`, which is a sensible default. However, due to overriding the default link with only `fg` provided, the `bg` is cleared and the documentation popup is indistinguishable from regular text. This change is technically a no-op in terms of intended palette, because `NormalFloat` should already use `palette.text`, and only fixes the cleared `bg` bug.
This commit is contained in:
parent
39ec539f83
commit
a67f5ef34b
1 changed files with 0 additions and 1 deletions
|
|
@ -977,7 +977,6 @@ local function set_highlights()
|
|||
AvanteReversedThirdTitle = { fg = palette.iris },
|
||||
|
||||
-- Saghen/blink.cmp
|
||||
BlinkCmpDoc = { fg = palette.text },
|
||||
BlinkCmpDocBorder = { fg = palette.highlight_high },
|
||||
BlinkCmpGhostText = { fg = palette.muted },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue