Add color picker!
This commit is contained in:
@ -12,7 +12,7 @@ ZenithDarkPrefs_INSTALL_PATH = /Library/PreferenceBundles
|
||||
ZenithDarkPrefs_FRAMEWORKS = UIKit
|
||||
ZenithDarkPrefs_PRIVATE_FRAMEWORKS = Preferences
|
||||
ZenithDarkPrefs_EXTRA_FRAMEWORKS = Cephei CepheiPrefs
|
||||
|
||||
ZenithDarkPrefs_LIBRARIES = sparkcolourpicker
|
||||
|
||||
include $(THEOS_MAKE_PATH)/bundle.mk
|
||||
|
||||
|
@ -40,35 +40,35 @@
|
||||
<key>label</key>
|
||||
<string>Enable</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Color Type</string>
|
||||
<string>Color Options</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSegmentCell</string>
|
||||
<key>default</key>
|
||||
<integer>0</integer>
|
||||
<key>defaults</key>
|
||||
<string>com.mac-user669.zenithdark</string>
|
||||
<string>PSLinkCell</string>
|
||||
<key>cellClass</key>
|
||||
<string>SparkColourPickerCell</string>
|
||||
<key>libsparkcolourpicker</key>
|
||||
<dict>
|
||||
<key>defaults</key>
|
||||
<string>com.mac-user669.zenithdark</string>
|
||||
<key>key</key>
|
||||
<string>kCustomDarkColor</string>
|
||||
<key>fallback</key>
|
||||
<string>#000000:0.44</string>
|
||||
<key>alpha</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>label</key>
|
||||
<string>Color</string>
|
||||
<key>key</key>
|
||||
<string>sortingType</string>
|
||||
<key>validValues</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
<integer>3</integer>
|
||||
</array>
|
||||
<key>validTitles</key>
|
||||
<array>
|
||||
<string>Adaptive</string>
|
||||
<string>Dark</string>
|
||||
<string>OLED Adaptive</string>
|
||||
<string>OLED</string>
|
||||
</array>
|
||||
<string>kCustomDarkColor</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.mac-user669.zenithdark.prefschanged</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
|
Reference in New Issue
Block a user