fix gitgutter change highlights broken on last commit
This commit is contained in:
parent
1e2477db8b
commit
bd8baf663a
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ call s:h('DraculaSearch', s:green, s:none, [s:attrs.inverse])
|
|||
call s:h('DraculaBoundary', s:comment, s:bgdark)
|
||||
call s:h('DraculaLink', s:cyan, s:none, [s:attrs.underline])
|
||||
|
||||
call s:h('DraculaDiffChange', s:none, s:none)
|
||||
call s:h('DraculaDiffChange', s:orange, s:none)
|
||||
call s:h('DraculaDiffText', s:bg, s:orange)
|
||||
call s:h('DraculaDiffDelete', s:red, s:bgdark)
|
||||
|
||||
|
|
Loading…
Reference in a new issue