You can set the background color theme in the preferences (File > Preferences > Style).
If you want to do it using JSL, you can write like this. Please beaware that changing a preference will affect the default behavior of JMP.
/* Light Backgroud | Dark Background | Gray Background */
Preferences( Interactive HTML Color( "Dark Background" ) );
Hope this helps.