Merge pull request #325 from dracula/PmenuMatch

colors: support new PmenuMatch{,Sel}
This commit is contained in:
D. Ben Knoble 2024-06-13 17:33:42 -04:00 committed by GitHub
commit ada471d684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)