forked from richo/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolorsvnrc
55 lines (43 loc) · 1.55 KB
/
colorsvnrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Sample colorsvnrc
# These are the defaults
# path to the svn binary
#svn: /usr/bin/svn
# Don't do color if our terminal type ($TERM) is one of these.
# (List all terminal types on one line, seperated by whitespace.)
# Remark: obsolete, only for backward capability
nocolor: dumb other test
# Do color if our terminal type ($TERM) is one of these.
# (List all terminal types on one line, seperated by whitespace.)
colortty: linux console con132x25 con132x30 con132x43 con132x60 con80x25 con80x28 con80x30 con80x43 con80x50 con80x60 cons25 xterm rxvt xterm-color color-xterm vt100 dtterm color_xterm ansi screen screen.linux kon kterm gnome konsole screen256 rxvt-unicode rxvt-256color
# The following groups of attributes may be combined for a given color:
#
# clear black on_black
# reset red on_red
# bold green on_green
# underline yellow on_yellow
# underscore blue on_blue
# blink magenta on_magenta
# reverse cyan on_cyan
# concealed white on_white
# colors for different types of status messages
P: reset
U: green
C: red
M: green
G: bold blue
A: cyan
R: cyan
D: red
I: bold
?: reset
!: red
~: red
# use bold font for directory
bolddir: true
# this is for server messages
server: cyan
# this is for warnings
warning: red
# only chosen commands
# available commands: add blame cat checkout cleanup copy delete diff export info list log mkdir move propdel propget proplist propset status update
commands: add checkout copy delete export mkdir move propdel propget status update diff