<?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: Theme settings from existing report in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1829559#M68372</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147397"&gt;@Ethel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can't use a QVF as a theme, but you can create a custom theme:&lt;/P&gt;
&lt;P&gt;Getting started building custom themes&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-getting-started.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-getting-started.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 20:05:25 GMT</pubDate>
    <dc:creator>NadiaB</dc:creator>
    <dc:date>2021-08-18T20:05:25Z</dc:date>
    <item>
      <title>Theme settings from existing report</title>
      <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1828095#M68196</link>
      <description>&lt;P&gt;We have a Qlik Sense report with a very good design. Is it possible to use this report as a "theme"? Automatically save all fonts, colors, alignments, logos&amp;nbsp; etc. to apply the same settings to all other reports?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 19:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1828095#M68196</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-11T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Theme settings from existing report</title>
      <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1829559#M68372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147397"&gt;@Ethel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can't use a QVF as a theme, but you can create a custom theme:&lt;/P&gt;
&lt;P&gt;Getting started building custom themes&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-getting-started.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-getting-started.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 20:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1829559#M68372</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-08-18T20:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Theme settings from existing report</title>
      <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1829561#M68373</link>
      <description>&lt;P&gt;Thank you very much! I'm trying to modify&amp;nbsp; horizon theme instead of creating new theme from scratch. I was able to find horizon json file, but I cannot find css file. Does it exist?&amp;nbsp; I need it because I need to set up a predefined color and insert logo into a "bar"(line, header) at the top of the page (it says "My new sheet") . Could you please help me to set a color and a logo in this top bar. Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 20:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1829561#M68373</guid>
      <dc:creator>Ethel</dc:creator>
      <dc:date>2021-08-18T20:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Theme settings from existing report</title>
      <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1830279#M68424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147397"&gt;@Ethel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Json file has the layout definitions, if you go the menu "Custom Theme JSON properties" it explains how it works, it also has an Example(the right menu shows the option)&lt;/P&gt;
&lt;P&gt;Section "Full example of theme.json"&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm#anchor-5" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm#anchor-5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That example shows how to make reference to .css file (custom_styles)&lt;/P&gt;
&lt;P&gt;"customStyles": [&lt;BR /&gt;{&lt;BR /&gt;"cssRef": "theme.css",&lt;BR /&gt;"classRef": "my-theme"&lt;BR /&gt;}&lt;BR /&gt;],&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 20:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1830279#M68424</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-08-20T20:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Theme settings from existing report</title>
      <link>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1830660#M68457</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 01:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Theme-settings-from-existing-report/m-p/1830660#M68457</guid>
      <dc:creator>David_Reddaway</dc:creator>
      <dc:date>2021-08-24T01:01:50Z</dc:date>
    </item>
  </channel>
</rss>

