######################## Pour/For GTK 1.2 ######################### style "text" { base[NORMAL]={0.90,0.90,1.00} font="-adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*" #### 12 = size ### } style "list_text" { base[NORMAL]={0.90,0.90,1.00} font="-*-courier-medium-r-*-*-12-*-*-*-*-*-*-*" #### 12 = size ### } widget_class "GtkWindow*" style "text" widget_class "GtkDialog*" style "text" widget_class "GtkFileSelection*" style "text" style "tips" { bg[NORMAL]={1.0,1.0,0.5} } widget "*Delivery*" style "list_text" widget "gtk-tooltips*" style "tips" ######################## Pour/For GTK 2 ########################### style "text" { font_name="Sans 9" #### 9 = size ### } widget_class "GtkWindow*" style "text" widget_class "GtkDialog*" style "text" widget_class "GtkFileSelection*" style "text" style "list" { font_name="Monospace 8" #### 8 = size ### } widget "*Delivery*" style "list" widget "selection.*GtkCList*" style "list"