Hi All,
How to change the font color for entry widget. I came across a tutorial which mentioned below method to change font style. But I couldn't find way to chane color.
const char *user_style = "DEFAULT='font=Sans:style=Regular font_size=60'";
elm_entry_text_style_user_push(server_entry, user_style);
What will be the key=value pair to assign font color to entry widget text?
Thank you.