<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Default Theme export in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890968#M73405</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146877"&gt;@Andrei_Cusnir&lt;/a&gt;&amp;nbsp;, this is basically what I have done.&lt;/P&gt;
&lt;P&gt;I'll post the exact solution as soon as possible.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 13:01:41 GMT</pubDate>
    <dc:creator>AG-gugelbisolutions</dc:creator>
    <dc:date>2022-02-09T13:01:41Z</dc:date>
    <item>
      <title>Default Theme export</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890439#M73351</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;The alternative, I think, is building a new theme, perhaps using tools like SenseTheme.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890439#M73351</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-02-08T15:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Default Theme export</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890854#M73390</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;My recommendation would be to create a new custom theme by following the documentation&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; "Custom themes"&lt;/STRONG&gt;&lt;/SPAN&gt; [1]. However, if you would like to see how the default themes are built you can find them in the following directory:&lt;BR /&gt;
&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Qlik Sense:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;C:\Program Files\Qlik\Sense\Client\assets\external\sense-themes-default\horizon&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Qlik Sense Desktop:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;C:\Users\&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;&amp;lt;YOUR_USER_ID&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;\AppData\Local\Programs\Qlik\Sense\Client\assets\external\sense-themes-default\horizon&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;---&lt;/P&gt;

&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890854#M73390</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-02-09T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default Theme export</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890968#M73405</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146877"&gt;@Andrei_Cusnir&lt;/a&gt;&amp;nbsp;, this is basically what I have done.&lt;/P&gt;
&lt;P&gt;I'll post the exact solution as soon as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890968#M73405</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-02-09T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default Theme export</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890979#M73408</link>
      <description>&lt;P&gt;Here is the solution.&lt;/P&gt;
&lt;P&gt;First of all, there is no default theme export capability, so you basically start from scratch.&lt;/P&gt;
&lt;P&gt;Three files needed:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;horizon2.qext that describes the theme extension object&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;{
  "type": "theme",
  "name": "Horizon 2",
  "description": "New Horizon theme based on default",
  "version": "1.0.0"
}&lt;/LI-CODE&gt;
&lt;UL&gt;
&lt;LI&gt;theme.json
&lt;UL&gt;
&lt;LI&gt;I copied the one in&amp;nbsp;located in C:\Program Files\Qlik\Sense\Client\assets\external\sense-themes-default\horizon&lt;/LI&gt;
&lt;LI&gt;It can be modified paying attention to the meaning of the JSON attributes, that sometimes may be a bit misleading (essential reading &lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm)" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;I just added the&amp;nbsp;customStyles attribute to link the third file&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;"customStyles": [{
"cssRef": "theme.css"
}],&lt;/LI-CODE&gt;
&lt;UL&gt;
&lt;LI&gt;theme.css&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;this is the point where to add style directives that cannot be addressed by means of theme.json&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;.qvt-sheet {
    background: #e1dad5 !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1890979#M73408</guid>
      <dc:creator>AG-gugelbisolutions</dc:creator>
      <dc:date>2022-02-09T13:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Default Theme export</title>
      <link>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1990350#M81890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111148"&gt;@AG-gugelbisolutions&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Printing/exporting-overview.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Printing/exporting-overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind Regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 18:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Default-Theme-export/m-p/1990350#M81890</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2022-10-07T18:52:26Z</dc:date>
    </item>
  </channel>
</rss>

