<?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 Two themes, one dashboard? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1842189#M69730</link>
    <description>&lt;P&gt;Not sure where else to post, but simple question ( I hope )&amp;nbsp; -&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;Is this a theme / style we can use?&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I was looking through the latest releases from August 21&amp;nbsp; and noticed what appears to be a new , more subtle styling to elements.&lt;/P&gt;&lt;P&gt;What really caught my attention was that some chart elements appeared to blend seamlessly into the background, other elements had a bright background / subtle drop-shadow,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForgotMyOldUsername_0-1633437349160.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63403i0CD3D6FF542CDB82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ForgotMyOldUsername_0-1633437349160.png" alt="ForgotMyOldUsername_0-1633437349160.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;This really makes the page MUCH cleaner and much more modern that other themes.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The question is, can we use it in our own apps yet, or is this further down the line for user implementation?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 12:39:00 GMT</pubDate>
    <dc:creator>ForgotMyOldUsername</dc:creator>
    <dc:date>2021-10-05T12:39:00Z</dc:date>
    <item>
      <title>Two themes, one dashboard?</title>
      <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1842189#M69730</link>
      <description>&lt;P&gt;Not sure where else to post, but simple question ( I hope )&amp;nbsp; -&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;Is this a theme / style we can use?&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I was looking through the latest releases from August 21&amp;nbsp; and noticed what appears to be a new , more subtle styling to elements.&lt;/P&gt;&lt;P&gt;What really caught my attention was that some chart elements appeared to blend seamlessly into the background, other elements had a bright background / subtle drop-shadow,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForgotMyOldUsername_0-1633437349160.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63403i0CD3D6FF542CDB82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ForgotMyOldUsername_0-1633437349160.png" alt="ForgotMyOldUsername_0-1633437349160.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;This really makes the page MUCH cleaner and much more modern that other themes.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The question is, can we use it in our own apps yet, or is this further down the line for user implementation?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 12:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1842189#M69730</guid>
      <dc:creator>ForgotMyOldUsername</dc:creator>
      <dc:date>2021-10-05T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Two themes, one dashboard?</title>
      <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1880814#M72584</link>
      <description>&lt;P&gt;Has anyone figured this out? Is it just a case of removing all styles from table elements ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 16:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1880814#M72584</guid>
      <dc:creator>ForgotMyOldUsername</dc:creator>
      <dc:date>2022-01-13T16:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two themes, one dashboard?</title>
      <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1884453#M72851</link>
      <description>&lt;P&gt;This can be done by editing your theme.&lt;BR /&gt;this requires some .css know-how.&lt;BR /&gt;To make the your apps look seemless, just match the colir of the sheet background and the object backgronds.&lt;/P&gt;
&lt;P&gt;the sheet background can be edited in the &lt;STRONG&gt;theme.css&lt;/STRONG&gt; using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.qvt-sheet {background: #ffffff !important;}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;the object backgorund is defined in the&lt;STRONG&gt; theme.json&lt;/STRONG&gt; (in most themes it is defined in a variable block:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  "_variables": {
    "@TitleSize": "16px",
    "@SubtitleSize": "15px",
    "@TextSize": "12px",
    "@FooterSize": "10px",
    "@TitleColor": "#555555",
    "@SubtitleColor": "#555555",
    "@TextColor": "#555555",
    "@FooterColor": "#555555",
    "@BackgroundColor": "#ffffff",
    "@AxisMajorColor": "#dad7cc",
    "@AxisMinorColor": "#dad7cc"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope, this is helpfull for you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 12:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1884453#M72851</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T12:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Two themes, one dashboard?</title>
      <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1888723#M73217</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp; &amp;nbsp;-&amp;nbsp; yeah&amp;nbsp; I've been experimenting with themes a bit ( see another thread about doing&amp;nbsp; a dark theme&amp;nbsp; )&amp;nbsp; &amp;nbsp;-&amp;nbsp; I&amp;nbsp; guess the challenge is more that just the JSON / CSS , since it appears to be context sensitive.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I.E.&amp;nbsp; In themes, you can set 'title' colour etc,&amp;nbsp; but as far as I can see, you can't see title color for table specifically.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'd be really curious to see if Qlik publish the method through which this was done &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 14:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1888723#M73217</guid>
      <dc:creator>ForgotMyOldUsername</dc:creator>
      <dc:date>2022-02-03T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two themes, one dashboard?</title>
      <link>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1888734#M73218</link>
      <description>&lt;P&gt;Yeah unfortunatley it is quite unconfortable to build your own theme since some of the settings are done in the json and some in css. But in my experience you start best by donwload an existing theme (&lt;A href="https://sensetheme.com/gallery" target="_blank"&gt;https://sensetheme.com/gallery&lt;/A&gt;) that resembles your desired outcome and then start customizing this.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For Darkmode you may have a look on these extension: &lt;A href="https://developer.qlik.com/garden/5d371fc3356cb50019d90dc7" target="_blank" rel="noopener"&gt;https://developer.qlik.com/garden/5d371fc3356cb50019d90dc7&lt;/A&gt;&lt;BR /&gt;The .css from this extensions gave me much enlgihtment on which objects i need to customize.&lt;BR /&gt;&lt;BR /&gt;Any way there are some well written guides out there, like this one: &lt;A href="https://www.clearpeaks.com/qlik-sense-custom-themes/" target="_blank" rel="noopener"&gt;https://www.clearpeaks.com/qlik-sense-custom-themes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 14:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-themes-one-dashboard/m-p/1888734#M73218</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-03T14:47:26Z</dc:date>
    </item>
  </channel>
</rss>

