You are not logged in.
Pages: 1
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
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
only the applications menu? thats not possible
Offline
sorry im refer Whisker mwnu :-)
Offline
Pages: 1
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 535.52 KiB (Peak: 536.36 KiB) ]