webOS Nation Forums
> Homebrew
> webOS themes
>
ZomPre Theme
1
2
Forum Leader:
mamouton
at: 12:31 AM 08/09/2009
I changed the text you are referring to with Sarah's Avatar mod around line 600 I added the font color to change the font color. I discovered it by accident.
how can one get this sweet sweet theme...i love the dialer!
Originally Posted by :
chat-entry .chat-balloon .chat-balloon-wrapper {
margin: -10px -10px -14px -10px;
}
.chat-entry.chatRow .chat-balloon-wrapper {
margin: 0px;
}
.chat-entry .hideUnreadCount .buddy-list-unread {
display:none;
}
.chat-entry .title.truncating-text {
padding:0px;
max-width:170px;
display:inline-block;
color: #000000
Here?
Edit* that's a no go. That's the Contact list, Sarah's is a Messaging.css change. You sure a change in messaging app affected the contact list?
Member:
cmd13
at: 01:05 AM 08/09/2009
dude where do i get the icons
Oh, pretty freaking sweet. Updating the theme list now.
My favorite is the Scrim. That picture was made for my scrim!
Originally Posted by mrloserpunk:
My favorite is the Scrim. That picture was made for my scrim!
I like it all, but I love the chat balloons. Nice work.
i see custom dial pad, but nothing else, how is everything installed, this theme looks sooooo sweet, i love zombies
Forum Leader:
mamouton
at: 04:00 PM 08/09/2009
Originally Posted by mrloserpunk:
Here?
Edit* that's a no go. That's the Contact list, Sarah's is a Messaging.css change. You sure a change in messaging app affected the contact list?
I thought you were referrring to the picture with the conversations and buddies in the menu, the second from the bottom. I changed that one, that isn't the phone app.
Forum Leader:
mamouton
at: 04:30 PM 08/09/2009
If anyone know how to change this txt please let me know!!
For this text I added this to line 13 right after the comments in the usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
[Code]
body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
Forum Leader:
mamouton
at: 04:39 PM 08/09/2009
If anyone know how to change this txt please let me know!!
Sarah's Messaging Mods

[/QUOTE]
For this text I added the font color mine started at line 674 usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css
[Code]
.my-chat .chat-balloon-wrapper,
.their-chat .chat-balloon-wrapper {
padding: 1px 0;
font-size: 18px;
color: #FF0000;
word-wrap: break-word !important;
}
[/Code]
im in the process of getting everything on Choorp.com but work is slowing me down
@mamouton: Thanks for your help in tracking this down, I do have the messaging app color changed, but still need to the contact list that comes up from the address book icon on the dialpad..
Forum Leader:
mamouton
at: 04:56 PM 08/09/2009
Custom Dial Pad
Contacts List
To change this one starting at line 6 I put this code in the usr/palm/applications/com.palm.app.contacts/stylesheets/list.css
[Code]
body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
Originally Posted by mamouton:
Custom Dial Pad

Contacts List
To change this one starting at line 6 I put this code in the usr/palm/applications/com.palm.app.contacts/stylesheets/list.css
[Code]
body.wallpaper,
body.palm-default {
color: #FF0000;
}
[/Code]
This failed to produce desired effect. Copied from my /usr/palm/applications/com.palm.app.contacts/stylesheets list.css
Originally Posted by :
/* List Common */
body.wallpaper,
body.palm-default {
color: #FF0000;
}
div.hidden {
display: none;
Am i in the wrong place??
Forum Leader:
mamouton
at: 12:32 AM 08/10/2009
Ok looking at your screen closer the contacts I changed is not the same one in the dialer. Let me do some more tinkering. Also what do you mean by imported font?
I appreciate your help with this. I'm glad i'm not doing the tinkering this time

My bloody font. I want to import it to the pre and change the font of the carrier string...
Forum Leader:
mamouton
at: 01:13 AM 08/10/2009
Still trying to track it down. I was able to get the numbers to dial red in the dialer(don't ask how) still looking for your screen
1
2
webOS Nation Forums
> Homebrew
> webOS themes
>
ZomPre Theme