forked from Andrej-Antipov/MountEFI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DefaultConf.plist
117 lines (117 loc) · 2.6 KB
/
DefaultConf.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
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
107
108
109
110
111
112
113
114
115
116
117
<?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>AutoMount</key>
<dict>
<key>Enabled</key>
<false/>
<key>ExitAfterMount</key>
<false/>
<key>Open</key>
<false/>
<key>PartUUIDs</key>
<string> </string>
<key>Timeout2Exit</key>
<integer>5</integer>
</dict>
<key>Backups</key>
<dict>
<key>Auto</key>
<true/>
<key>Maximum</key>
<integer>10</integer>
</dict>
<key>CheckLoaders</key>
<true/>
<key>CurrentPreset</key>
<string>BlueSky</string>
<key>Locale</key>
<string>auto</string>
<key>Menue</key>
<string>auto</string>
<key>OpenFinder</key>
<true/>
<key>Presets</key>
<dict>
<key>BlueSky</key>
<dict>
<key>BackgroundColor</key>
<string>{4096, 15458, 40092}</string>
<key>FontName</key>
<string>Menlo Regular</string>
<key>FontSize</key>
<string>12</string>
<key>TextColor</key>
<string>{56831, 61439, 53247}</string>
</dict>
<key>DarkBlueSky</key>
<dict>
<key>BackgroundColor</key>
<string>{8481, 10537, 33667}</string>
<key>FontName</key>
<string>SF Mono</string>
<key>FontSize</key>
<string>12</string>
<key>TextColor</key>
<string>{65278, 64507, 0}</string>
</dict>
<key>GreenField</key>
<dict>
<key>BackgroundColor</key>
<string>{1028, 12850, 10240}</string>
<key>FontName</key>
<string>SF Mono</string>
<key>FontSize</key>
<string>12</string>
<key>TextColor</key>
<string>{61937, 60395, 47288}</string>
</dict>
<key>Ocean</key>
<dict>
<key>BackgroundColor</key>
<string>{1028, 12850, 65535}</string>
<key>FontName</key>
<string>SF Mono Regular</string>
<key>FontSize</key>
<string>12</string>
<key>TextColor</key>
<string>{65535, 65535, 65535}</string>
</dict>
<key>Tolerance</key>
<dict>
<key>BackgroundColor</key>
<string>{40092, 40092, 38293}</string>
<key>FontName</key>
<string>SF Mono</string>
<key>FontSize</key>
<string>12</string>
<key>TextColor</key>
<string>{40606, 4626, 0}</string>
</dict>
</dict>
<key>RenamedHD</key>
<string></string>
<key>ShowKeys</key>
<true/>
<key>SysLoadAM</key>
<dict>
<key>Enabled</key>
<false/>
<key>Open</key>
<false/>
<key>PartUUIDs</key>
<string> </string>
</dict>
<key>Theme</key>
<string>built-in</string>
<key>ThemeLoaders</key>
<string>37</string>
<key>ThemeLoadersLinks</key>
<string> {B,BlueSky,Clover;OpenCore,38;5;225{</string>
<key>ThemeLoadersNames</key>
<string>Clover;OpenCore</string>
<key>ThemeProfile</key>
<string>default</string>
</dict>
</plist>