Update the color palette migrated from Tsubaki for the New - Neutral palette.
This commit is contained in:
parent
6d252400fb
commit
564f95d997
|
@ -1,5 +1,61 @@
|
||||||
// TODO: Fetch AI-picked color palettes from the backend API
|
// TODO: Fetch AI-picked color palettes from the backend API
|
||||||
export const COLOR_PALETTES = [
|
export const COLOR_PALETTES = [
|
||||||
|
{
|
||||||
|
title: 'New - Neutral',
|
||||||
|
version: 2,
|
||||||
|
settings: {
|
||||||
|
color: {
|
||||||
|
palette: {
|
||||||
|
theme: [
|
||||||
|
{
|
||||||
|
color: '#000000',
|
||||||
|
name: 'Foreground',
|
||||||
|
slug: 'foreground',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: '#ffffff',
|
||||||
|
name: 'Background',
|
||||||
|
slug: 'background',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: '#000000',
|
||||||
|
name: 'Primary',
|
||||||
|
slug: 'primary',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: '#ffe2c7',
|
||||||
|
name: 'Secondary',
|
||||||
|
slug: 'secondary',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: '#F6F6F6',
|
||||||
|
name: 'Tertiary',
|
||||||
|
slug: 'tertiary',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
styles: {
|
||||||
|
color: {
|
||||||
|
background: 'var(--wp--preset--color--background)',
|
||||||
|
text: 'var(--wp--preset--color--foreground)',
|
||||||
|
},
|
||||||
|
elements: {
|
||||||
|
button: {
|
||||||
|
color: {
|
||||||
|
background: 'var(--wp--preset--color--primary)',
|
||||||
|
text: 'var(--wp--preset--color--background)',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
link: {
|
||||||
|
color: {
|
||||||
|
text: 'var(--wp--preset--color--foreground)',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Ancient Bronze',
|
title: 'Ancient Bronze',
|
||||||
version: 2,
|
version: 2,
|
||||||
|
@ -1068,62 +1124,6 @@ export const COLOR_PALETTES = [
|
||||||
},
|
},
|
||||||
wpcom_category: 'Dark',
|
wpcom_category: 'Dark',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'New - Neutral',
|
|
||||||
version: 2,
|
|
||||||
settings: {
|
|
||||||
color: {
|
|
||||||
palette: {
|
|
||||||
theme: [
|
|
||||||
{
|
|
||||||
color: '#164A41',
|
|
||||||
name: 'Primary',
|
|
||||||
slug: 'primary',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: '#4B7B4D',
|
|
||||||
name: 'Secondary',
|
|
||||||
slug: 'secondary',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: '#164A41',
|
|
||||||
name: 'Foreground',
|
|
||||||
slug: 'foreground',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: '#ffffff',
|
|
||||||
name: 'Background',
|
|
||||||
slug: 'background',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: '#CEEAC4',
|
|
||||||
name: 'Tertiary',
|
|
||||||
slug: 'tertiary',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
styles: {
|
|
||||||
color: {
|
|
||||||
background: 'var(--wp--preset--color--background)',
|
|
||||||
text: 'var(--wp--preset--color--foreground)',
|
|
||||||
},
|
|
||||||
elements: {
|
|
||||||
button: {
|
|
||||||
color: {
|
|
||||||
background: 'var(--wp--preset--color--primary)',
|
|
||||||
text: 'var(--wp--preset--color--background)',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
link: {
|
|
||||||
color: {
|
|
||||||
text: 'var(--wp--preset--color--foreground)',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Blueberry Sorbet',
|
title: 'Blueberry Sorbet',
|
||||||
version: 2,
|
version: 2,
|
||||||
|
|
Loading…
Reference in New Issue