Browse Source

Change background colour for 2 added apps

pull/36/head
KodeStar 7 years ago
parent
commit
443e18e84f
  1. 2
      app/SupportedApps/Nextcloud.php
  2. 2
      app/SupportedApps/Plexpy.php

2
app/SupportedApps/Nextcloud.php

@ -3,7 +3,7 @@
class Nextcloud implements Contracts\Applications { class Nextcloud implements Contracts\Applications {
public function defaultColour() public function defaultColour()
{ {
return '#2f83c6'; return '#0e2c3e';
} }
public function icon() public function icon()
{ {

2
app/SupportedApps/Plexpy.php

@ -3,7 +3,7 @@
class Plexpy implements Contracts\Applications { class Plexpy implements Contracts\Applications {
public function defaultColour() public function defaultColour()
{ {
return '#e6b453'; return '#2d2208';
} }
public function icon() public function icon()
{ {

Loading…
Cancel
Save