comparison contrib/hgk @ 7747:5f7512f680cb

hgk: added explanation to .hgk for background colour
author Robert Bauck Hamar <r.b.hamar@usit.uio.no>
date Mon, 09 Feb 2009 19:00:55 +0100
parents 59815cef38f0
children 34ff1a1b5dd7
comparison
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 "#"