Change SC theme

I have this code in onScriptInit in my form
It does not work
Anyone have any ideas? The theme is in the list of my project themes

sc_set_theme (‘Sc9_SweetCoral’);

Hi @lewis200, It’s working for me onScriptInit. Check the quotes.

BR

sc_set_theme(‘Sc9_SweetAmour’); in App and Script Init
Yes it was the quotes. Its the single ANGLED quotes, not the straight ones