git gui
is a pretty useful graphical client, but it's utility is somewhat by the coloring of the diff: Context text is typeset in black (hence overly emphasized), while changes are highlighted in weak shades of red and green – a problem with partial red-green color blindness.
For git diff
the colors can be configured (settings color.diff.*
), but git gui
ingores those settings.
Are there any settings available, that affect the color choices in git gui
?