Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
gabriele_marron
Partner - Contributor II
Partner - Contributor II

Sense default theme: how to change it?

I am using Sense 3.2.1.

I have developed a custom Sense theme for my organization, as we have standard corporate colours. I did so by duplicating the following folder and customizing .json and .css files: C:\Program Files\Qlik\Sense\Client\themes\old\sense into another folder named "myorg".
The resulting theme, myorg, can be successfully used by appending "/theme/myorg" to any Sense URL.
However, I do not understand how to make it the environment default. I tried editing C:\Program Files\Qlik\Sense\Client\themes\default-themes.json referencing it, with no success.

Here is the content of the above mentioned default-themes.json file:

{

    "_description": "List of themes available in the sense client, specified as a value and label.",

    "default": [

        {

            "value": "myorg",

            "label": "Themes.Qlik.Myorg"

        },

        {

            "value": "sense",

            "label": "Themes.Qlik.Classic"

        },

        {

            "value": "card",

            "label": "Themes.Qlik.Standard"

        }

    ]

}

Has anyone been able to successfully change the default theme in Sense?

10 Replies
vbbi
Contributor II
Contributor II

Begin working with the site https://sensetheme.com
(tip from Qlik employee)

Use https://encycolorpedia.com for your own colors.

Download the theme file and place it in the appropriate Qlik server folder. !!As a zip file!!
Note: May not work for every browser type, I use Chrome!

Change your app to that theme.

 

Success.