mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +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]
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue