Hi,

On Tue, 15 Jan 2008, Stephan Hennig wrote:

> Johannes Schindelin schrieb:
> 
> > Be aware that this is not an msysGit "bug", but a thing with git-gui.  
> > You can bug Shawn about it, although if I were him, I'd give you 
> > pointers to fix it yourself, with a plea to submit your patch once you 
> > succeeded.
> 
> Thanks for the pointer!  Actually, I've no clear overview of the 
> components of Git (and what's actually Msysgit related) right now.

In general, if an issue concerns other platforms than Windows, it is most 
likely not an msysGit bug.

As for your request, you certainly know that git-gui is written in Tcl/Tk. 
The command to set the background colour is "<widget> conf -background 
<colour>".

You might be able to rip the colour chooser from gitk and include it as 
lib/choose-color.tcl in git-gui, calling it from the Options dialog, and 
loading/saving them with the other options.

Hth,
Dscho

Reply via email to