-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLithiumPreferences.plist
49 lines (49 loc) · 1.3 KB
/
LithiumPreferences.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
<?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>items</key>
<array>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>PostNotification</key>
<string>lithium.prefs-changed</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>lithium</string>
<key>key</key>
<string>lithiumEnabled</string>
<key>label</key>
<string>Enabled</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>detail</key>
<string>LTMListItemsController</string>
<key>key</key>
<string>lithiumTheme</string>
<key>default</key>
<string>Habesha</string>
<key>defaults</key>
<string>lithium</string>
<key>label</key>
<string>Theme</string>
<key>titlesDataSource</key>
<string>themeTitles:</string>
<key>valuesDataSource</key>
<string>themeValues:</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>After updating preferences, changes may take a few minutes to take effect. You can optionally respring to force them to happen immediately.</string>
</dict>
</array>
<key>title</key>
<string>Lithium</string>
</dict>
</plist>