From a7e637a20556d8cf623ced2f41b211df38b4eafd Mon Sep 17 00:00:00 2001 From: gzagatti Date: Mon, 4 Nov 2024 11:48:23 +0100 Subject: [PATCH] improved Git coloring for bright terminal --- git/gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 26ab172..245d27f 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -5,6 +5,15 @@ attributesfile = \"$HOME/.gitattributes\" [ui] color = true +[color "decorate"] + branch = green brightgreen + HEAD = red brightred + remoteBranch = blue brightblue + tag = magenta brightmagenta + stash = green + grafted = blue +[log] + graphColors=red,green,blue,magenta,cyan [push] default = simple [color]