home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Multimedia / Images / Gimp / setup.exe / Main / gtkrc_user < prev    next >
Encoding:
Text File  |  2000-10-23  |  720 b   |  33 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8.  
  9. # To try the Metal theme, uncomment the following include: (If your
  10. # themes directory is not C:\windows\gtk+\themes, correct the path.)
  11.  
  12. #include "C:\\windows\\gtk+\\themes\\Metal\\gtk\\gtkrc"
  13.  
  14. style "ruler"
  15. {
  16.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  17. }
  18.  
  19. # Don't specify any default font here, let the locale-specific gtkrc
  20. # file do it.
  21. #style "default"
  22. #{
  23. #  font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
  24. #}
  25.  
  26. style "tooltips"
  27. {
  28.   bg[NORMAL] = { 0.94, 0.90, 0.54 }
  29. }
  30.  
  31. widget_class "*Ruler*" style "ruler"
  32. #widget_class "*" style "default"
  33.