...
Alternatively, you can apply a Theme programmatically in your app using the following line of JavaScript code shown below. In this case it is used to apply the “SAP Quartz Light” (technical name sap_fiori_3
) theme:
sap.ui.getCore().applyTheme("sap_fiori_3");
...