diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-31 10:56:46 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-31 10:56:46 +0200 |
commit | 05ab8528c00029ae5802ba608f09db03b660f24e (patch) | |
tree | de32fc2624295d3fd13e6e640d780b7ac637fb5f | |
parent | 070e8dd084d6916cd99b059f649fdd4197cee892 (diff) |
Cleaner delta 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 |