Script for quickly changing the theme from dark to light

 From:  Michael Gibson
11307.2 In reply to 11307.1 
Hi Brian,

Set dark theme:
script: moi.ui.theme = "Dark";

Set light theme:
script: moi.ui.theme = "Default";

Open "Details..." dialog:
script: moi.ui.createDialog( 'ObjectPropertiesDialog.htm', 'resizeable,defaultWidth:700,defaultHeight:500' );

- Michael