diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index a32aad9..fb10585 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -30,3 +30,15 @@ [interactive] diffFilter = delta --color-only --features=interactive + +[delta] + features = decorations + +[delta "decorations"] + commit-decoration-style = blue ol + commit-style = raw + file-style = omit + hunk-header-decoration-style = blue box + hunk-header-file-style = red + hunk-header-line-number-style = "#067a00" + hunk-header-style = file line-number syntax