


GTK2 Themes by Nemmeth 68 comments
style "panelmenubar" = "panel"
{
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Panel/trans.png"
border = { 13, 13 , 13 , 13}
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
file = "Panel/panelbutton2.png"
border = { 0 , 0 , 0 , 0}
stretch = TRUE
}
}
}
note that the Panel/trans.png is simply a transparent png image - Aug 17 2009

GTK2 Themes by Nemmeth 68 comments
Add the following lines to the panel.rc file
class "*Panel*MenuBar*" style "panelmenubar"
widget_class "*Panel*MenuBar*" style "panelmenubar"
widget_class "*Panel*MenuBar*Item*" style:highest "panelmenubar"
- Aug 13 2009

GTK2 Themes by FiremanSam 13 comments

GTK2 Themes by FiremanSam 13 comments

GTK2 Themes by FiremanSam 23 comments
- Aug 11 2007

GTK2 Themes by FiremanSam 23 comments
For the time being, if you want to change the saturation of the scrollbars, just edit the gtkrc file and locate the theme-scrollbar section and replace:
mix(0.5, @bg_color, @selected_bg_color)
with @selected_bg_color.
This will give a full saturation color for the scrollbars.
If you want to saturate the button-hilight, just replace the "mix" settings with the @selected_bg_color though out the gtkrc file.
- Aug 11 2007

GTK2 Themes by FiremanSam 23 comments
If you want an orange colored theme, simply open the theme details from the gnome-theme-manager and select the colors tab. The selected items colors controls the menubar, scrollbar and selections.
- Aug 10 2007

GTK2 Themes by FiremanSam 23 comments
####### GNOME PANEL SETTINGS ###################
class "*PanelApplet*" style "theme-panel"
class "*PanelWidget*" style "theme-panel"
widget_class "*PanelToplevel*" style "theme-panel"
widget_class "*PanelToplevel*GtkToggleButton" style "theme-panelbuttons"
widget_class "*PanelApplet*" style "theme-panel"
widget_class "*PanelWidget*" style "theme-panel"
################################################
- Aug 06 2007

GTK2 Themes by FiremanSam 23 comments

GTK2 Themes by FiremanSam 23 comments

GTK2 Themes by FiremanSam 23 comments
The problem arises because OO and FF use the MenuItem text color to draw the MenuBar entries.
I, and many other (I'm sure) are trying to solve this. As soon as something is found, I will update the theme. - Aug 02 2007

GTK2 Themes by etiennealaurent 57 comments
The new file/folder on the desktop is caused by the entry:
base[NORMAL] = "#353535"
in the "theme-desktop-icon" style
- Jul 05 2007

GTK2 Themes by etiennealaurent 57 comments
gnome-color-chooser: no - Jun 27 2007

GTK2 Themes by etiennealaurent 57 comments

GTK2 Themes by etiennealaurent 57 comments
I've done some hacking and found that if I replace the Panel stuff in the gtkrc with the following, the panel dialogs work better:
# panel stuff
class "*PanelApplet*" style "panel-black"
widget_class "*Panel*GtkToggleButton" style "panelbuttons-black"
widget_class "*PanelToplevel*" style "panel-black"
widget_class "*PanelDItemEditor*" style "theme-default"
widget_class "*Panel*Dialog*" style "theme-default"
Your mileage may vary - Jun 26 2007