View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#42
I really like your Theme!
i made a small modification, in which i changed some colors and i changed the background images. I sometimes want to change the colors and backgrounds of my used theme.

It is easy to crop the images using imagemagick
#!/bin/bash
imageName=jolla-background-03.jpg

convert $imageName -crop 480x818+0+36 bg.png
convert $imageName -crop 480x36+0+0 Pstatus.png
convert $imageName meegotouch-desktop-bg.png

LimageName=meegotouch-desktop-bg-landscape.png

convert $LimageName -crop 854x444+0+36 bg-landscape.png
convert $LimageName -crop 854x36+0+0 Lstatus.png
I changes also a lot of colors in order to reduce all used to mainly three colors. I only want two text colors and a button background color,

I put a script which changes a lot of colors n the newest transparent theme 0.07. Just unzip the theme and run replace_colors.sh inside transparent directory.
The background images can be generated with crop_images.sh the 6 images should be copied into transparent/meegotouch/images/backgrounds/
Attached Files
File Type: zip change_theme.zip (327.8 KB, 167 views)
 

The Following 3 Users Say Thank You to HolgerN For This Useful Post: