diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/git/config b/.config/git/config index 50006b9..7b569df 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,12 +10,12 @@ [delta] syntax-theme = TwoDark + diff-so-fancy = true commit-decoration-style = yellow ol - hunk-header-decoration-style = magenta box - hunk-header-style = syntax file line-number file-style = omit - plus-style = syntax "#003800" - minus-style = syntax "#3f0001" [merge] conflictstyle = diff3 + +[diff] + colorMoved = default |