Merge pull request #325 from dracula/PmenuMatch
colors: support new PmenuMatch{,Sel}
This commit is contained in:
commit
ada471d684
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue