Created
August 26, 2013 08:21
-
-
Save ValeriiVasin/6339167 to your computer and use it in GitHub Desktop.
colordiff configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example colordiffrc file for light 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=black | |
newtext=darkgreen | |
oldtext=darkred | |
diffstuff=darkblue | |
cvsstuff=darkwhite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment