Hi all,
I'm trying to use custom theme created on https://themedesigner.hanatrial.ondemand.com/ in my SAP Web IDE local installation.
I could export my custom theme for UI5 application as a ZIP file from Theme Designer and import it into new folder 'custom_themes' in my local SAP Web IDE project.
In file index.html a extended as following:
<script id="sap-ui-bootstrap"
src="resources/sap-ui-core.js"
data-sap-ui-libs="sap.m"
data-sap-ui-xx-bindingSyntax="complex"
data-sap-ui-theme-roots='{"custom_bluecrystal" : "/custom_themes"}'
data-sap-ui-theme='{"custom_bluecrystal"}'
data-sap-ui-resourceroots='{"com.test.ttc": "./"}'>
</script>
but without success.
Can anyone help how to use custom themes in local SAP Web IDE environment?
I use SAP Web IDE 1.4.4 und UI Theme Designer Beta 1.7.2.
Thanks for your help.
Kind regards
Libor