This commit is contained in:
@@ -153,8 +153,8 @@ return [
|
||||
'color_controls' => [
|
||||
'baseColor' => [
|
||||
'label' => 'Basisfarbe',
|
||||
'default' => '#e7ba9a',
|
||||
'samples' => ['#f4d2ba', '#e7ba9a', '#c98f69', '#8a5638'],
|
||||
'default' => '#ffffff',
|
||||
'samples' => ['#ffffff', '#f4d2ba', '#e7ba9a', '#c98f69', '#8a5638'],
|
||||
'allow_custom' => true,
|
||||
],
|
||||
'eyepatchColor' => [
|
||||
@@ -177,8 +177,8 @@ return [
|
||||
],
|
||||
'backgroundColor' => [
|
||||
'label' => 'Hintergrund',
|
||||
'default' => '#f2eadf',
|
||||
'samples' => ['#f2eadf', '#e6dccd', '#d9e8ef', '#efe0d0'],
|
||||
'default' => '',
|
||||
'samples' => [],
|
||||
'allow_custom' => true,
|
||||
],
|
||||
],
|
||||
@@ -194,10 +194,10 @@ return [
|
||||
'mustacheVariant' => '',
|
||||
],
|
||||
'colors' => [
|
||||
'baseColor' => '#e7ba9a',
|
||||
'baseColor' => '#ffffff',
|
||||
'topColor' => '#4f6ea8',
|
||||
'glassesColor' => '#283341',
|
||||
'backgroundColor' => '#f2eadf',
|
||||
'backgroundColor' => '',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user