Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there, is there a way to export one of the default Qlik Sense themes, for example Horizon? The idea is to export it and then modify it, for example changing the default sheet background color.
The alternative, I think, is building a new theme, perhaps using tools like SenseTheme.
Thanks
Hello,
My recommendation would be to create a new custom theme by following the documentation "Custom themes" [1]. However, if you would like to see how the default themes are built you can find them in the following directory:
Qlik Sense:
C:\Program Files\Qlik\Sense\Client\assets\external\sense-themes-default\horizon
Qlik Sense Desktop:
C:\Users\<YOUR_USER_ID>\AppData\Local\Programs\Qlik\Sense\Client\assets\external\sense-themes-default\horizon
---
Here is the solution.
First of all, there is no default theme export capability, so you basically start from scratch.
Three files needed:
{
"type": "theme",
"name": "Horizon 2",
"description": "New Horizon theme based on default",
"version": "1.0.0"
}
"customStyles": [{
"cssRef": "theme.css"
}],
.qvt-sheet {
background: #e1dad5 !important;
}
Hope it helps.
Hello,
My recommendation would be to create a new custom theme by following the documentation "Custom themes" [1]. However, if you would like to see how the default themes are built you can find them in the following directory:
Qlik Sense:
C:\Program Files\Qlik\Sense\Client\assets\external\sense-themes-default\horizon
Qlik Sense Desktop:
C:\Users\<YOUR_USER_ID>\AppData\Local\Programs\Qlik\Sense\Client\assets\external\sense-themes-default\horizon
---
Thanks @Andrei_Cusnir , this is basically what I have done.
I'll post the exact solution as soon as possible.
Here is the solution.
First of all, there is no default theme export capability, so you basically start from scratch.
Three files needed:
{
"type": "theme",
"name": "Horizon 2",
"description": "New Horizon theme based on default",
"version": "1.0.0"
}
"customStyles": [{
"cssRef": "theme.css"
}],
.qvt-sheet {
background: #e1dad5 !important;
}
Hope it helps.
In addition to the provided information, keep in mind that we also have some limitations (impacting themes as well), the information can be found here:
Kind Regards.