From 28eb379dbd1354533934fab83e5e963ce401b73b Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 3 Nov 2013 21:17:04 -0600 Subject: [PATCH] Fix gitconfig colors causing iTerm with solarized to show diffs incorrectly --- git/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index e7734bf..bae5e42 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -9,8 +9,8 @@ [color "diff"] meta = yellow bold frag = magenta bold - old = red bold - new = green bold + old = red + new = green [alias] # add a = add # add