From b2506f5e284d70318cdb20787f7d2924cc64420e Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Fri, 23 Feb 2024 17:52:22 +0100 Subject: [PATCH] gitconfig: swap colors --- .gitconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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