View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#52
This working for me with busybox Power:
Code:
#!/bin/bash
#colors         
textcolor2=#A19E6A

cd /usr/share/themes/transparent/meegotouch
find . -type f -iname '*.css' -exec sed -i 's,#555555,#A19E6A,g' {} +
find . -type f -iname '*.ini' -exec sed -i 's,#555555,#A19E6A,g' {} +