From 5b9dcd829c5d220a947586536a5eb61f94c560c8 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Wed, 14 Feb 2018 17:05:36 +0000 Subject: [PATCH] Update Lidarr.php --- app/SupportedApps/Lidarr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}