From aef26f2d8f9c3687002f122cc75c909c5fc939c9 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 15 Dec 2021 17:37:13 -0800 Subject: [PATCH] git: Set default move colors to dimmed-zebra --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 8b747d1..261f06b 100644 --- a/git/config +++ b/git/config @@ -19,7 +19,7 @@ excludesfile = ~/.gitignore helper = cache [diff] -colorMoved = default +colorMoved = dimmed-zebra wsErrorHighlight = all # https://gist.github.com/tekin/12500956bd56784728e490d8cef9cb81#gistcomment-3500150