07-25-2014, 09:12 AM
There is a way to change whisker menu background as well. 
Save this image to /home/hover.png
![[Image: Y1iG2GM.png]](http://i.imgur.com/Y1iG2GM.png)
and this one to /home/background.png
![[Image: 4a9sa8D.png]](http://i.imgur.com/4a9sa8D.png)
Then you just add this to .gtkrc-2.0 in /home directory:
#Whisker
pixmap_path "/home"
style "darkback"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "hover.png"
border = { 1, 1, 1, 1 }
stretch = FALSE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "hover.png"
border = { 1, 1, 1, 1 }
stretch = FALSE
}
}
bg_pixmap[NORMAL] = "background.png"
bg[NORMAL] = "#404040"
bg[ACTIVE] = "#606060"
bg[PRELIGHT] = "#808080"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"
style "darktree"
{
base[NORMAL] = "#404040"
base[ACTIVE] = "#606060"
text[NORMAL] = "#ccc"
text[ACTIVE] = "#fff"
}
widget "whiskermenu-window*TreeView*" style "darktree"

Save this image to /home/hover.png
![[Image: Y1iG2GM.png]](http://i.imgur.com/Y1iG2GM.png)
and this one to /home/background.png
![[Image: 4a9sa8D.png]](http://i.imgur.com/4a9sa8D.png)
Then you just add this to .gtkrc-2.0 in /home directory:
#Whisker
pixmap_path "/home"
style "darkback"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "hover.png"
border = { 1, 1, 1, 1 }
stretch = FALSE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "hover.png"
border = { 1, 1, 1, 1 }
stretch = FALSE
}
}
bg_pixmap[NORMAL] = "background.png"
bg[NORMAL] = "#404040"
bg[ACTIVE] = "#606060"
bg[PRELIGHT] = "#808080"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"
style "darktree"
{
base[NORMAL] = "#404040"
base[ACTIVE] = "#606060"
text[NORMAL] = "#ccc"
text[ACTIVE] = "#fff"
}
widget "whiskermenu-window*TreeView*" style "darktree"