forked from jezdez/limechat-whisper
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Whisper.yaml
executable file
·50 lines (45 loc) · 1.08 KB
/
Whisper.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
# All colors must be in the form of '#rrggbb' or '#rgb'.
# You cannot use color names.
log-view:
nickname-format: '%n'
scroller-highlight-color: '#d33b54'
input-text:
font-family: 'Menlo'
font-size: 12px
member-list:
font-family: 'Lucida Grande'
font-size: 12
color: '#444'
background-color: '#dee3e9'
operator:
color: '#000'
selected:
color: '#fff'
background:
top-line-color: '#68788c'
bottom-line-color: '#405770'
top-color: '#8293a6'
bottom-color: '#445b73'
server-tree:
background-color: '#dee3e9'
highlight:
color: '#d33b54'
newtalk:
color: '#d33b54'
unread:
color: '#d33b54'
normal:
active:
color: '#444'
inactive:
color: '#ccc'
selected:
active:
color: '#fff'
inactive:
color: '#eee'
background:
top-line-color: '#68788c'
bottom-line-color: '#405770'
top-color: '#8293a6'
bottom-color: '#445b73'