Change the color of the panels, thunar

Andrey Fedoseev andrey.fedoseev at gmail.com
Mon Mar 5 19:40:40 CET 2007


В Пнд, 05/03/2007 в 18:31 +0000, Pascal пишет:
> Le Sun, 4 Mar 2007 13:43:09 +0200,
> Stavros Giannouris <stavrosg at hellug.gr> a écrit :
> 
> > Στις Sun, 4 Mar 2007 11:00:02 +0000
> > Ο/Η Pascal <pascal22p at parois.net> έγραψε:
> > 
> > > Hi,
> > >
> > > I can't find where the color of the panel is defined, it is not in
> > > the panels.xml.
> > > Where is it ?
> > 
> > The panel color is defined in the GTK+ theme.
> > [I don't know where exactly, though]
> 
> I didn't find it, I gave up.
> But thank you anyway :)
> 

Try to put something like:

style "panelbg"
{
  bg[NORMAL]	 = "#000000"
  bg[PRELIGHT]	 = "#000000"
  bg[ACTIVE]	 = "#000000"
  bg[SELECTED]	 = "#000000"
  bg[INSENSITIVE]= "#000000"
}

class "*Panel*" style "panelbg"
class "*panel*" style "panelbg"
class "*notif*" style "panelbg"
class "*Notif*" style "panelbg"
class "*Tray*"  style "panelbg"
class "*tray*"  style "panelbg"

in ~/.themes/YourTheme/gtk-2.0/gtkrc


-- 
Regards!
Andrey Fedoseev <andrey.fedoseev at gmail.com>




More information about the Xfce mailing list