include "/usr/local/share/themes/Z/gtk-2.0/gtkrc" #what follows below will override the gtkrc settings above style "default" { font_name = "adobe courier bold 12" } class "GtkWidget" style "default" ####--------------------------------------------------------- style "progressbar" { fg[NORMAL] = "#000000" #text color not covered by indicator fg[PRELIGHT] = "#ffff00" #text color when covered by indicator } widget "*ProgressBar*" style "progressbar" ####------------------------------------------------------------ style "tooltips" { font_name = "adobe courier bold 12" bg[NORMAL] = "#000000" fg[NORMAL] = "#ffff00" } widget "*tooltips*" style "tooltips" ############################################# #does HRuler and VRuler style "ruler" { bg[NORMAL] = "lightyellow" fg[NORMAL] = "#000000" } widget "*Ruler*" style "ruler" ################################################ ################################################ #style "template" #{ # #bg[NORMAL] = "#ffffff" #bg[ACTIVE] = "#cccccc" #bg[INSENSITIVE] = "#000000" #bg[PRELIGHT] = "#ff0000" #fg[NORMAL] = "#00ff00" #fg[ACTIVE] = "#0000ff" #fg[INSENSITIVE] = "#999999" #fg[PRELIGHT] = "#00ffee" # #} #widget "*Scrollbar*" style "template" ################################################