X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/09fcab28433f3e05e02a8680aac3af3951d3e8b2..304da20411ff67b5054986c86d87d4cb7e1d26db:/gitconfig diff --git a/gitconfig b/gitconfig index 118d7aa..5156708 100644 --- a/gitconfig +++ b/gitconfig @@ -12,3 +12,7 @@ default = simple [diff] tool = vimdiff +[color "diff"] + new = cyan bold + old = red bold + meta = green