Re: [PATCH] gitk: Follow themed bgcolor in help dialogs

2016-03-19 Thread Paul Mackerras
On Thu, Feb 04, 2016 at 03:32:19AM +0100, Guillermo S. Romero wrote: > Make Help > About & Key bindings dialogs readable if theme > has changed font color to something incompatible with white. > > Signed-off-by: Guillermo S. Romero Thanks, applied. Paul. -- To unsubscribe from this list: send th

[PATCH] gitk: Follow themed bgcolor in help dialogs

2016-02-03 Thread Guillermo S. Romero
Make Help > About & Key bindings dialogs readable if theme has changed font color to something incompatible with white. Signed-off-by: Guillermo S. Romero --- Hi: Found more places where themable colors makes things unreadable because not everything adapted to the changed style. GSR PS: Not