From f48ec1f353e8753168ad90ceab513fa4a3c327d9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 28 Nov 2014 23:28:41 +0100 Subject: Git config: futher customize "diff" colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7c995cd..109ae2e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -85,7 +85,8 @@ [color "diff"] meta = black reverse bold - frag = magenta bold + frag = magenta reverse bold + func = magenta bold old = red bold new = green bold -- cgit