diff --git a/gitconfig b/gitconfig index 49f83b1..f9a02ba 100644 --- a/gitconfig +++ b/gitconfig @@ -25,3 +25,17 @@ lineNumber = true [commit] gpgsign = true +[color] + ui = true +[color "diff-highlight"] + oldNormal = red bold + oldHighlight = red bold 52 + newNormal = green bold + newHighlight = green bold 22 +[color "diff"] + meta = 227 + frag = magenta bold + commit = 227 bold + old = red bold + new = green bold + whitespace = red reverse