Attempts to make Minds' dark theme a bit better, which can be toggled by clicking the extension icon.
This is a chrome based extension that will only work on chromium browsers (Chrome, Brave, etc.). I recommend using Brave.
It also could be a lot better. The main CSS file(s) will be pulled from this repo without you having to download them every time a change is made. If an update is pushed and you don't see a problem fixed you likely just have to close/open your browser. If that still doesn't work, you'll need to clear your browser cache and then relaunch.
To see steps on how to install Minds Darker manually, visit: https://github.com/DarkoPendragon/minds-darker/wiki/Basic-Manual-Install
As of v1.2 you can export your own saved settings and import them or others as well. Hitting the Export
button will copy your current settings to your clipboard, Import
will prompt you for that or a similiar string. Just remember that this will overwrite your current settings and you will not be able to get them back.
Here's an example theme you can import that uses less orange colors, called "Cool Blue" (updated for 1.2.1 changes):
{"activityhero":"#005580","activityherotext":"#005580","groupmsgborder":"#005580","headerbackground":"#005580","headerborder":"#005580","headercolor":"inherit","lightdark":"#191919","lightdarkinside":"#232121","lotusjumbo":"#1b1a20","lotuslightdarkinside":"#363354","lotuslinkb":"#878fff","lotusprimary":"#322f4e","pitchdark":"#000000","primebordercolor":"#333333","primeheader":"#005580","primelink":"#005580","state":"dark"}
Here's the same theme, but with an image background (gif) set instead of #000000 for the background:
The full line set for Background
is: center no-repeat fixed url(https://data.whicdn.com/images/284177941/original.gif)
{"activityhero":"#005580","activityherotext":"#005580","groupmsgborder":"#005580","headerbackground":"#005580","headerborder":"#005580","headercolor":"inherit","lightdark":"#191919","lightdarkinside":"#232121","lotusjumbo":"#1b1a20","lotuslightdarkinside":"#363354","lotuslinkb":"#878fff","lotusprimary":"#322f4e","pitchdark":"center no-repeat fixed url(https://data.whicdn.com/images/284177941/original.gif)","primebordercolor":"#333333","primeheader":"#005580","primelink":"#005580","state":"dark"}