Using ScriptUI I'm defining a new brush color to match the Illustrator UI theme color for example with
myColor = w.graphics.newPen(w.graphics.PenType.THEME_COLOR, "appDialogBackground",1);
What prefined ones exist other then "appDialogBackground"? In particular I am interested in using the one that is orange in dark UI and blue on light UI, used on focus rings for example
Any clues? Anybody from Adobe even know?