From 397ecaef55a1bea7eaec2ba5dccbcb458a3bfac8 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 21 Dec 2024 16:24:00 +0100 Subject: [PATCH] Git Config: set delta style configs --- Configs/Git/.gitconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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