<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dark Mode Now Available (unofficial)]]></title><description><![CDATA[<p dir="auto">Source: <a href="https://github.com/freescout-helpdesk/freescout/issues/1069" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/freescout-helpdesk/freescout/issues/1069</a></p>
<p dir="auto"><strong>Method 1</strong></p>
<p dir="auto">This requires two steps to get it to work if you follow the github page:</p>
<ul>
<li>
<p dir="auto">Upload &amp; Activate the dark mode module that places a toggle in the top bar (/app/data/Modules/)</p>
</li>
<li>
<p dir="auto">Add the CSS code to the stylesheet (folder path: Darkmode\Public\css\darkmode.css)</p>
</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1615077818960-modules.png" alt="modules.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1615077845802-screenshot-2021-03-06-183642.png" alt="Screenshot 2021-03-06 183642.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"> </p>
<p dir="auto"><strong>Method 2</strong></p>
<p dir="auto">Alternatively, you can use the zip from the link below which includes the needed css code. All you need to do is upload it to the server as mentioned above and you're all set.</p>
<p dir="auto"><a href="https://www.dropbox.com/s/r7hofncs26vsb0q/Darkmode.zip?dl=1" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/s/r7hofncs26vsb0q/Darkmode.zip?dl=1</a></p>
<p dir="auto">P.S. The colors aren't that great looking. I'll share my version of the css code once I tweak it to my liking.</p>
]]></description><link>https://forum.cloudron.io/topic/4609/dark-mode-now-available-unofficial</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 12:04:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4609.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Mar 2021 00:58:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Sun, 27 Feb 2022 18:49:43 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty you only need one <code>;</code> per brace <code>{ }</code> pair.</p>
<p dir="auto">Use a CSS validator to help you.</p>
]]></description><link>https://forum.cloudron.io/post/44036</link><guid isPermaLink="true">https://forum.cloudron.io/post/44036</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 27 Feb 2022 18:49:43 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Sun, 27 Feb 2022 17:19:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> do you mind double checking the code real quick?</p>
<p dir="auto"><a href="https://paste.cloudron.io/xefizegehu.css" target="_blank" rel="noopener noreferrer nofollow ugc">https://paste.cloudron.io/xefizegehu.css</a></p>
<p dir="auto">Something is off with the code because it's breaking the darkmode when saved.</p>
<p dir="auto">What I've edited/added is:</p>
<pre><code>:root {
        --color-text: #d9d9d9;
        --color-dark: #394885;
        --color-darker: #303d71;
        --color-darkest: #232d53;
        --color-headers: #2196F3;
        --color-headers2: #4789cc;	
        --color7: #93a1af;
        --color-special1: #24a438;
        --color-special2: #b37100;		
}
</code></pre>
<p dir="auto">In notepad++ using the search and replace tool, I replaced "#d9d9d9" with "var(--color-text)", etc..     .... minus the quotations of course.</p>
<p dir="auto">Where did I go wrong?</p>
]]></description><link>https://forum.cloudron.io/post/44032</link><guid isPermaLink="true">https://forum.cloudron.io/post/44032</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Sun, 27 Feb 2022 17:19:42 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Thu, 24 Feb 2022 02:49:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> That looks super easy to implement, even for me!</p>
]]></description><link>https://forum.cloudron.io/post/43906</link><guid isPermaLink="true">https://forum.cloudron.io/post/43906</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 24 Feb 2022 02:49:56 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Thu, 24 Feb 2022 02:48:18 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty</p>
<p dir="auto">Quick search reveals:<br />
<a href="https://www.geeksforgeeks.org/css-variables/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.geeksforgeeks.org/css-variables/</a></p>
]]></description><link>https://forum.cloudron.io/post/43905</link><guid isPermaLink="true">https://forum.cloudron.io/post/43905</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 24 Feb 2022 02:48:18 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Thu, 24 Feb 2022 02:45:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I could work on that next time I fiddle with it. How can I use variables though?</p>
<p dir="auto">The colors palette consists of about 4-5 colors at most.</p>
]]></description><link>https://forum.cloudron.io/post/43903</link><guid isPermaLink="true">https://forum.cloudron.io/post/43903</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 24 Feb 2022 02:45:27 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Thu, 24 Feb 2022 02:40:48 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty hehe.</p>
<p dir="auto">It would be nice if CSS could set a global color variable at the top and then use offsets from that color everywhere in the code so there's only one place to change it for a different base color.</p>
]]></description><link>https://forum.cloudron.io/post/43901</link><guid isPermaLink="true">https://forum.cloudron.io/post/43901</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 24 Feb 2022 02:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Wed, 23 Feb 2022 05:44:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> maybe I should have chosen the colors on my other monitor and not on the 100% sRGB one <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=c34f2a691b3" class="not-responsive emoji emoji-android emoji--laughing" style="height:23px;width:auto;vertical-align:middle" title=":laughing:" alt="😆" /></p>
]]></description><link>https://forum.cloudron.io/post/43851</link><guid isPermaLink="true">https://forum.cloudron.io/post/43851</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Wed, 23 Feb 2022 05:44:17 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Wed, 23 Feb 2022 03:59:59 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty Nice, from here it looks more indigo <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f49c.png?v=c34f2a691b3" class="not-responsive emoji emoji-android emoji--purple_heart" style="height:23px;width:auto;vertical-align:middle" title=":purple_heart:" alt="💜" /></p>
]]></description><link>https://forum.cloudron.io/post/43849</link><guid isPermaLink="true">https://forum.cloudron.io/post/43849</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Wed, 23 Feb 2022 03:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Wed, 23 Feb 2022 13:51:38 GMT]]></title><description><![CDATA[<p dir="auto">I made a new purple theme (dracula inspired) if anyone is interested.</p>
<p dir="auto"><a href="https://paste.cloudron.io/jatanegogo.css" target="_blank" rel="noopener noreferrer nofollow ugc">https://paste.cloudron.io/jatanegogo.css</a></p>
<p dir="auto">In the notification area, I replaced the customer profile picture with a notification bell emoji. Please delete the last two lines in the css file if you don't want to have that replaced.</p>
<p dir="auto">For new comers coming across this, download the unofficial dark mode plugin and paste the code in there.</p>
<p dir="auto"><img src="/assets/uploads/files/1645581640182-172e53f6-5bbd-4536-8391-e14f069c33ac-image-resized.png" alt="172e53f6-5bbd-4536-8391-e14f069c33ac-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">edit: updated link - css fix</p>
]]></description><link>https://forum.cloudron.io/post/43847</link><guid isPermaLink="true">https://forum.cloudron.io/post/43847</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Wed, 23 Feb 2022 13:51:38 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Mon, 08 Mar 2021 16:35:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimcavoli" aria-label="Profile: jimcavoli">@<bdi>jimcavoli</bdi></a> This is already posted upstream on their github by another user. All I did was modify their CSS since I didn't like the color palette they used.</p>
]]></description><link>https://forum.cloudron.io/post/27345</link><guid isPermaLink="true">https://forum.cloudron.io/post/27345</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 08 Mar 2021 16:35:45 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Mon, 08 Mar 2021 15:16:31 GMT]]></title><description><![CDATA[<p dir="auto">You should see if they'd take a patch upstream for this! Nice work</p>
]]></description><link>https://forum.cloudron.io/post/27338</link><guid isPermaLink="true">https://forum.cloudron.io/post/27338</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Mon, 08 Mar 2021 15:16:31 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Sun, 07 Mar 2021 14:29:40 GMT]]></title><description><![CDATA[<p dir="auto">Here's my version of the CSS code. This is a full replacement to what's in darkmode.css (Darkmode\Public\css\darkmode.css).</p>
<p dir="auto"><a href="https://paste.cloudron.io/osabijokan.css" target="_blank" rel="noopener noreferrer nofollow ugc">https://paste.cloudron.io/osabijokan.css</a> (rev. 2)</p>
<p dir="auto">Here's a screenshot of it:</p>
<p dir="auto"><img src="/assets/uploads/files/1615087890035-screenshot-2021-03-06-213052.png" alt="Screenshot 2021-03-06 213052.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Edit: rev.2 -  new tickets have highlighted background to make it easier to spot</p>
]]></description><link>https://forum.cloudron.io/post/27250</link><guid isPermaLink="true">https://forum.cloudron.io/post/27250</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Sun, 07 Mar 2021 14:29:40 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Sun, 07 Mar 2021 03:25:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> Thanks for the tip!</p>
]]></description><link>https://forum.cloudron.io/post/27249</link><guid isPermaLink="true">https://forum.cloudron.io/post/27249</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Sun, 07 Mar 2021 03:25:13 GMT</pubDate></item><item><title><![CDATA[Reply to Dark Mode Now Available (unofficial) on Sun, 07 Mar 2021 02:30:06 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty if you adjust the link to the zip to end with a 1 instead of a 0, it will download w/o asking to sign in.</p>
]]></description><link>https://forum.cloudron.io/post/27244</link><guid isPermaLink="true">https://forum.cloudron.io/post/27244</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 07 Mar 2021 02:30:06 GMT</pubDate></item></channel></rss>