From f63d680027380f5c0a936f823d012e125dc7c8be Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 10 Oct 2017 18:01:21 +0200 Subject: [PATCH] New color scheme for git diff --- git/gitconfig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 540a491..95eb581 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -33,13 +33,22 @@ [difftool] prompt = false [color "diff-highlight"] - oldNormal = red bold + oldNormal = red oldHighlight = red bold 52 - newNormal = green bold + newNormal = green newHighlight = green bold 22 [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f required = true [credential] - helper = /usr/lib/git-core/git-credential-gnome-keyring + helper = /usr/bin/git-credential-gnome-keyring +[rebase] + autosquash = true +[color "diff"] + meta = yellow bold + commit = yellow bold + frag = magenta bold + old = red bold + new = green bold + whitespace = red reverse