Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-04-26 04:23:42

renators
Member
Registered: 2007-04-26
Posts: 1

panel color and themes color

is there anyway to change only the panel color without changing the theme default color? (not the borders of the windows, i mean the bars with menus like in firefox the bar with file, edit view ...).

btw, sorry if i don't express myself properly. english isn't my primary language.

Offline

#2 2007-04-26 08:55:15

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Offline

#3 2007-04-28 14:11:17

TomE
Member
Registered: 2005-02-05
Posts: 132

Re: panel color and themes color

If you mean the menu bar (the thing with [File     Edit     View] on) you want to add this to your ~/.gtkrc-2.0 for all themes or ~/.themes/theme name/gtk-2.0/gtkrc for jut that theme

style "menubar"
{
  bg[NORMAL] = "#ff0000"
}

widget_class "*Menubar*"      style "Menubar"
widget "*Menubar*"            style "Menubar"
class "*Menubar*"             style "Menubar"

but if you mean the panel (the thing with your lunchers, taskbar and clock on) the thred Nick linked will work

Offline

Board footer

Powered by FluxBB