mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(blink.cmp): improve BlinkCmpDoc contrast between current line (#356)
This commit is contained in:
parent
48ea814177
commit
614892e32e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue