


GTK3/4 Themes by vinceliuice 110 comments
Thank you for your work! - Nov 12 2014

GTK3/4 Themes by bsundman 8 comments

aMSN by ciaobao 7 comments

GDM Themes by saib0t 2 comments
thnx! - Jan 26 2008
A problem with this way is that the font color of many other menus also changes to white.
Anyway, here's what I found. Maybe someone will be able to make a definite fix with this.
It seems that OOo uses fg[NORMAL] to color the fonts in the menubar and to color the fonts in the menu's that drop down from there.
add the following to gtkrc of the theme
style "light-fonts"
{
fg[NORMAL] = "#FFF"
fg[PRELIGHT] = "#000"
}
widget_class "*.<GtkMenuItem>*" style "light-fonts"
- Jan 24 2008