GTK+2 Application Themes

Sergey Manucharian aragats at photoclub.am
Thu Feb 8 17:06:41 CET 2007


> > > Menu->Settings->User Interface Settings
> >
> >
> >    This affects only the panel.
> 

Hi,

I'm trying to do another thing - make changes only to the panel.
I've added a "panel" style in my .gtkrc-2.0 :
---------
style "panel"
{
  bg[NORMAL]      = "#4052a9"
  bg[PRELIGHT]    = "#7786cf"
  bg[SELECTED]    = "#4052a9"
  fg[NORMAL]      = "#ffffff"
  text[NORMAL]    = "#ffffff" 
  text[SELECTED]  = "#ffff00"
  base[NORMAL]    = "#7786cf"
  base[SELECTED]  = "#4052a9"
}

widget_class "*Panel*"      style "panel"
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"
---------

But this have no effect on the "child" objects, like menues and
tooltips. Is there a way to make a fully custom panel without
affecting the rest of stuff?

Cheers,
Sergey



More information about the Xfce mailing list