git: use dark theme for diff viewer
This commit is contained in:
parent
ed0dd8fa36
commit
f699d43eeb
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
||||||
algorithm = "histogram";
|
algorithm = "histogram";
|
||||||
colorMoved = "default";
|
colorMoved = "default";
|
||||||
};
|
};
|
||||||
interactive.diffFilter = "delta --color-only --light";
|
interactive.diffFilter = "delta --color-only";
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "diff3";
|
||||||
status = {
|
status = {
|
||||||
short = true;
|
short = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue