Hi For changing the bubble color: Open the CSS file with WordPad -> go to this section: Code: div.BubbleSelf { background: #600000; and this: Code: div.BubbleOther { background: #2F4F4F; Change the code to what you want -> save file and put back to phone... Here you can see the different color-codes: http://www.w3schools.com/CSS/css_colornames.asp
div.BubbleSelf { background: #600000;
div.BubbleOther { background: #2F4F4F;