Git blame color scale from 20 month ago to now (https://stackoverflow.com/a/66250482/6320039)
The Stack Overflow answer provides a Git configuration snippet that creates a color scale for `git blame` output, mapping lines of code to their age from 23 months ago to the present. It uses the `highlightRecent` colori…