a duotonic color scheme

Add colors to diff

Highlighting in diff files is essential. This minimal solution uses
vimdiff highlighting groups. So it will be messy to compare two diffs.
But it's pretty rare case.

authored by

Dmitri Vereshchagin and committed by
patrick brisbin
bdb471e8 6a2b1369

+3
+3
colors/off.vim
··· 189 189 call s:h("htmlH5", {"bg": s:bg, "fg": s:norm}) 190 190 call s:h("htmlH6", {"bg": s:bg, "fg": s:norm}) 191 191 192 + hi link diffRemoved DiffDelete 193 + hi link diffAdded DiffAdd 194 + 192 195 " Signify, git-gutter 193 196 hi link SignifySignAdd LineNr 194 197 hi link SignifySignDelete LineNr