-
Notifications
You must be signed in to change notification settings - Fork 4
/
Sample.yaml
55 lines (54 loc) · 1.1 KB
/
Sample.yaml
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
# All colors must be in the form of '#rrggbb' or '#rgb'.
# You cannot use color names.
log-view:
nickname-format: '(%n) '
scroller-highlight-color: '#f0f'
font-family: 'Monaco'
input-text:
font-family: 'Lucida Grande'
font-size: 13.0
background-color: '#fff'
color: '#000'
selected:
background-color: '#ccc'
member-list:
font-family: 'Lucida Grande'
font-size: 13.0
color: '#000'
background-color: '#fff'
operator:
color: '#000'
selected:
color: '#fff'
background:
# gradient
top-line-color: '#888'
bottom-line-color: '#888'
top-color: '#888'
bottom-color: '#888'
server-tree:
font-family: 'Lucida Grande'
font-size: 13.0
background-color: '#e5edf7'
highlight:
color: '#f0f'
newtalk:
color: '#f00'
unread:
color: '#00f'
normal:
active:
color: '#000'
inactive:
color: '#ccc'
selected:
active:
color: '#000'
inactive:
color: '#888'
background:
# gradient
top-line-color: '#adbbd0'
bottom-line-color: '#8c98b0'
top-color: '#adbbd0'
bottom-color: '#98aac4'