## -- Gnome-panel tune, ihq-gnome-panel : raimo 20061222 ## -- http://dash.atspace.org/ubuntu/gnome-panel ## -- save THIS-FILE as ~/.gnome-panelrc.mine ## -- set: ~/.gtkrc-2.0 file as required ## -- help: http://live.gnome.org/GnomeArt/Tutorials/GtkThemes # Colors: # #4F4B48 #5F5B58 #636360 ## GNOME PANEL SETTINGS # MAIN style "my-panel1"{ # normal-state colors fg[NORMAL] = "#D6D6D0" bg[NORMAL] = "#4F4B48" bg[SELECTED] = "#6F6B68" # menu main-items hover font_name="Bitstream Vera Sans 10.5" } # PANEL WIDGETS AND APPLETS style "my-panel2"{ # normal-state colors fg[NORMAL] = "#D6D6D0" bg[NORMAL] = "#4F4B48" # selected colors bg[SELECTED] = "#303030" fg[SELECTED] = "#6060C0" # desktop-switcher blue # inactive-mouse-over bg[PRELIGHT] = "#5F5B58" fg[PRELIGHT] = "#D6D6D0" # active-colors bg[ACTIVE] = "#4F4B48" fg[ACTIVE] = "#D6D6D0" # locked-state colors bg[INSENSITIVE] = "#A0A0A0" fg[INSENSITIVE] = "#808080" font_name="Bitstream Vera Sans 10.5" } ## CLOCK SETTINGS style "panel-clock"{ # font color fg[NORMAL] = "#D6D6D3" # mouseover-font-color fg[PRELIGHT] = "#C0C0C0" # mouseover-border-color bg[SELECTED] = "#606060" font_name="Bitstream Vera Sans 10" } ## STARTUP ## Panel and stuff class "*Panel*" style "my-panel1" # main settings widget "*PanelWidget*" style "my-panel1" # panel stuff widget "*PanelApplet*" style "my-panel2" # final tune ## Clock widget "*.clock-app*" style "panel-clock" ## Task-list buttons (not in use now) #widget "*.tasklist-button*" style "my-panel" ## -- ~/.gnome-panelrc.mine : file_end