~ubuntu-branches/ubuntu/oneiric/kdesdk/oneiric-updates

1 by Ben Burton
Import upstream version 3.2.3
1
# Sample .colorcvsrc
2
# These are the defaults
3
4
# path to the cvs binary
5
cvs: /usr/bin/cvs
6
7
# Don't do color if our terminal type ($TERM) is one of these.
8
# (List all terminal types on one line, seperated by whitespace.)
9
nocolor: dumb
10
11
# The following groups of attributes may be combined for a given color:
12
#
13
# clear         black      on_black
14
# reset         red        on_red
15
# bold          green      on_green
16
# underline     yellow     on_yellow
17
# underscore    blue       on_blue
18
# blink         magenta    on_magenta
19
# reverse       cyan       on_cyan
20
# concealed     white      on_whit
21
22
# colors for different types of status messages
23
24
P: reset
25
U: reset
26
C: bold red
27
M: bold yellow
28
A: cyan
29
R: cyan
30
?: bold
31
32
# this is for server messages
33
server: bold green
34
35
# this is for warnings
36
warning: bold cyan