Add colour settings

This commit is contained in:
Oliver Davies 2017-01-04 21:20:01 +00:00
parent 0805867524
commit 046684d33e

View file

@ -91,8 +91,28 @@
autosetuprebase = always
[color]
branch = auto
diff = auto
status = auto
ui = true
[color "branch"]
current = red reverse
local = blue
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red bold
new = green
plain = white
[color "status"]
added = yellow
changed = green
untracked = cyan
[commit]
verbose = true