diff --git a/.gitconfig b/.gitconfig index 0203d65..b46e3ad 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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