style "default" { fontset = "Small Fonts" bg[ACTIVE] = "#adadad" fg[ACTIVE] = "#000000" bg[NORMAL] = "#dbdbdb" fg[NORMAL] = "#000000" bg[INSENSITIVE] = "#dbdbdb" fg[INSENSITIVE] = "#606060" bg[PRELIGHT] = "#000000" fg[PRELIGHT] = "#ffffff" bg[SELECTED] = "#20681d" fg[SELECTED] = "#ffffff" base[NORMAL] = "#e0e0e0" base[ACTIVE] = "#e0e0e0" base[SELECTED] = "#6e706a" base[INSENSITIVE] = "#e0e0e0" base[PRELIGHT] = "#e0e0e0" } style "list" { font = "Small Fonts" base[ACTIVE] = "#c0c0c0" } style "tooltips" { font = "Small Fonts" bg[NORMAL] = "#6e706a" fg[NORMAL] = "#ffffff" } style "button" { font = "Small Fonts" bg[NORMAL] = "#d0d0d0" bg[PRELIGHT] = "#e0e0e0" bg[INSENSITIVE] = "#b0b0b0" } style "menu" { bg[PRELIGHT] = "#20681d" } class "GtkWidget" style "default" class "GtkList" style "list" class "GtkTree" style "list" class "GtkCList" style "list" class "GtkCTree" style "list" widget "*GtkButton*" style "button" class "GtkSpinButton" style "button" class "GtkRange" style "default" class "GtkProgress" style "default" class "GtkStatusbar" style "default" class "GtkMenuItem" style "menu" class "GtkMenu" style "menu" widget "gtk-tooltips*" style "tooltips"