New color scheme for git diff

This commit is contained in:
Benedikt Heine 2017-10-10 18:01:21 +02:00 committed by Felix Buehler
parent 0e14c80bfb
commit f63d680027

View file

@ -33,13 +33,22 @@
[difftool] [difftool]
prompt = false prompt = false
[color "diff-highlight"] [color "diff-highlight"]
oldNormal = red bold oldNormal = red
oldHighlight = red bold 52 oldHighlight = red bold 52
newNormal = green bold newNormal = green
newHighlight = green bold 22 newHighlight = green bold 22
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
required = true required = true
[credential] [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