webOS Nation Forums >  Homebrew >  webOS themes > making touchpad themes
making touchpad themes

  Reply
Like Tree10Likes

 
LinkBack Thread Tools Display Modes
Old 09/22/2011, 02:45 PM   #61 (permalink)
Member
 
lar3ry's Avatar
 
Join Date: Aug 2011
Posts: 78
Likes Received: 4
Thanks: 34
Thanked 10 Times in 9 Posts
Default

Quote:
Originally Posted by bugdry View Post
Features:

More to come on version 2.0.

Please comment. Thanks
Very nice indeed! I'm looking forward to seeing 2.0
lar3ry is offline   Reply With Quote
Thanked By: bugdry
Old 09/22/2011, 04:38 PM   #62 (permalink)
Member
 
decalex's Avatar
 
Join Date: Nov 2007
Location: Orange County, CA
Posts: 238
Likes Received: 13
Thanks: 57
Thanked 19 Times in 15 Posts
Default

Hmm.. shiny blue keyboard anyone?
..still a WIP

__________________
decalex is offline   Reply With Quote
Liked by bisto likes this.
Thanked By: bisto
Old 09/22/2011, 09:24 PM   #63 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

if you guys want, I can post a zip of the image files in the proper folder structure. That way you can use the theme too. If there is an easier option, please let me know.
bugdry is offline   Reply With Quote
Liked by antaeuz likes this.
Thanked by antaeuz, decalex
Old 09/23/2011, 01:30 AM   #64 (permalink)
Member
 
decalex's Avatar
 
Join Date: Nov 2007
Location: Orange County, CA
Posts: 238
Likes Received: 13
Thanks: 57
Thanked 19 Times in 15 Posts
Default

what would be the best way to copy it if it was in a zip? Are you guys all doing the internalz 1 file at a time thing? (I am...)


btw, are there 2 backgrounds for the keyboard? I made that one long skinny png transparent, to see if the keys would be on a transparent background, but looking at the results, there's another black background. Happen to know off hand what/where that is?
__________________

Last edited by decalex; 09/23/2011 at 01:36 AM.
decalex is offline   Reply With Quote
Old 09/23/2011, 05:00 AM   #65 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

You can make a usr/palm/ folder with the application folder plus the sysmgr/images/ folder in it, you can copy all you images in one go. Also you need the usr/lib/Luna folder too. That has more images.
bugdry is offline   Reply With Quote
Thanked By: decalex
Old 09/23/2011, 07:07 AM   #66 (permalink)
Member
 
Join Date: Aug 2011
Posts: 409
Likes Received: 73
Thanks: 11
Thanked 63 Times in 46 Posts
Default

Quote:
Originally Posted by decalex View Post
what would be the best way to copy it if it was in a zip? Are you guys all doing the internalz 1 file at a time thing? (I am...)


btw, are there 2 backgrounds for the keyboard? I made that one long skinny png transparent, to see if the keys would be on a transparent background, but looking at the results, there's another black background. Happen to know off hand what/where that is?
It might not possible to have a transparent background.

I replaced the browser background with a transparent png and ended up with a black background. I guess maybe the desktop is no longer being "rendered" while you're in the browser. Could be the same with the keyboard.
__________________
My Gallery at DeviantArt
beardedspoooon is offline   Reply With Quote
Thanked By: decalex
Old 09/23/2011, 01:19 PM   #67 (permalink)
Member
 
decalex's Avatar
 
Join Date: Nov 2007
Location: Orange County, CA
Posts: 238
Likes Received: 13
Thanks: 57
Thanked 19 Times in 15 Posts
Default

Quote:
Originally Posted by beardedspoooon View Post
It might not possible to have a transparent background.

I replaced the browser background with a transparent png and ended up with a black background. I guess maybe the desktop is no longer being "rendered" while you're in the browser. Could be the same with the keyboard.
I gotchya.. kinda makes sense for speed.
__________________
decalex is offline   Reply With Quote
Old 10/01/2011, 07:31 AM   #68 (permalink)
Member
 
