diff options
author | Jan Pokorný <[email protected]> | 2014-11-28 23:28:41 +0100 |
---|---|---|
committer | Jan Pokorný <[email protected]> | 2014-11-28 23:28:41 +0100 |
commit | f48ec1f353e8753168ad90ceab513fa4a3c327d9 (patch) | |
tree | 8c60ff3d44cd38e8b519b77b3affc4ebe9870a65 | |
parent | c032b149ddd1cd26e998fc2061de782f05c9b5b1 (diff) | |
download | dotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.tar.gz dotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.tar.xz dotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.zip |
Git config: futher customize "diff" colors
Signed-off-by: Jan Pokorný <[email protected]>
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,7 +85,8 @@ [color "diff"] meta = black reverse bold - frag = magenta bold + frag = magenta reverse bold + func = magenta bold old = red bold new = green bold |