Fix color in diff viewer
This commit is contained in:
parent
af2092ced2
commit
14b0840ba4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue