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:
parent
28874a1e9d
commit
cd0322dc1d
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@ hi! link Pmenu DraculaBgDark
|
||||||
hi! link PmenuSbar DraculaBgDark
|
hi! link PmenuSbar DraculaBgDark
|
||||||
hi! link PmenuSel DraculaSelection
|
hi! link PmenuSel DraculaSelection
|
||||||
hi! link PmenuThumb 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 Question DraculaFgBold
|
||||||
hi! link Search DraculaSearch
|
hi! link Search DraculaSearch
|
||||||
call s:h('SignColumn', s:comment)
|
call s:h('SignColumn', s:comment)
|
||||||
|
|
Loading…
Reference in a new issue