Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 623 Bytes

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;