contrib/hgk
changeset 7747 5f7512f680cb
parent 7746 59815cef38f0
child 7776 34ff1a1b5dd7
equal deleted inserted replaced
7746:59815cef38f0 7747:5f7512f680cb
   728 	puts $f "# will be assigned to this commit and also all other commits"
   728 	puts $f "# will be assigned to this commit and also all other commits"
   729 	puts $f "# of the same author.  When the list of colors is exhausted,"
   729 	puts $f "# of the same author.  When the list of colors is exhausted,"
   730 	puts $f "# the last entry will be reused."
   730 	puts $f "# the last entry will be reused."
   731 	puts $f "#"
   731 	puts $f "#"
   732 	puts $f "set authorcolors {$authorcolors}"
   732 	puts $f "set authorcolors {$authorcolors}"
       
   733 	puts $f "#"
       
   734 	puts $f "# The background color in the text windows"
   733 	puts $f "set bgcolor $bgcolor"
   735 	puts $f "set bgcolor $bgcolor"
   734 	puts $f "#"
   736 	puts $f "#"
   735 	puts $f "# The text color used in the diff and file list view"
   737 	puts $f "# The text color used in the diff and file list view"
   736 	puts $f "set fgcolor $fgcolor"
   738 	puts $f "set fgcolor $fgcolor"
   737 	puts $f "#"
   739 	puts $f "#"