Compare commits

...

2 commits

Author SHA1 Message Date
D. Ben Knoble
ada471d684
Merge pull request #325 from dracula/PmenuMatch
colors: support new PmenuMatch{,Sel}
2024-06-13 17:33:42 -04:00
D. Ben Knoble
cd0322dc1d 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
2024-06-13 17:33:01 -04:00

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)