This commit is contained in:
@@ -30,7 +30,7 @@ final class Croodles
|
||||
'mustacheVariant' => '',
|
||||
'noseVariant' => '',
|
||||
'topVariant' => '',
|
||||
'baseColor' => '',
|
||||
'baseColor' => '#ffffff',
|
||||
'eyepatchColor' => '',
|
||||
'glassesColor' => '',
|
||||
'topColor' => '',
|
||||
@@ -67,11 +67,11 @@ final class Croodles
|
||||
public static function colorDefinitions(): array
|
||||
{
|
||||
return [
|
||||
'baseColor' => ['label' => 'Basisfarbe', 'default' => '#e7ba9a'],
|
||||
'baseColor' => ['label' => 'Basisfarbe', 'default' => '#ffffff'],
|
||||
'eyepatchColor' => ['label' => 'Augenklappe', 'default' => '#283341'],
|
||||
'glassesColor' => ['label' => 'Brille', 'default' => '#283341'],
|
||||
'topColor' => ['label' => 'Top-Farbe', 'default' => '#4f6ea8'],
|
||||
'backgroundColor' => ['label' => 'Hintergrund', 'default' => '#f2eadf'],
|
||||
'backgroundColor' => ['label' => 'Hintergrund', 'default' => ''],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user