On 5/1/07, <b class="gmail_sendername">Chuck Esterbrook</b> <<a href="mailto:chuck.esterbrook@gmail.com">chuck.esterbrook@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
TextMate colors the output of a diff (such as "svn di") which is<br>great, but I would like to change the colors. For example, I would<br>prefer that deleted lines are red on white instead of white on red (I<br>
find the background color distracting).</blockquote><div><br>Look at the preference items in the Diff bundle. For example, the item<br>"Style: Deleted" contains:<br><br> {    background = '#FF3D3D';<br>     foreground = '#FFFFFF';
<br> }<br><br>You could change it to:<br><br> {    background = '#FFFFFF';<br>     foreground = '#FF3D3D';<br> }<br><br>to get red on white instead.<br><br>Robin</div></div>