]> git.rmz.io Git - dotfiles.git/blobdiff - gitconfig
match diff colors with vim syntax colors + decorate logs
[dotfiles.git] / gitconfig
index 118d7aa7a63c6f1b088a3ec56b3d6997faf4b491..5156708ff737371c4a11a80cad419b8070afa48c 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -12,3 +12,7 @@
        default = simple
 [diff]
        tool = vimdiff
+[color "diff"]
+       new = cyan bold
+       old = red bold
+       meta = green