Add color configuration to gitconfig

vimbundler
nirenjan 2013-02-14 21:17:42 -08:00
parent 48e6e5edcc
commit d19192c214
1 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,20 @@
status = auto
branch = auto
ui = true
[color "branch"]
current = green bold
local = yellow
remote = magenta
[color "diff"]
meta = yellow bold
frag = cyan
old = red
new = green
[color "status"]
added = green
untracked = cyan
changed = yellow
branch = magenta
[core]
preloadindex = true
autocrlf = input