A darker theme for qBittorrent WebUI (ispired by Cozzy's theme)
- Download one of these add-ons for your browser
- Use Alternative WebUI in qBittorrent
- Follow the instructions to use Alternate WebUI usage.
- Copy dark-qbittorrent-webui.css to
<new folder>/public/css
. - Edit
<new folder>/public/index.html
.
Add<link rel="stylesheet" type="text/css" href="css/dark-qbittorrent-webui.css?v=${VERSION}" \>
after the other CSS links in header. - Copy dark-qbittorrent-webui.css to
<new folder>/private/css
. - Edit
<new folder>/private/index.html
.
Add<link rel="stylesheet" type="text/css" href="css/dark-qbittorrent-webui.css?v=${VERSION}" \>
after the other CSS links in header.