mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
New color scheme for git diff
This commit is contained in:
parent
0e14c80bfb
commit
f63d680027
1 changed files with 12 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue