From 5887e2dda40cb0962978114549553abe98922d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 24 Oct 2017 08:58:49 +0200 Subject: [PATCH] Configuration for diff coloring --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitconfig b/.gitconfig index 811f100..733da1c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -57,3 +57,10 @@ verbose = true [mergetool] keepBackup = false +[color "diff"] + meta = cyan bold + frag = magenta bold + commit = yellow bold + old = red bold + new = green bold + whitespace = red reverse