Change background colour for 2 added apps
This commit is contained in:
parent
679313e58c
commit
443e18e84f
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
class Nextcloud implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#2f83c6';
|
||||
return '#0e2c3e';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class Plexpy implements Contracts\Applications {
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#e6b453';
|
||||
return '#2d2208';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue