Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# Example colordiffrc file for light backgrounds
2
#
3
# Set banner=no to suppress authorship info at top of
4
# colordiff output
5
banner=no
6
# By default, when colordiff output is being redirected
7
# to a file, it detects this and does not colour-highlight
8
# To make the patch file *include* colours, change the option
9
# below to 'yes'
10
color_patches=no
11
#
12
# available colours are: white, yellow, green, blue,
13
#                        cyan, red, magenta, black,
14
#                        darkwhite, darkyellow, darkgreen,
15
#                        darkblue, darkcyan, darkred,
16
#                        darkmagenta, darkblack
17
#
18
# Can also specify 'none', 'normal' or 'off' which are all
19
# aliases for the same thing, namely "don't colour highlight
20
# this, use the default output colour"
21
#
22
plain=black
23
newtext=darkblue
24
oldtext=darkred
25
diffstuff=darkgreen
26
cvsstuff=darkwhite