So if, like me, you find git-diff's default colors a bit flashy, here's how to have the same set of colors as in vim and quilt:
[color](This goes into ~/.gitconfig.)
diff = auto
[color "diff"]
new = cyan
old = magenta
frag = yellow
meta = green
commit = normal
1 comments:
At least if you are using using 'set bg=dark' in vim, to match, the colors in git might need the bold attribute, and old should be red instead.
Post a Comment