diff --git a/app/SupportedApps/Unraid.php b/app/SupportedApps/Unraid.php index fe3ec3e2..375f32dc 100644 --- a/app/SupportedApps/Unraid.php +++ b/app/SupportedApps/Unraid.php @@ -3,7 +3,7 @@ class Unraid implements Contracts\Applications { public function defaultColour() { - return '#BF4C23'; + return '#A12624'; } public function icon() { diff --git a/storage/app/public/supportedapps/unraid3.png b/storage/app/public/supportedapps/unraid3.png new file mode 100644 index 00000000..fbf431ec Binary files /dev/null and b/storage/app/public/supportedapps/unraid3.png differ