|
@@ -3,18 +3,6 @@
|
|
"settings": {
|
|
"settings": {
|
|
"color": {
|
|
"color": {
|
|
"palette": [
|
|
"palette": [
|
|
- {
|
|
|
|
- "slug": "primary",
|
|
|
|
- "color": "#1a2530",
|
|
|
|
- "name": "Primary",
|
|
|
|
- "default": "#000000"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "slug": "secondary",
|
|
|
|
- "color": "#8d3f6e",
|
|
|
|
- "name": "Secondary",
|
|
|
|
- "default": "#8d3f6e"
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
"slug": "foreground",
|
|
"slug": "foreground",
|
|
"color": "#1a2530",
|
|
"color": "#1a2530",
|
|
@@ -27,6 +15,18 @@
|
|
"name": "Background",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
"default": "#ffffff"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "slug": "primary",
|
|
|
|
+ "color": "#8D3F6E",
|
|
|
|
+ "name": "Primary",
|
|
|
|
+ "default": "#8D3F6E"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "slug": "secondary",
|
|
|
|
+ "color": "#f4e7f0",
|
|
|
|
+ "name": "Secondary",
|
|
|
|
+ "default": "#f4e7f0"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"slug": "tertiary",
|
|
"slug": "tertiary",
|
|
"color": "#fbf6f9",
|
|
"color": "#fbf6f9",
|
|
@@ -38,7 +38,15 @@
|
|
"custom": {
|
|
"custom": {
|
|
"heading": {
|
|
"heading": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontWeight": 600
|
|
|
|
|
|
+ "fontWeight": 500
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "button": {
|
|
|
|
+ "hover": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--custom--color--background)",
|
|
|
|
+ "background": "var(--wp--custom--color--primary)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -165,7 +173,8 @@
|
|
},
|
|
},
|
|
"color": {
|
|
"color": {
|
|
"background": "var(--wp--custom--color--background)",
|
|
"background": "var(--wp--custom--color--background)",
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
|
|
|
+ "text": "var(--wp--custom--color--foreground)",
|
|
|
|
+ "link": "var(--wp--custom--color--foreground)"
|
|
},
|
|
},
|
|
"elements": {
|
|
"elements": {
|
|
"typography": {
|
|
"typography": {
|
|
@@ -175,4 +184,4 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|