Hi, Thomas Seiler wrote: > >>EAPI void elm_theme_overlay_add(const char *item); >>EAPI void elm_theme_extension_add(const char *item); > >>I think these allow the application to add their own themes app dependent *.edj, >>either _before_ ELM_THEME (that would be elm_theme_overlay_add() ) >>or _after_ ELM_THEME (that would be elm_theme_extension_add() ) > Yup. That works. Thanks!
@Mirko : Well, here's what I did to get entry's back to black text. Added these line in the program:- const char *theme = "intone"; elm_theme_iverlay_add(theme); Cut out the entry group from the original elementary theme default.edj. Saved it as intone.edj in /home/root/.elementary/themes/intone.edj. And, its done. I get back black text for my entries. Simple - once you know how - and with people to show you the way! Thanks again Thomas! -- View this message in context: http://n2.nabble.com/Intone-%280.30---beta-release%29-Elementary-based-mplayer-frontend-tp2587826p2673661.html Sent from the Openmoko Community mailing list archive at Nabble.com. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

