Xfce Forum

Sub domains
 

You are not logged in.

#1 2013-04-20 00:47:49

gddrew
Member
Registered: 2013-04-12
Posts: 2

Customize appearance of Applications Menu

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

#2 2013-04-20 02:21:03

ozjd
Member
From: Hawkesbury NSW Australia
Registered: 2012-02-05
Posts: 560
Website

Re: Customize appearance of Applications Menu

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

#3 2013-04-20 10:21:13

gddrew
Member
Registered: 2013-04-12
Posts: 2

Re: Customize appearance of Applications Menu

Awesome, thank you so much! I shall give this a go and post back.

Offline

Board footer

Powered by FluxBB