On 23 November 2014 at 14:54, Rajesh Khan <rajeshkhan808@gmail.com> wrote:
I would like to change the font color in the drop down menu from the panel (i.e) when I click on "Application Menu" is there a way for me to change the font color.
I have xfce installed on a fedora 20.

 I have the following in my .gtkrc-2.0

style"gtk-theme-config-menu"{
bg[NORMAL]="#cfc8c8"
bg[ACTIVE]="#cfc8c8"
bg[INSENSITIVE]="#cfc8c8"
fg[NORMAL]="#990000"
fg[INSENSITIVE]=mix(0.5,"#cc0022","#cfc8c8")
}
widget_class"*<GtkMenu>*"style"gtk-theme-config-menu"