I've been able to do this with older Puppys before but no go with Bionic 32. I have a .gtkrc-2.0.mine file with the following entries but this changes the background colour of the button bar. The rox filer window is the one that opens when you search for folders/files on your system just to make it clear. I want to change the background colour inside the window which is normally white. Any ideas?
Code: Select all
style "rox" = "default"
{
bg[NORMAL] = "#92D792"
bg[ACTIVE] = "#92D792"
}
widget_class "*" style "rox"