2009/12/20 Johannes Schindelin <Johannes.Schindelin@xxxxxx>: >> >> On Windows and MacOSX ttk defaults to the native look as much as possible. >> On X11 the user may select a theme using the TkTheme XRDB resource class. > > Maybe you could describe a quick way to set that resource? echo '*TkTheme: clam' | xrdb -merge - Or edit ~/.Xdefaults or maybe ~/.Xresources to add a line containing *TkTheme: clam Used to be the X resource database was the way to customize X11. The builtin themes are: default: thin borders, kind of windows98ish classic: motif style alt: more windowsy still. clam: based on some version of the XFCE look a few years ago. On Windows you also get winnative, xpnative or vista but the intention is that Tk just makes everything look native by selecting the correct theme when it starts up. MacOSX gets an aqua theme. There is some work in progress to get the Qt or Gtk styling engines to draw the ttk elements so that it can pick up the current GNOME/KDE desktop - effectively making it look native on such systems there too. However, on Windows is where this stuff makes the most difference and works best. You can of course just run git-gui in any git repository to see how it looks at the moment. However I put up another screenshot at http://www.patthoyts.tk/screenshots/git-gui-old.png which is the unmodified git-gui code with tcl8.5. The fonts look worse with 8.4 (even on windows). > As to the patch: it is huge. I suspect that it would be easier to read > and verify if it was done in two patches: the first one introducing helper > procs that replace the existing repeated code, and a second patch that > modifies only the helper procs to handle ttk if desired. You did that > with pad_label, but that proc is not defined in a central place, but > limited to about.tcl. I could split it up but it is quite hard to validate without switching themes to ensure you got everything. I toggle through some themes looking for unchanged widgets or rogue borders. I did find a bug in the choose_rev conversion when I rechecked with tcl 8.4 so I will reissue this. Pat Thoyts -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html