Hi,
is there a way to have a different Timestyle for the homescreen and in the Apps. For example white in the Homescreen and red in an opened Application?
I use the info.plist in winterboard to set the color/font.
Quote:
<?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>UndockedIconLabelStyle</key>
<string>font-family: helvetica; font-size: 12px;color: white</string>
<key>DockedIconLabelStyle</key>
<string>font-family: helvetica; font-size: 14px;color: white</string>
<key>CalendarIconDayStyle</key>
<string>font-family: helvetica; font-size: 12px; color: white</string>
<key>CalendarIconDateStyle</key>
<string>font-family: helvetica; font-size: 14px; color: firebrick</string>
<key>TimeStyle</key>
<string>font-family: monospace; font-size: 16px; color: firebrick</string>
</dict></plist>
|