From d19192c2145f0b80350681f4ca6b6ee53b4af838 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 14 Feb 2013 21:17:42 -0800 Subject: [PATCH] Add color configuration to gitconfig --- gitconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gitconfig b/gitconfig index 1ed978e..29c32c8 100644 --- a/gitconfig +++ b/gitconfig @@ -3,6 +3,20 @@ status = auto branch = auto ui = true +[color "branch"] + current = green bold + local = yellow + remote = magenta +[color "diff"] + meta = yellow bold + frag = cyan + old = red + new = green +[color "status"] + added = green + untracked = cyan + changed = yellow + branch = magenta [core] preloadindex = true autocrlf = input