Fix color in diff viewer

This commit is contained in:
Tim Schubert 2023-05-18 19:30:09 +02:00
parent af2092ced2
commit 14b0840ba4
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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;