forked from happyfoxinc/helpstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPathTheme.plist
More file actions
106 lines (106 loc) · 2.66 KB
/
PathTheme.plist
File metadata and controls
106 lines (106 loc) · 2.66 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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>ChatBubbleAttributes</key>
<dict>
<key>MessageInfoLabelFont</key>
<string></string>
<key>MessageInfoLabelSize</key>
<string></string>
<key>MessageInfoLabelColor</key>
<string>121,121,121,1.0</string>
<key>LeftChatBubbleAttributes</key>
<dict>
<key>BackgroundColor</key>
<string>255,255,255,1.0</string>
<key>TextColor</key>
<string>121,121,121,1.0</string>
<key>TextFont</key>
<string></string>
<key>TextSize</key>
<string></string>
</dict>
<key>RightChatBubbleAttributes</key>
<dict>
<key>BackgroundColor</key>
<string>227,49,36,1.0</string>
<key>TextColor</key>
<string>255,255,255,1.0</string>
<key>TextFont</key>
<string></string>
<key>TextSize</key>
<string></string>
</dict>
</dict>
<key>BackgroundColor</key>
<string>245,240,236,1.0</string>
<key>BackgroundImageName</key>
<string>nil</string>
<key>NavigationBarAttributes</key>
<dict>
<key>BackgroundImage</key>
<string>nil</string>
<key>BackgroundColor</key>
<string>227,49,36,1.0</string>
<key>TitleFont</key>
<string>Helvetica</string>
<key>TitleFontSize</key>
<string>17</string>
<key>TitleFontColor</key>
<string>255,255,255,1.0</string>
<key>ButtonTintColor</key>
<string>255,255,255,1.0</string>
</dict>
<key>TableViewAttributes</key>
<dict>
<key>BackgroundColor</key>
<string>0,0,0,0</string>
<key>SeparatorColor</key>
<string>245,245,245,1.0</string>
<key>CellBackgroundColor</key>
<string>255,255,255,1.0</string>
<key>HeadingFont</key>
<string>Avenir</string>
<key>HeadingSize</key>
<string>12</string>
<key>HeadingColor</key>
<string>175,169,160,1.0</string>
<key>HeaderBackgroundColor</key>
<string>0,0,0,0</string>
</dict>
<key>LabelAttributes</key>
<dict>
<key>BackgroundColor</key>
<string>0,0,0,0</string>
<key>LabelSize</key>
<string>15</string>
<key>LabelFont</key>
<string>Helvetica-Thin</string>
<key>LabelColor</key>
<string>121,121,121,1.0</string>
</dict>
<key>ButtonAttributes</key>
<dict>
<key>TitleSize</key>
<string>14</string>
<key>TitleColor</key>
<string>255,255,255,1.0</string>
<key>TitleFont</key>
<string>Helvetica-Bold</string>
<key>BackgroundColor</key>
<string>0,0,0,0</string>
</dict>
<key>TextViewAttributes</key>
<dict>
<key>BackgroundColor</key>
<string>255,255,255,1.0</string>
<key>TextViewFont</key>
<string>Helvetica</string>
<key>TextViewSize</key>
<string>14</string>
<key>TextViewColor</key>
<string>0,0,0,1.0</string>
</dict>
</dict>
</plist>