Open LeandroSWR opened 1 year ago
Not the owner, but a major contributor to the repo:
At this point this project is over. It hasn't been touched in years and there is a much better, actively developed alternative called Theme Park: https://docs.theme-park.dev/themes/nzbget/
Also, NZBGet itself is dead and is no longer being developed: https://github.com/nzbget/nzbget
I know, that why it isn't a problem just changing the html it self cause no further updates will be coming, Didn't know about the alternative, cause when searching for a dark mode the first 5-6 links where about this repo, so I just went with it, but I don't use NGINX so I just trying to find a easier way to do it :)
Hi, Great work by the way, been using it for a bit and it looks great! This isn't really an issue, just thought you you add this to the read-me. You can easily use the dark mode by dropping the .css in "C:\Program Files\NZBGet\webui" and just editing the index.html on line 69.
From:
<link rel="stylesheet" type="text/css" href="combined.css?lib/bootstrap.css+style.css" />
To:<link rel="stylesheet" type="text/css" href="combined.css?lib/bootstrap.css+style.css+nzbget_custom_darkblue.css" />
I feel like this might be way easier for windows users.