diff --git a/git/gitconfig b/git/gitconfig index 30dd367..ca111d4 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -33,6 +33,10 @@ tool = vimdiff [difftool] prompt = false +[color.blame] + repeatedLines = yellow +[blame] + coloring = repeatedLines [color "diff-highlight"] oldNormal = red oldHighlight = red bold 52