home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / scribus / scribus-1.3.3.9-win32-install.exe / tcl / tix8.1 / pref / Bisque.cs < prev    next >
Text File  |  2000-05-17  |  1KB  |  36 lines

  1. #
  2. # $Id: Bisque.cs,v 1.1.1.1 2000/05/17 11:08:47 idiscovery Exp $
  3. #
  4. proc tixSetScheme-Color {} {
  5.     global tixOption
  6.  
  7.     set tixOption(bg)           bisque1
  8.     set tixOption(fg)           black
  9.  
  10.     set tixOption(dark1_bg)     bisque2
  11.     set tixOption(dark1_fg)     black
  12.     set tixOption(dark2_bg)     bisque3
  13.     set tixOption(dark2_fg)     black
  14.     set tixOption(inactive_bg)  bisque3
  15.     set tixOption(inactive_fg)  black
  16.  
  17.     set tixOption(light1_bg)    bisque1
  18.     set tixOption(light1_fg)    white
  19.     set tixOption(light2_bg)    bisque1
  20.     set tixOption(light2_fg)    white
  21.  
  22.     set tixOption(active_bg)    $tixOption(dark1_bg)
  23.     set tixOption(active_fg)    $tixOption(fg)
  24.     set tixOption(disabled_fg)  gray55
  25.  
  26.     set tixOption(input1_bg)    bisque2
  27.     set tixOption(input2_bg)    bisque2
  28.     set tixOption(output1_bg)   $tixOption(dark1_bg)
  29.     set tixOption(output2_bg)   $tixOption(bg)
  30.  
  31.     set tixOption(select_fg)    black
  32.     set tixOption(select_bg)    bisque2
  33.  
  34.     set tixOption(selector)    #b03060
  35. }
  36.