In SystemUI.apk/res/layout/status_bar.xml,Changing clock color doesn't seem to be the same as it was on the Vibrant
Where did the value change to? It used to be in services.jar\com\android\server\status\StatusBarIcon.smali
change
<com.android.systemui.statusbar.Clock android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android
to
<com.android.systemui.statusbar.Clock android:textColor="#ffYOUR 6 DIGIT COLOR CODE" android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android