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; tabwidth = 4;
}; };
alias = { }; alias = { };
pager = "delta"; pager = "delta --light";
}; };
column.ui = "never"; column.ui = "never";
checkout.defaultRemote = "origin"; checkout.defaultRemote = "origin";
@ -35,7 +35,7 @@ in
algorithm = "histogram"; algorithm = "histogram";
colorMoved = "default"; colorMoved = "default";
}; };
interactive.diffFilter = "delta --color-only"; interactive.diffFilter = "delta --color-only --light";
merge.conflictstyle = "diff3"; merge.conflictstyle = "diff3";
status = { status = {
short = true; short = true;