From ab35820b2f84f46dc8834292b9c79e64003cec8f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 17 Sep 2021 14:13:37 +0200 Subject: [PATCH] Adjust git colors --- .gitconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index f9ab833..3da6fbb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -39,14 +39,14 @@ newHighlight = "green bold 22" [color "branch"] - current = yellow reverse - local = yellow - remote = green + current = normal bold + local = normal + remote = normal italic [color "status"] - added = yellow - changed = green - untracked = cyan + added = green + changed = yellow + untracked = normal italic [credential] helper = cache --timeout=3600