made my git diff look nice

This commit is contained in:
2024-11-17 11:20:31 -05:00
parent 21f11673b6
commit b4f7b3f4f8

View File

@@ -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";
};
};
}; };
}; };
} }