Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History
116 lines (95 loc) · 4.23 KB

README.md

File metadata and controls

116 lines (95 loc) · 4.23 KB

Darkerr v2 Version GitHub stars GitHub issues GitHub license

A darker theme for Sonarr v2 & Radarr v0

UNMAINTAINED VERSION!!!
Please, update to Sonarr v3 and to Radarr v1 and use Darkerr v3

Preview

Menu

Installation

  • Server-side installation

    • 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="//raw.githack.com/iFelix18/Darkerr/master/v2/darkerr.css">
         </head>';
      sub_filter_once on;
    • Restart nginx.
    • Done! From now on it will automatically update.
  • Browser-side installation

    • Download this add-on for your browser
    • Go userstyles.org, and click on "Install Style" button.
    • Done! From now on it will automatically update.

Optional additional themes

Show
  • Hide the searchbar

    searchbar

    Install it on server-side, by adding these line to your Sonarr/Radarr location blocks in nginx.conf:

    proxy_set_header Accept-Encoding "";
      sub_filter
        '</head>'
        '<link rel="stylesheet" type="text/css" href="https://raw.githack.com/iFelix18/Darkerr/master/v2/darkerr.css">
    +    <link rel="stylesheet" type="text/css" href="https://raw.githack.com/iFelix18/Darkerr/master/v2/logo_animation.css">
         </head>';
      sub_filter_once on;

    Or browser-side with Stylus by going here.

  • Animate the logo

    logo

    Install it on server-side, by adding these line to your Sonarr/Radarr location blocks in nginx.conf:

    proxy_set_header Accept-Encoding "";
      sub_filter
        '</head>'
        '<link rel="stylesheet" type="text/css" href="https://raw.githack.com/iFelix18/Darkerr/master/v2/darkerr.css">
    +    <link rel="stylesheet" type="text/css" href="https://raw.githack.com/iFelix18/Darkerr/master/v2/hidden_searchbar.css">
         </head>';
      sub_filter_once on;

    Or browser-side with Stylus by going here.

Screenshots

Show

Detailed view Overview list