Xfce Forum

Sub domains
 

You are not logged in.

#1 2014-12-16 19:58:36

canide69
Member
Registered: 2014-12-16
Posts: 2

Application menu colors

xfce is nice! I suggest make possible change te "Applicatio menu" colors , I thynk is a cool future.

Last edited by canide69 (2014-12-16 20:49:37)

Offline

#2 2014-12-17 01:30:35

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

Re: Application menu colors

It's not hard to change the menu colors. You need to edit ~/.gtkrc-2.0, create it if it doesn't exist, and add these lines -

style "gtk-theme-config-menu" {
        base[NORMAL] = "#3c3c3c"
        bg[NORMAL] = "#808080"   
        bg[ACTIVE] = "#3c3c3c"  
        bg[INSENSITIVE] = "#808080"
        text[NORMAL] = "#490909"   
        fg[NORMAL] = "#490909"     
}
  
widget_class "*<GtkMenu>*" style "gtk-theme-config-menu"

Change the color hex codes to the colors you want.

Offline

#3 2014-12-17 05:39:21

sixsixfive
Member
From: behind you
Registered: 2012-04-08
Posts: 579
Website

Re: Application menu colors

only the applications menu? thats not possible

Offline

#4 2014-12-17 18:05:45

canide69
Member
Registered: 2014-12-16
Posts: 2

Re: Application menu colors

sorry im refer Whisker mwnu :-)

Offline

Board footer

Powered by FluxBB