Hey man I don't know about the first item but the time on the status bar up top is easy just create a new info.plist document in the theme folder and copy the following into it...
Code:
<?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>TimeStyle</key>
<string>color: #03a1fb</string>
</plist>
Change the #03a1fb to whatever color you want you just need the hex colors..
500+ Named Colours with rgb and hex values
Theres a list of some colors with their hex value! =P
Enjoy I hope this was what you were looking for!
Kukag