View Single Post
Posts: 3 | Thanked: 0 times | Joined on Mar 2013
#366
Originally Posted by MK99 View Post
\meegotouch\music-suite\style\music-suite.css
There is some $COLOR_ACCENT6(if you using this theme), change those what ever you want. For example #FFFFFF (white).
Also some icon and image need to change.
I can't find $COLOR_ACCENT6 on that file, here is it:

http://pastie.org/private/z9loocym5gugocu5gpgua

I grepped the themes directory, and I found this:
Code:
/usr/share/themes $ busybox grep "COLOR_ACCENT6" * -r
base/meegotouch/messaging-ui/style/messaging-ui.css:    color: $COLOR_ACCENT6;
base/meegotouch/libmessagingwidgets0/style/libmessagingwidgets0.css:    color: $COLOR_ACCENT6;
base/meegotouch/libmessagingwidgets0/style/libmessagingwidgets0.css:    highlight-color: $COLOR_ACCENT6;
grep: blanco/meegotouch/locale/uk_UA: No such file or directory
grep: blanco/meegotouch/locale/uk: No such file or directory
blanco/meegotouch/proto/constants.ini:COLOR_ACCENT6 = #870CBA ; Conversations
blanco/meegotouch/constants.ini:COLOR_ACCENT6 = #09A7CC ; Conversations
Thank you.