Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <?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>PSGroupCell</string>
- <key>headerCellClass</key>
- <string>HBPackageNameHeaderCell</string>
- <key>packageIdentifier</key>
- <string>com.mac-user669.zenithdark</string>
- <key>titleColor</key>
- <string>#D0A400</string>
- <key>subtitleColor</key>
- <string>#D0A400</string>
- </dict>
-
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string></string>
- <key>footerText</key>
- <string></string>
- </dict>
-
- <dict>
- <key>PostNotification</key>
- <string>com.mac-user669.zenithdark.prefschanged</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.mac-user669.zenithdark</string>
- <key>key</key>
- <string>kEnabled</string>
- <key>label</key>
- <string>Enable</string>
- </dict>
-
- <dict>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>Respring</string>
- <key>cellClass</key>
- <string>HBTintedTableCell</string>
- <key>action</key>
- <string>respringPopUp</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string></string>
- <key>footerText</key>
- <string></string>
- </dict>
-
- <dict>
- <key>cell</key>
- <string>PSLinkCell</string>
- <key>detail</key>
- <string>ZNDarkPrefsAboutListController</string>
- <key>isController</key>
- <true/>
- <key>label</key>
- <string>About</string>
- </dict>
- </array>
- <key>title</key>
- <string></string>
- </dict>
- </plist>
|