When I run the command git log --graph --oneline --all --decorate
I see branch and tag names in color (I think since I set color.ui
to auto
). I like this, however a couple of the colors are very hard to read, especially yellow, since I have a white background.
I would like to change this, and I found (in the Git book under color.* here: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration) that you can change settings under color.*
to further customize Git's colors. However, none of the 4 subsettings (branch
, diff
, interactive
, and status
) seem to affect the colors used by git log for branch and tag names. Is it possible to change these colors, and if so how?