Merge pull request #294 from etorth/select_issue2
This commit is contained in:
commit
834f54c1e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue