According to the official tutorial on creating color schemes s:Application has a style property named 'selectionColor':
But according to the ActionScript reference it doesn't:
Is this a bug? How do I set the selection color globally?
hi
you can set global styles in css which should work ok:
global
{
selection-color: #00FF00;
}