Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (38 loc) · 3.08 KB

README.md

File metadata and controls

40 lines (38 loc) · 3.08 KB

Dark qBittorrent WebUI Version Install directly with Stylus userstyles.org installations GitHub stars GitHub issues GitHub license

A darker theme for qBittorrent WebUI (ispired by Cozzy's theme)

preview

Installation (one of two ways)

  1. Download one of these add-ons for your browser
  2. 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.