/Deluge-Dark

A dark skin for Deluge WebUI to use with Organizr

Primary LanguageCSSMIT LicenseMIT

Deluge-Dark

This is a dark skin for the Deluge WebUI to use with Organizr

Dark Theme for Deluge

Installation

Deluge requires a subfilter to use. All you have to do is include the following into your reverse proxy block for Deluge.

proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://halianelf.github.io/Deluge-Dark/deluge.css">
</head>';
sub_filter_once on;