diff --git a/app/SupportedApps/Lidarr.php b/app/SupportedApps/Lidarr.php index 3e1c08a8..de694a1d 100644 --- a/app/SupportedApps/Lidarr.php +++ b/app/SupportedApps/Lidarr.php @@ -3,10 +3,10 @@ class Lidarr implements Contracts\Applications { public function defaultColour() { - return '#040'; + return '#183c18'; } public function icon() { return 'supportedapps/lidarr.png'; } -} \ No newline at end of file +}