diff --git a/.gitconfig b/.gitconfig index ea35204..7400e19 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,11 +6,11 @@ [commit] verbose = true [color "status"] - untracked = yellow - changed = yellow - added = blue + untracked = blue + changed = blue + added = yellow [color "diff"] - old = yellow - new = blue + old = blue + new = yellow [color "branch"] - current = blue + current = yellow