home *** CD-ROM | disk | FTP | other *** search
- # Empty gtkrc for default theme
-
- style "default"
- {
-
- bg[NORMAL] = "#e7e7e7"
- bg[INSENSITIVE] = "#e7e7e7"
- base[ACTIVE] = "#e7e7e7"
- base[INSENSITIVE] = "#e7e7e7"
-
- bg[SELECTED] = "#4B82B4"
- base[SELECTED] = "#4B82B4"
-
-
- text[ACTIVE] = "#000000"
-
- bg[ACTIVE] = "#c4c2bd"
-
-
-
-
-
-
- # for gtk2...
- # font_name="sans-serif 12"
- }
-
- class "GtkWidget" style "default"
-
- style "menu"
- {
-
-
- bg[PRELIGHT] = "#4b82b4"
- fg[PRELIGHT] = "#ffffff"
-
- # font_name="sans-serif 12"
- }
-
- class "GtkWidget" style "default"
- widget_class "*Menu*" style "menu"
-