Skip to content

Commit

Permalink
Add colordiffrc
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Mar 11, 2014
1 parent ca71dd0 commit e95e042
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .colordiffrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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
# Sometimes it can be useful to specify which diff command to
# use: that can be specified here
diff_cmd=diff
#
# 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=red
diffstuff=magenta
cvsstuff=green

0 comments on commit e95e042

Please sign in to comment.