diff --git a/git/.config/git/config b/git/.config/git/config index 19ae355..013cf64 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -41,14 +41,14 @@ prompt = false [difftool "difftastic"] cmd = difft "$LOCAL" "$REMOTE" -[color.diff] +[color "diff"] meta = "9" frag = "magenta bold" commit = "yellow bold" old = "red bold" new = "green bold" whitespace = "red reverse" -[color.diff-highlight] +[color "diff-highlight"] oldNormal = "red bold" oldHighlight = "red bold 52" newNormal = "green bold"