From 14b0840ba45110fbe5bdf5e5ce6999a33d0ba1bd Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 18 May 2023 19:30:09 +0200 Subject: [PATCH] Fix color in diff viewer --- home/modules/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/git.nix b/home/modules/git.nix index a0ea0af..bd7e79e 100644 --- a/home/modules/git.nix +++ b/home/modules/git.nix @@ -20,7 +20,7 @@ in tabwidth = 4; }; alias = { }; - pager = "delta"; + pager = "delta --light"; }; column.ui = "never"; checkout.defaultRemote = "origin"; @@ -35,7 +35,7 @@ in algorithm = "histogram"; colorMoved = "default"; }; - interactive.diffFilter = "delta --color-only"; + interactive.diffFilter = "delta --color-only --light"; merge.conflictstyle = "diff3"; status = { short = true;