The default git blame colors don’t match the light colorscheme that might terminal uses:
On the left you can see a dark output of git blame, and on the right you can see my Tokyonight day colorscheme. It looks like git blame just doesn’t reuse my terminal’s colorscheme.
Is it possible to configure Git to use the default coloring strategy but with terminal-consistent colors?
Changing the blame.coloring config from none to highlightRecent fixes the immediate problem: Git reuses the terminal’s colors, but it’s a different coloring strategy. I’d like to keep the different background shade per commit behavior.
