git: Make all graph colors bold
This looks a bit better in my opinion.
This commit is contained in:
@@ -134,9 +134,10 @@
|
|||||||
singleKey = true
|
singleKey = true
|
||||||
[log]
|
[log]
|
||||||
follow = true
|
follow = true
|
||||||
# Use bright instead of bold colors. See column_colors_ansi in git's
|
# Make all colors bold and additionally use bright versions of
|
||||||
# color.c used by graph.c
|
# previously bold-only colors. See column_colors_ansi in git's color.c
|
||||||
graphColors = red,green,yellow,blue,magenta,cyan,brightred,brightgreen,brightyellow,brightblue,brightmagenta,brightcyan
|
# 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]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
log = true
|
log = true
|
||||||
|
|||||||
Reference in New Issue
Block a user