You are not logged in.
Pages: 1
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
Offline
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
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 522.27 KiB (Peak: 529.27 KiB) ]