[CYS] Update the neutral color palette to black and white (#43114)

* Update the neutral color palette to black and white.

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Patricia Hillebrandt 2023-12-27 09:30:08 -03:00 committed by GitHub
parent 589617a41d
commit de9322fb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View File

@ -7,6 +7,16 @@ export const COLOR_PALETTES = [
color: {
palette: {
theme: [
{
color: '#000000',
name: 'Primary',
slug: 'primary',
},
{
color: '#000000',
name: 'Secondary',
slug: 'secondary',
},
{
color: '#000000',
name: 'Foreground',
@ -18,17 +28,7 @@ export const COLOR_PALETTES = [
slug: 'background',
},
{
color: '#000000',
name: 'Primary',
slug: 'primary',
},
{
color: '#ffe2c7',
name: 'Secondary',
slug: 'secondary',
},
{
color: '#F6F6F6',
color: '#ffffff',
name: 'Tertiary',
slug: 'tertiary',
},

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Update the neutral color palette in the Customize your Store Pattern Assembler from Tsubaki colors to black and white.