This is a Python script to extract GNOME/GTK's color scheme and apply it to Wine, so that the themes (approximately) match. Instructions: 1. Set your Gnome theme as you would like it 2. Run with a command like "python wine_colors_from_gtk.py" 3. Restart any apps running in Wine. They should match the Gnome theme colors now. Better description with screenshots here: http://www.endolith.com/wordpress/2008/08/03/wine-colors/ This is also stored on https://code.launchpad.net/~endolith/+junk/wine-color-scraper Just trying out gist.github.com... To do: * Needs to separate out scrapers for each GTK engine where necessary. (Can't an interface for this just be built into the engines instead?) * Copy Gnome fonts as well as colors. (Not sure where Wine stores these settings.) * Something would need to call this script every time the Gnome theme is changed. Everything else is working for me. Other previous discussions: http://ubuntuforums.org/showthread.php?t=55286&page=3#29 http://ubuntuforums.org/showthread.php?t=878068 http://www.mail-archive.com/pygtk@daa.com.au/msg16400.html http://www.mail-archive.com/gtk-app-devel-list@gnome.org/msg12076.html http://www.wine-doors.org/trac/ticket/411 wineconfig.py and winewrite.py scripts in Guidance package for KDE do the same things: http://kde-guidance.sourcearchive.com/documentation/0.8.0-0ubuntu5/dir_b125788d4a71372d5142465501c18d05.html Similar code is built into Mozilla: http://www.google.com/codesearch/p?hl=en#e_ObwTAVPyo/widget/src/gtk2/nsLookAndFeel.cpp&q=nsLookAndFeel.cpp Will be integrated into Wine Doors? http://www.wine-doors.org/trac/changeset/1536