From 9f117140f2db6d7ba723475b293ca20657b1d584 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 21 Jul 2017 16:04:01 -0400 Subject: [PATCH] diff-so-fancy colors --- gitconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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