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 / root / gtkdiffrc < prev   
Encoding:
Text File  |  1999-04-25  |  1.1 KB  |  38 lines

  1. # I'm using text[NORMAL] in the following two styles as the color of overview widget's slider.
  2. style "file1 color"
  3. {
  4. #    fg[NORMAL] = { 1.0, 0.0, 1.0 }
  5.     fg[NORMAL] = { 1.0, 0.5, 0.0 }
  6.     text[NORMAL] = { 1.0, 1.0, 0.0 }
  7. #    bg[NORMAL] = { 1.0, 1.0, 1.00 }
  8. }
  9. style "file2 color"
  10. {
  11.     fg[NORMAL] = { 0.0, 1.0, 1.0 }
  12.     text[NORMAL] = { 1.0, 1.0, 0.0 }
  13. }
  14.  
  15. style "drawing color"
  16. {
  17.     fg[NORMAL] = { 0.0, 0.0, 1.0 }
  18. #    bg[NORMAL] = { 1.0, 1.0, 0.0 }
  19. }
  20.  
  21. # Use style "file1 color" for overview1
  22. widget "*file1 overview" style "file1 color"
  23. # Use style "file2 color" for overview2
  24. widget "*file2 overview" style "file2 color"
  25. # Use style "drawing color" for overview-drawing-area
  26. widget "*drawing overview" style "drawing color"
  27.  
  28. style "diff text"
  29. {
  30. #    fontset = "-sony-fixed-medium-r-normal--*-150-*-*-c-*-iso8859-1,-jis-fixed-medium-r-normal--*-150-*-*-c-*-jisx0208.1983-0,-sony-fixed-medium-r-normal--*-150-*-*-c-*-jisx0201.1976-0"
  31. #    fixed width font is recommended.
  32.     font = "-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1"
  33.  
  34. }
  35. #widget_class "*GtkText" style "diff text"
  36. class "GtkText" style "diff text"
  37.  
  38.