home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / etc / gtk / gtkrc.forest < prev    next >
Encoding:
Text File  |  2004-10-11  |  815 b   |  39 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. style "default"
  10. {
  11.   font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
  12.  
  13. # base, text, bg, fg are possible
  14. bg[NORMAL] = { 0.70, 0.75, 0.67 }
  15. bg[SELECTED] = { 0.31, 0.35, 0.35 }
  16. bg[INSENSITIVE] = { 0.70, 0.75, 0.67 }
  17. bg[ACTIVE] = { 0.61, 0.65, 0.58 }
  18. bg[PRELIGHT] = { 0.84, 0.89, 0.81 }
  19.  
  20. fg[NORMAL] = { 0.0, 0.0, 0.0 }
  21. fg[SELECTED] = { 0.9, 0.9, 0.9 }
  22. fg[ACTIVE] = { 0.33, 0.2, 0.0 }
  23. fg[PRELIGHT] = { 0.5, 0.1, 0.0 }
  24.  
  25. text[INSENSITIVE] = { 0.60, 0.65, 0.57 }
  26.  
  27. # for gtk2...
  28. # font_name="Arial 12"
  29. }
  30.  
  31. style "ruler" = "default"
  32. {
  33.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  34. }
  35.  
  36.  
  37. widget_class "*Ruler*" style "ruler"
  38. widget_class "*" style "default"
  39.