made my git diff look nice
This commit is contained in:
@@ -13,6 +13,21 @@
|
|||||||
};
|
};
|
||||||
userEmail = "kylerclay@proton.me";
|
userEmail = "kylerclay@proton.me";
|
||||||
userName = "${username}";
|
userName = "${username}";
|
||||||
|
diff-so-fancy = {
|
||||||
|
enable = true;
|
||||||
|
markEmptyLines = false;
|
||||||
|
stripLeadingSymbols = false;
|
||||||
|
};
|
||||||
|
extraConfig = {
|
||||||
|
color.diff = {
|
||||||
|
# meta = "black yellow bold";
|
||||||
|
# frag = "white blue bold";
|
||||||
|
old = "#A9B1D6 #301A1F";
|
||||||
|
new = "#A9B1D6 #12261E";
|
||||||
|
# plain = "normal";
|
||||||
|
# whitespace = "reverse red";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user