CSS
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE.md
README.md
darkerr.css
hidden_searchbar.css
logo_animation.css

README.md

Darkerr Version userstyles.org installations GitHub stars GitHub issues GitHub license

A darker theme for Sonarr & Radarr

Darkerr

Menu

Installation

You do not use the default ports (8989 for Sonarr and 7878 for Radarr)? If so, just change the string in the settings, from:

((http(s?))://)?[-A-Za-z0-9+&@#/%?=~_|!:,.;]+(8989|7878|sonarr|radarr)+(.*)

to:

((http(s?))://)?[-A-Za-z0-9+&@#/%?=~_|!:,.;]+(your sonarr port|your radarr port|sonarr|radarr)+(.*)

(Note: for each update, this change must be done again)

  • Server-side installation (with nginx)

    • Add these lines to your Sonarr/Radarr location blocks in nginx.conf:
      proxy_set_header Accept-Encoding "";
      sub_filter
       '</head>'
       '<link rel="stylesheet" type="text/css" href="//rawgit.com/iFelix18/Darkerr/master/darkerr.css">
       </head>';
      sub_filter_once on;
      
      or with optional additional themes:
      proxy_set_header Accept-Encoding "";
      sub_filter
       '</head>'
       '<link rel="stylesheet" type="text/css" href="//rawgit.com/iFelix18/Darkerr/master/darkerr.css">
        <link rel="stylesheet" type="text/css" href="//rawgit.com/iFelix18/Darkerr/master/logo_animation.css">
        <link rel="stylesheet" type="text/css" href="//rawgit.com/iFelix18/Darkerr/master/hidden_searchbar.css">
       </head>';
      sub_filter_once on;
      
    • Restart nginx. Done!

Optional additional themes

  • Hide the searchbar

    searchbar

    Download here.

  • Animate the logo

    logo

    Download here.

Screenshot

Detailed view: detailed view

Overview list: overview list