theme.park/dbb-css/deluge/Deluge-Dark/README.md
deathbybandaid f040645b32 Deluge-Dark
2021-11-30 13:01:03 -05:00

623 B

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;