You are not logged in.
I am very interested in theme creation. I have found themes that I like and am interested in tweaking them and/or using them as the basis for new themes. One thing I have not found is how to modify the appearance of the Applications Menu. Specifically I would be looking for ways to modify the width of the menu, change its background color independent of the theme settings, and things such as this. Where would I find these settings?
I am using Xubuntu 12.04.
Thank you,
Greg
Last edited by gddrew (2013-04-20 00:48:17)
Offline
You can set menu colours by adding the following to ~/.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"
That gives you red text on grey background, change the colours to your preference. Not sure about the width though.
Offline
Awesome, thank you so much! I shall give this a go and post back.
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 520.41 KiB (Peak: 529.01 KiB) ]