forked from excid3/textual-solarized
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuserInterface.plist
79 lines (79 loc) · 1.98 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>#002b36</string>
<key>Server List</key>
<dict>
<key>Text Font Style</key>
<string>Helvetica Neue</string>
<key>Text Font Size</key>
<integer>13</integer>
<key>Background Color</key>
<string>#002b36</string>
<key>Highlight Color</key>
<string>#d33682</string>
<key>New Private Message Color</key>
<string>#d33682</string>
<key>Unread Color</key>
<string>#6c71c4</string>
<key>Active Color</key>
<string>#839496</string>
<key>Inactive Color</key>
<string>#586e75</string>
<key>Active Color (Selected)</key>
<string>#839496</string>
<key>Inactive Color (Selected)</key>
<string>#586e75</string>
<key>Gradient</key>
<dict>
<key>Top Color</key>
<string>#586e75</string>
<key>Bottom Color</key>
<string>#073642</string>
<key>Top Line Color</key>
<string>#073642</string>
<key>Bottom Line Color</key>
<string>#586e75</string>
</dict>
</dict>
<key>Member List</key>
<dict>
<key>Text Font Style</key>
<string>Helvetica Neue</string>
<key>Text Font Size</key>
<integer>12</integer>
<key>Background Color</key>
<string>#002b36</string>
<key>Text Color</key>
<string>#b58900</string>
<key>Op Text Color</key>
<string>#cb4b16</string>
<key>Text Color (Selected)</key>
<string></string>
<key>Gradient</key>
<dict>
<key>Top Color</key>
<string>#586e75</string>
<key>Bottom Color</key>
<string>#073642</string>
<key>Top Line Color</key>
<string>#073642</string>
<key>Bottom Line Color</key>
<string>#586e75</string>
</dict>
</dict>
<key>Input Box</key>
<dict>
<key>Text Font Style</key>
<string></string>
<key>Text Font Size</key>
<integer>0</integer>
<key>Background Color</key>
<string>#002b36</string>
<key>Text Color</key>
<string>#839496</string>
</dict>
</dict>
</plist>