# NORMAL # The normal state of a widget, without the mouse over top of # it, and not being pressed, etc. # PRELIGHT # When the mouse is over top of the widget, colors defined # using this state will be in effect. # ACTIVE # When the widget is pressed or clicked it will be active, and # the attributes assigned by this tag will be in effect. # INSENSITIVE # When a widget is set insensitive, and cannot be # activated, it will take these attributes. # SELECTED # When an object is selected, it takes these attributes. style "default" { # engine "notif" {} # engine "pixmap" {} # engine "metal" {} # engine "bluecurve" {} # engine "raleigh" {} engine "redmond95" {} fontset = "-microsoft-verdana-medium-r-normal--14-*-*-*-*-*-iso8859-2,\ -*-arial-medium-r-normal--14-*-*-*-*-*-iso8859-2,\ -*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-2,\ -*-arial-medium-r-normal--14-*-*-*-*-*-iso8859-2,*-r-*" base[NORMAL] = "#003366" bg[NORMAL] = "#003366" fg[NORMAL] = "#FFFFFF" text[NORMAL] = "#FFFFFF" base[INSENSITIVE] = "#003366" bg[INSENSITIVE] = "#003366" fg[INSENSITIVE] = "#999999" text[INSENSITIVE] = "#999999" base[PRELIGHT] = "#66AACC" bg[PRELIGHT] = "#66AACC" fg[PRELIGHT] = "#000000" text[PRELIGHT] = "#000000" base[ACTIVE] = "#003366" bg[ACTIVE] = "#003366" fg[ACTIVE] = "#66AACC" text[ACTIVE] = "#66AACC" base[SELECTED] = "#000033" bg[SELECTED] = "#000033" fg[SELECTED] = "#99FFFF" text[SELECTED] = "#99FFFF" } class "GtkWidget" style "default" style "button" = "default" { fg[PRELIGHT] = "#000000" bg[PRELIGHT] = "#66AACC" } widget_class "GtkButton" style "button" style "toggle_button" = "button" { fg[NORMAL] = "#FFFFFF" fg[ACTIVE] = "#66AACC" } widget_class "GtkToggleButton" style "toggle_button" style 'button_list' = 'button' { font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" bg[PRELIGHT] = "#CC0000" } widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list" style "scrollbar" { bg[PRELIGHT] = "#66AACC" bg[NORMAL] = "#66AACC" bg[ACTIVE] = "#CCCCCC" } widget_class "*Gtk*Scale*" style "scrollbar" widget_class "*Gtk*Scrollbar*" style "scrollbar" style "tooltips" { fg[NORMAL] = "#000033" bg[NORMAL] = "#FFFFFF" } widget "gtk-tooltips" style "tooltips" style "entry" = "default" { base[NORMAL] = "#99CCFF" bg[NORMAL] = "#99CCFF" fg[NORMAL] = "#000000" text[NORMAL] = "#000000" base[PRELIGHT] = "#99CCFF" bg[PRELIGHT] = "#99CCFF" fg[PRELIGHT] = "#000000" text[PRELIGHT] = "#000000" base[INSENSITIVE] = "#99CCFF" bg[INSENSITIVE] = "#99CCFF" fg[INSENSITIVE] = "#999999" text[INSENSITIVE] = "#999999" base[ACTIVE] = "#99CCFF" bg[ACTIVE] = "#99CCFF" fg[ACTIVE] = "#000000" text[ACTIVE] = "#000000" } class "GtkEntry" style "entry" class "GtkText" style "entry" class "GtkList" style "entry" class "GtkCList" style "entry" class "GtkCTree" style "entry" class "GtkTree" style "entry" class "GtkCombo" style "entry" class "GtkSpinButton" style "entry" style "progressbar" = "default" { base[NORMAL] = "#003366" bg[NORMAL] = "#003366" fg[NORMAL] = "#66AACC" text[NORMAL] = "#66AACC" base[PRELIGHT] = "#003366" bg[PRELIGHT] = "#003366" fg[PRELIGHT] = "#66AACC" text[PRELIGHT] = "#66AACC" } class "GtkProgressBar" style "progressbar" style "statusbar" { bg[INSENSITIVE] = "#FFFFFF" fg[INSENSITIVE] = "#CC0000" bg[PRELIGHT] = "#003366" fg[PRELIGHT] = "#66AACC" } style "test" { base[NORMAL] = "#FFFF00" bg[NORMAL] = "#FFFF00" fg[NORMAL] = "#00FFFF" text[NORMAL] = "#00FFFF" base[INSENSITIVE] = "#000033" bg[INSENSITIVE] = "#000033" fg[INSENSITIVE] = "#999999" text[INSENSITIVE] = "#999999" base[PRELIGHT] = "#00AACC" bg[PRELIGHT] = "#00AACC" fg[PRELIGHT] = "#CC0000" text[PRELIGHT] = "#CC0000" base[ACTIVE] = "#FF3366" bg[ACTIVE] = "#FF3366" fg[ACTIVE] = "#FFAA00" text[ACTIVE] = "#FFAA00" base[SELECTED] = "#FF0033" bg[SELECTED] = "#FF0033" fg[SELECTED] = "#99FF66" text[SELECTED] = "#99FF66" } class "GtkStatusbar" style "test"