-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.plist
78 lines (78 loc) · 1.74 KB
/
theme.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
<?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>Author</key>
<string>dariolob (original by Machinee)</string>
<key>Year</key>
<string>2020</string>
<key>Description</key>
<string>Mac OS Classic</string>
<key>Theme</key>
<dict>
<key>Origination</key>
<dict>
<key>DesignWidth</key>
<integer>1920</integer>
<key>DesignHeight</key>
<integer>1080</integer>
</dict>
<key>Background</key>
<dict>
<key>Path</key>
<string>background.png</string>
<key>Type</key>
<string>Tile</string>
</dict>
<key>Badges</key>
<dict>
<key>Show</key>
<false/>
<key>Swap</key>
<true/>
<key>Inline</key>
<false/>
</dict>
<key>Font</key>
<dict>
<key>Path</key>
<string>font.png</string>
<key>Type</key>
<string>Load</string>
<key>CharWidth</key>
<integer>13</integer>
</dict>
<key>Scroll</key>
<dict>
<key>Width</key>
<integer>16</integer>
</dict>
<key>Selection</key>
<dict>
<key>Big</key>
<string>selection_big.png</string>
<key>Color</key>
<string>0xFEFEFAFF</string>
<key>Small</key>
<string>selection_small.png</string>
<key>OnTop</key>
<false/>
<key>ChangeNonSelectedGrey</key>
<true/>
</dict>
<key>Layout</key>
<dict>
<key>BannerOffset</key>
<integer>40</integer>
<key>ButtonOffset</key>
<integer>25</integer>
<key>TextOffset</key>
<integer>20</integer>
<key>TileXSpace</key>
<integer>8</integer>
<key>TileYSpace</key>
<integer>20</integer>
</dict>
</dict>
</dict>
</plist>