This is a dark skin for the Deluge WebUI to use with Organizr
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;