Hi, I coded:
var listItems = "New::[fa-list],Edit::[fa-check],Delete::[fa-close]";
lstMenu2 = app.CreateList( listItems, drawerWidth, -1, "Menu,Expand" );
lstMenu2.SetTextColor( ColorTextColor );
The last line changes only the colors of the words, but not the Icons of Font-Awesome.
How to do that?