1 carrier label color : SystemUI/res/values/styles.xml
Code:
<style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded">
<item name="android:textSize">14.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ff999999</item>
</style>
change textColor accordingly ( will implement a color switcher in next build )
2 . systempanel is a 3rd party app ? so ask the devs my speciality is TW ROMs
3. same for titaniumbackup , note on editting 3rd party apps : This is useless because a new update on this app will cancel your changes time and time again ( goes for the above as well )
4. Notification panel notiification icon holder : framework-res/res/values/drawables.xml
Code:
<item type="drawable" name="notification_template_icon_bg">#3333b5e5</item>
change 33b5e5 accordingly
5. Notification panel notification bg : framework-res/res/drawable-xhdpi/notification_bg_normal.9.png.
Get your gimp/photoshop on

Remember its a .9 so only edit when decompiled and never ever touch the 1px outer border , so dont colorise/hue/sat/brightness the image in whole or you will touch the trans/black pixels as well and will break the .9
6. the blue letters and striping i am not 100 % sure on what is linked where but i think you want to touch : framework-res/res/values/colors.xml > holo_blue_light.
This will be a very small but thorough edit to the system since this color is used system wide in many apps
:highfive: