From 79b132d0667615499b21368754fcb276264058d2 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 4 Jul 2018 13:34:46 -0500 Subject: [PATCH] .gitconfig: Alternate color.diff-highlight colors --- .gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index d45b6ef..b783b86 100644 --- a/.gitconfig +++ b/.gitconfig @@ -61,6 +61,7 @@ ui = auto [color "diff"] + plain = 241 meta = blue bold frag = magenta bold old = red bold @@ -83,9 +84,9 @@ [color "diff-highlight"] oldNormal = nobold - oldHighlight = red bold + oldHighlight = red bold 235 newNormal = nobold - newHighlight = green bold + newHighlight = green bold black [push] default = matching -- 2.43.0