colors: support new PmenuMatch{,Sel}

I've used cyan colors for matched text, but kept backgrounds the same.

These features were implemented by
40c1c3317d,
and there is ongoing discussion about some edge-cases and odd behavior
IIUC.

Close https://github.com/dracula/vim/issues/325
This commit is contained in:
D. Ben Knoble 2024-06-12 14:20:14 -04:00
parent 28874a1e9d
commit cd0322dc1d

View file

@ -255,6 +255,8 @@ hi! link Pmenu DraculaBgDark
hi! link PmenuSbar DraculaBgDark
hi! link PmenuSel DraculaSelection
hi! link PmenuThumb DraculaSelection
call s:h('PmenuMatch', s:cyan, s:bgdark)
call s:h('PmenuMatchSel', s:cyan, s:selection)
hi! link Question DraculaFgBold
hi! link Search DraculaSearch
call s:h('SignColumn', s:comment)