Merge pull request #294 from etorth/select_issue2

This commit is contained in:
D. Ben Knoble 2022-10-28 21:45:24 -04:00 committed by GitHub
commit 834f54c1e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ call s:h('DraculaWinSeparator', s:comment, s:bgdark)
call s:h('DraculaLink', s:cyan, s:none, [s:attrs.underline])
if g:dracula_high_contrast_diff
call s:h('DraculaDiffChange', s:red, s:green)
call s:h('DraculaDiffChange', s:yellow, s:purple)
else
call s:h('DraculaDiffChange', s:orange, s:none)
endif