prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

Please make diff colors configurable #86

Open DanielGibson opened 1 year ago

DanielGibson commented 1 year ago

Being red-green colorblind, git gui's diff view is hard to parse for me. Right now I'm patching git gui to replace #00a000 with blue, but each time git gets updated, I have to reapply the patch..

It would be nice if the colors could just be an configurable in the options menu, like in gitk.
Or maybe the color.diff.* settings of git config could be used.

Either way, it would be very helpful for colorblind people (that in many countries make up 8-10% of the male population!), if the diff colors would be configurable