# $(datadir)/gtkrc style "GnomeScores_CurrentPlayer_style" { fg[NORMAL] = {1.0, 0.0, 0.0} } style "GnomeScores_Logo_style" { font = "-freefont-garamond-*-*-*-*-30-170-*-*-*-*-iso8859-1" fg[NORMAL] = {0.0, 0.0, 1.0} } style "GnomeAbout_DrawingArea_style" { bg[NORMAL] = {1.0, 1.0, 1.0} } style "GnomeAbout_Title_style" { font = "-adobe-helvetica-bold-r-normal-*-20-*-*-*-*-*-*-*" } style "GnomeAbout_Copyright_style" { font = "-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*" } style "GnomeAbout_Author_style" { font = "-adobe-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*" } style "GnomeAbout_Names_style" { font = "-adobe-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*" } style "GnomeAbout_Comments_style" { font = "-adobe-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*" } widget "*GnomeScores*.CurrentPlayer" style "GnomeScores_CurrentPlayer_style" widget "*GnomeScores*.Logo" style "GnomeScores_Logo_style" widget "*GnomeAbout*.DrawingArea" style "GnomeAbout_DrawingArea_style" widget "*GnomeAbout*.Author" style "GnomeAbout_Author_style" widget "*GnomeAbout*.Comments" style "GnomeAbout_Comments_style" widget "*GnomeAbout*.Copyright" style "GnomeAbout_Copyright_style" widget "*GnomeAbout*.Names" style "GnomeAbout_Names_style" widget "*GnomeAbout*.Title" style "GnomeAbout_Title_style" pixmap_path "/usr/share/pixmaps" style "ruler" { font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" bg_pixmap[NORMAL] = "back.xpm" bg_pixmap[INSENSITIVE] = "back.xpm" bg_pixmap[ACTIVE] = "darker.xpm" bg_pixmap[PRELIGHT] = "lighter.xpm" } style "default" { font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*" bg[NORMAL] = { 0.8086, 0.6445, 0.2773 } bg_pixmap[NORMAL] = "back.xpm" bg_pixmap[INSENSITIVE] = "back.xpm" bg_pixmap[ACTIVE] = "darker.xpm" bg_pixmap[PRELIGHT] = "lighter.xpm" } widget_class "*Ruler*" style "ruler" widget_class "*" style "default"