[Gtk-sharp-list] Linux GTK themes on Windows

pinggi at centrum.cz pinggi at centrum.cz
Sat Aug 13 09:31:42 EDT 2011


Hi, I'm using mono with GTK# + monodevelop on Windows platform.
I want to create application that would look the same like it looks on Ubuntu with Gnome.
I like dark theme. However, I'm not able to change GTK# theme fully on Windows.

I downloaded Clearlooks-DarkLime theme from http://art.gnome.org/themes/gtk2.
It contains gtkrc file. That file is loaded by following code:

string fileName = @"Clearlooks-DarkLimegtk-2.0gtkrc";
Gtk.Rc.AddDefaultFile(fileName);
Gtk.Rc.Parse(fileName);

It works but not fully. Some controls don't look the same like on the picture on control themes section on art.gnome.org. TextView background and text inside is changed to gray shade according that style, but button and scrollbar are not changed.
Is that bug of gtk/mono? Or wrongly written theme file? Do you know about some working one? I'd like to use dark theme for my app on Linux and Windows and want it to be look exactly the same on both.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20110813/e0d916f5/attachment-0001.html 


More information about the Gtk-sharp-list mailing list