Delta is a similar tool with syntax highlighting for most programming languages and customizable themes:<p><a href="https://github.com/dandavison/delta" rel="nofollow">https://github.com/dandavison/delta</a><p>It doesn't have side-by-side diffs, but it's still well worth having around.<p>It's a Unix filter, so it works on any unified diff you can come up with.<p>Its default output isn't a unified diff, but that's easy to fix with its configuration / CLI options (I'm too used to reading unified diffs to like delta's simplified default format).