-
Notifications
You must be signed in to change notification settings - Fork 3
/
userInterface.plist
79 lines (79 loc) · 1.96 KB
/
userInterface.plist
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Underlying Window Color</key>
<string>#cbcbcb</string>
<key>Server List</key>
<dict>
<key>Text Font Style</key>
<string>Lucida Grande</string>
<key>Text Font Size</key>
<integer>11</integer>
<key>Background Color</key>
<string>#dadfe5</string>
<key>Highlight Color</key>
<string>#78b142</string>
<key>New Private Message Color</key>
<string>#d33b54</string>
<key>Unread Color</key>
<string>#0a53eb</string>
<key>Active Color</key>
<string>#000</string>
<key>Inactive Color</key>
<string>#585858</string>
<key>Active Color (Selected)</key>
<string>#fff</string>
<key>Inactive Color (Selected)</key>
<string>#e7e7e7</string>
<key>Gradient</key>
<dict>
<key>Top Color</key>
<string>#b0bfd8</string>
<key>Bottom Color</key>
<string>#8599bc</string>
<key>Top Line Color</key>
<string>#a2b0cc</string>
<key>Bottom Line Color</key>
<string>#8196b9</string>
</dict>
</dict>
<key>Member List</key>
<dict>
<key>Text Font Style</key>
<string>Lucida Grande</string>
<key>Text Font Size</key>
<integer>11</integer>
<key>Background Color</key>
<string>#eee</string>
<key>Text Color</key>
<string>#000</string>
<key>Op Text Color</key>
<string>#000</string>
<key>Text Color (Selected)</key>
<string>#fff</string>
<key>Gradient</key>
<dict>
<key>Top Color</key>
<string>#b0bfd8</string>
<key>Bottom Color</key>
<string>#8599bc</string>
<key>Top Line Color</key>
<string>#a2b0cc</string>
<key>Bottom Line Color</key>
<string>#8196b9</string>
</dict>
</dict>
<key>Input Box</key>
<dict>
<key>Text Font Style</key>
<string></string>
<key>Text Font Size</key>
<integer>-1</integer>
<key>Background Color</key>
<string>#fff</string>
<key>Text Color</key>
<string>#333</string>
</dict>
</dict>
</plist>