Diff colours now come from your theme, using new added and removed theme keys.
What's wrong with this entry?
Added and removed lines in diffs now take their colours from the active theme rather than fixed values, via the theme keys diffAdded, diffRemoved, diffAddedDimmed, diffRemovedDimmed, diffAddedWord and diffRemovedWord.
- Theme colour strings in
rgb(),#rrggbb,#rgb,ansi256()andansi:form are all parsed. - Those keys are part of the diff render cache key, so switching theme redraws diffs rather than reusing stale colours.
diffAddedDimmed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.