From 2044b90fe4565d95ec09df560f6669e3b84ddc27 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 25 Sep 2013 14:09:15 -0400 Subject: [PATCH] add colordiffrc --- colordiffrc | 26 ++++++++++++++++++++++++++ install-files | 1 + 2 files changed, 27 insertions(+) create mode 100644 colordiffrc diff --git a/colordiffrc b/colordiffrc new file mode 100644 index 0000000..43342d6 --- /dev/null +++ b/colordiffrc @@ -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=darkgreen +oldtext=darkred +diffstuff=darkmagenta +cvsstuff=darkyellow diff --git a/install-files b/install-files index 79ebdf2..910439f 100755 --- a/install-files +++ b/install-files @@ -24,6 +24,7 @@ files = [ ('inputrc', '.inputrc'), ('screenrc', '.screenrc'), ('gitignore', '.gitignore'), + ('colordiffrc', '.colordiffrc'), ] for s, d in files: