home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource.old / 29_2.txt < prev    next >
Text File  |  2003-04-15  |  380b  |  20 lines

  1. #
  2. # Example 29-2
  3. # A file containing resource specifications.
  4. #
  5.  
  6. !
  7. ! Grey color set
  8. ! These values match those used by the Tk widgets on UNIX
  9. !
  10. *background:                         #d9d9d9
  11. *foreground:                         black
  12. *activeBackground:                        #ececec
  13. *activeForeground:                        black
  14. *selectColor:                        #b03060
  15. *selectBackground:                        #c3c3c3
  16. *troughColor:                        #c3c3c3
  17. *disabledforeground:                        #a3a3a3
  18.  
  19.  
  20.