[PATCH] gitk: Make selection highlight color configurable
commit60378c0c0996522600dc31864dc60f5ca7d84529
authorMark Levedahl <mdl123@verizon.net>
Sun, 20 May 2007 16:12:48 +0000 (20 12:12 -0400)
committerPaul Mackerras <paulus@samba.org>
Tue, 22 May 2007 00:07:05 +0000 (22 10:07 +1000)
treecfeef13d3d7a04d33420b99fc93c1ea3d47fd87a
parent696cf493f76b5dfb13d415571742a72034393a4a
[PATCH] gitk: Make selection highlight color configurable

Cygwin's tk by default uses a very dark selection background color that
makes the currently selected text almost unreadable.  On linux, the default
selection background is a light gray which is very usable. This makes the
default a light gray everywhere but allows the user to configure the
color as well.

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk