home: git: set up colors for diff-highlight

This commit is contained in:
Bruno BELANYI 2021-02-20 13:31:50 +00:00
parent 863fcfafc2
commit 94950d3360

View file

@ -55,6 +55,13 @@
whitespace = "red reverse";
};
"color.diff-highlight" = {
oldNormal = "red bold";
oldHighlight = "red bold 52";
newNormal = "green bold";
newHighlight = "green bold 22";
};
commit = {
# Show my changes when writing the message
verbose = true;