1
0
forked from extern/nix-config

git: Only underline new additions

This commit is contained in:
Donovan Glover 2023-06-28 09:14:03 -04:00
parent dc98a87544
commit ed1368bde6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,7 +38,7 @@
"color \"diff-highlight\"" = { "color \"diff-highlight\"" = {
oldNormal = "red bold"; oldNormal = "red bold";
oldHighlight = "red bold ul"; oldHighlight = "red bold";
newNormal = "green bold"; newNormal = "green bold";
newHighlight = "green bold ul"; newHighlight = "green bold ul";
}; };