diff --git a/app/SupportedApps/Nextcloud.php b/app/SupportedApps/Nextcloud.php index 99f4a93e..ac53d9e3 100644 --- a/app/SupportedApps/Nextcloud.php +++ b/app/SupportedApps/Nextcloud.php @@ -3,7 +3,7 @@ class Nextcloud implements Contracts\Applications { public function defaultColour() { - return '#2f83c6'; + return '#0e2c3e'; } public function icon() { diff --git a/app/SupportedApps/Plexpy.php b/app/SupportedApps/Plexpy.php index d6238b73..212c3dd1 100644 --- a/app/SupportedApps/Plexpy.php +++ b/app/SupportedApps/Plexpy.php @@ -3,7 +3,7 @@ class Plexpy implements Contracts\Applications { public function defaultColour() { - return '#e6b453'; + return '#2d2208'; } public function icon() {