Re: [PATCH] gitk: Add user-configurable branch bg color

2013-03-17 Thread Manuel Bua
On 03/17/2013 03:57 AM, David Aguilar wrote: > In some cases, the default branch background color (green) isn't > an optimal choice, thus it can be difficult to read. I'm just curious -- is it "difficult to read" because gitk does not specify a foreground color, thus causing it to pickup a sys

[PATCH] gitk: Add user-configurable branch bg color

2013-03-16 Thread Manuel Bua
g. The default behavior of using "green" as the default color is maintained. Signed-off-by: Manuel Bua --- gitk | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/gitk b/gitk index b3706fc..310c9a9 100755 --- a/gitk +++ b/gitk @@ -2720,7 +27