X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/09fcab28433f3e05e02a8680aac3af3951d3e8b2..8d05a2fd18c9a9463b5acad7f6eac69d70d0e547:/gitconfig?ds=sidebyside 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