In node-webkit, how can I set the background color of the window while the page is loading? It seems to always be white, but I would either like it to be transparent, or (in my case) a shade of green.
I've tried setting transparent: true
in the window
option of package.json, but it doesn't seem to have any effect.