From a89ad407bae8b897d61db4b4920819c072373d72 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 12 Sep 2025 16:56:05 +0200 Subject: [PATCH] git: Make all graph colors bold This looks a bit better in my opinion. --- .config/git/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index 8602219..ed777f5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -134,9 +134,10 @@ singleKey = true [log] follow = true - # Use bright instead of bold colors. See column_colors_ansi in git's - # color.c used by graph.c - graphColors = red,green,yellow,blue,magenta,cyan,brightred,brightgreen,brightyellow,brightblue,brightmagenta,brightcyan + # Make all colors bold and additionally use bright versions of + # previously bold-only colors. See column_colors_ansi in git's color.c + # used by graph.c + graphColors = bold red,bold green,bold yellow,bold blue,bold magenta,bold cyan,bold brightred,bold brightgreen,bold brightyellow,bold brightblue,bold brightmagenta,bold brightcyan [merge] conflictstyle = diff3 log = true