feat(blink.cmp): improve BlinkCmpDoc contrast between current line (#356)

This commit is contained in:
Andrei Heidelbacher 2025-05-01 23:55:24 +02:00 committed by GitHub
commit 614892e32e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -977,6 +977,8 @@ local function set_highlights()
AvanteReversedThirdTitle = { fg = palette.iris },
-- Saghen/blink.cmp
BlinkCmpDoc = { bg = palette.highlight_low },
BlinkCmpDocSeparator = { bg = palette.highlight_low },
BlinkCmpDocBorder = { fg = palette.highlight_high },
BlinkCmpGhostText = { fg = palette.muted },