From 01adcb99d4bedd71915202d71b544a14921fef96 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 7 May 2024 13:14:38 +0200 Subject: [PATCH] feat(user/git): add syntax theme for delta Signed-off-by: Matej Focko --- roles/user/git/templates/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/user/git/templates/gitconfig b/roles/user/git/templates/gitconfig index d8c6ed8..38ecf82 100644 --- a/roles/user/git/templates/gitconfig +++ b/roles/user/git/templates/gitconfig @@ -24,6 +24,7 @@ # side-by-side = true navigate = true features = decorations + syntax-theme = Dracula [diff] tool = vscode-difftool