|
info.plist for lockscreen clock color question
|
Hi all.
Here is the info.plist I use for my font color. Is there a way to add the clock and day lock screen font color to it, so I can just add the hex color.
Thanks
Beth
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>NavigationBarStyle-0</key>
<string>1</string>
<key>UndockedIconLabelStyle</key>
<string>font-family: Helvetica; font-size: 11px; color: #0FCCED;</string>
<key>DockedIconLabelStyle</key>
<string>font-family: Helvetica; font-size: 11px; color: #0FCCED;</string>
<key>TimeStyle</key>
<string>font-family: Helvetica; font-size: 15px; color: #900FBF;</string>
</dict></plist>
|
|