Dark Mode Now Available (unofficial)
-
Source: https://github.com/freescout-helpdesk/freescout/issues/1069
Method 1
This requires two steps to get it to work if you follow the github page:
-
Upload & Activate the dark mode module that places a toggle in the top bar (/app/data/Modules/)
-
Add the CSS code to the stylesheet (folder path: Darkmode\Public\css\darkmode.css)
Method 2
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.
https://www.dropbox.com/s/r7hofncs26vsb0q/Darkmode.zip?dl=1
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.
-
-
@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.
-
@robi Thanks for the tip!
-
Here's my version of the CSS code. This is a full replacement to what's in darkmode.css (Darkmode\Public\css\darkmode.css).
https://paste.cloudron.io/osabijokan.css (rev. 2)
Here's a screenshot of it:
Edit: rev.2 - new tickets have highlighted background to make it easier to spot
-
You should see if they'd take a patch upstream for this! Nice work
-
@jimcavoli 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.