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:
Andrei Heidelbacher 2025-05-01 03:53:00 +02:00 committed by GitHub
commit 48ea814177
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },