# HG changeset patch # User Tomas Zeman # Date 1347450426 -7200 # Node ID e35b2a48aabf3d44624f79a2a8e3874dc19b1b45 # Parent 48bc2f12bcc5e8f65ce728fd6a06f5fc70ea7dcf config/.colordiffrc: colordiff (colors like in vim) diff -r 48bc2f12bcc5 -r e35b2a48aabf config/.colordiffrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/.colordiffrc Wed Sep 12 13:47:06 2012 +0200 @@ -0,0 +1,26 @@ +# Example colordiffrc file for dark backgrounds +# +# Set banner=no to suppress authorship info at top of +# colordiff output +banner=no +# By default, when colordiff output is being redirected +# to a file, it detects this and does not colour-highlight +# To make the patch file *include* colours, change the option +# below to 'yes' +color_patches=no +# +# available colours are: white, yellow, green, blue, +# cyan, red, magenta, black, +# darkwhite, darkyellow, darkgreen, +# darkblue, darkcyan, darkred, +# darkmagenta, darkblack +# +# Can also specify 'none', 'normal' or 'off' which are all +# aliases for the same thing, namely "don't colour highlight +# this, use the default output colour" +# +plain=off +newtext=darkcyan +oldtext=darkred +diffstuff=darkyellow +cvsstuff=darkgreen