Join Date: Sep 2011
Posts: 6
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Really I like the way you made keyboard with non alphabet key in different color. Excellent work. Whey you finish I like to download this theme. Great work.
atulmodi is offline   Reply With Quote
Old 10/01/2011, 08:04 PM   #69 (permalink)
Member
 
Join Date: Oct 2011
Posts: 3
Likes Received: 1
Thanks: 1
Thanked 1 Time in 1 Post
Default Thanks all

Just putting together a green theme for mine and this thread has helped, so thanks to op and the follow ups.

Will post it if anyone wants it when finished - just got to try and fix the status bar clock font colour. Anyone know how? An XDA member said that it is hard coded and not changeable?

Thanks again all.
Attached Images
File Type: jpg greendigital.jpg (68.9 KB, 34 views) Email Attachment
File Type: jpg menu.jpg (92.2 KB, 32 views) Email Attachment
bisto is offline   Reply With Quote
Liked by decalex likes this.
Old 10/02/2011, 10:14 PM   #70 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

looks good! How did you change the text colour on the dropdown menu?
bugdry is offline   Reply With Quote
Old 10/04/2011, 05:08 AM   #71 (permalink)
Member
 
Join Date: Oct 2011
Posts: 3
Likes Received: 1
Thanks: 1
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by bugdry View Post
looks good! How did you change the text colour on the dropdown menu?
/usr/palm/sysmgr/uiComponents/SystemMenu contains all the .qml files for the config of each menu component.

Just open with internalz (need to be in su/master mode) and adjust the font color settings - most are set to #fff. I set mine to #8f3 to get the green seen in the shots.

Some components have two states - colors need to be changes for both and some are selectable and will have a second color state indicated using slightly different syntax like -

"#fff " : "#aaa";
bisto is offline   Reply With Quote
Thanked By: decalex
Old 10/05/2011, 11:03 AM   #72 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

Do you now what colour palette is being used? Most colours use 6 units. For example 3e92e0.
bugdry is offline   Reply With Quote
Old 10/05/2011, 05:23 PM   #73 (permalink)
Member
 
Join Date: Oct 2011
Posts: 3
Likes Received: 1
Thanks: 1
Thanked 1 Time in 1 Post
Default

Triple hex is used in the .qml files for these menu items - others use the full 6 digit descriptors though.

So - #fff for these, but #ffffff in other config files
bisto is offline   Reply With Quote
Old 10/06/2011, 02:55 PM   #74 (permalink)
Member
 
hpalmpad's Avatar
 
Join Date: Sep 2011
Posts: 15
Likes Received: 1
Thanks: 3
Thanked 0 Times in 0 Posts
Default

can someone help or tell me the location of the touchpad lock, unlock an target background?
hpalmpad is offline   Reply With Quote
Old 10/12/2011, 07:25 AM   #75 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

Quote:
Originally Posted by bisto View Post
Triple hex is used in the .qml files for these menu items - others use the full 6 digit descriptors though.

So - #fff for these, but #ffffff in other config files
Do you know of a website iI can reference that lists the colours with the three digit codes?

Thanks

Found it!!

http://www.december.com/html/spec/color3hex1.html

Last edited by bugdry; 10/12/2011 at 11:12 AM. Reason: Answered my own question. haha
bugdry is offline   Reply With Quote
Old 10/12/2011, 12:19 PM   #76 (permalink)
Member
 
Join Date: Sep 2011
Posts: 29
Likes Received: 5
Thanks: 1
Thanked 8 Times in 4 Posts
Default

any idea how to change keyboard text color
fraincs is offline   Reply With Quote
Old 10/12/2011, 06:22 PM   #77 (permalink)
Member
 
bugdry's Avatar
 
Join Date: Aug 2011
Posts: 45
Likes Received: 4
Thanks: 8
Thanked 6 Times in 4 Posts
Default

Not yet, still hunting that down . Haha
bugdry is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0