]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: diff: color functions in hunks blue
[config/dotfiles.git] / gitconfig.in
index 43819d60fc35c62b78748857fa811c877d44b663..a6b1633ea00084c79422e257c569d32b9d14a837 100644 (file)
@@ -29,7 +29,7 @@
        # Hunk header.
        frag = magenta bold
        # Function in hunk header.
-       func = magenta bold
+       func = blue bold
        # Removed lines.
        old = red bold
        # Added lines.
        # Commit headers.
        commit = cyan
 
+# GNU grep-like colors.
+[color "grep"]
+       filename = magenta
+       linenumber = green
+
 [core]
        editor = vim
        # Global gitattributes file. Thanks to canton7 in #git on Freenode