style "default" { bg[NORMAL] = "#d0d0c0" bg[PRELIGHT] = "#b8b8a8" bg[ACTIVE] = "#b0b0a8" bg[INSENSITIVE] = "#d0d0c0" base[NORMAL] = "#f8f8ec" bg[SELECTED] = "#e0e0d0" fg[SELECTED] = "#880000" } style "button" { bg[NORMAL] = "#c8c8b8" } style "editable" { # bg_pixmap[NORMAL] = "" # bg_pixmap[ACTIVE] = "" base[NORMAL] = "#f8f8ec" base[INSENSITIVE] = "#f8f8ec" bg[SELECTED] = "#e0e0d0" fg[SELECTED] = "#880000" } style "checkbutton" { bg[ACTIVE] = "#aa6666" } style "progressbar" { bg[PRELIGHT] = "#aa6666" } style "clistbutton" { bg[NORMAL] = "#e0e0d0" } class "GtkWidget" style "default" class "GtkButton" style "button" class "GtkEditable" style "editable" class "GtkCheckButton" style "checkbutton" class "GtkProgressBar" style "progressbar" widget_class "*.GtkCList.GtkButton*" style "clistbutton" widget_class "*.GtkCTree.GtkButton*" style "clistbutton"