home *** CD-ROM | disk | FTP | other *** search
- # style <name> [= <name>]
- # {
- # <option>
- # }
- #
- # widget <widget_set> style <style_name>
- # widget_class <widget_class_set> style <style_name>
-
- # To try the Metal theme, uncomment the following include: (If your
- # themes directory is not C:\windows\gtk+\themes, correct the path.)
-
- #include "C:\\windows\\gtk+\\themes\\Metal\\gtk\\gtkrc"
-
- style "ruler"
- {
- font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
- }
-
- # Don't specify any default font here, let the locale-specific gtkrc
- # file do it.
- #style "default"
- #{
- # font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
- #}
-
- style "tooltips"
- {
- bg[NORMAL] = { 0.94, 0.90, 0.54 }
- }
-
- widget_class "*Ruler*" style "ruler"
- #widget_class "*" style "default"
-