sync db theme changes to local
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-10 18:53:59 +05:00
parent db78ac726c
commit fb6685ff05
5 changed files with 253 additions and 255 deletions

View File

@ -1,77 +1,83 @@
{
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.0/theme.json",
"customTemplates": [
{
"name": "about",
"title": "About page",
"postTypes": [
"page"
]
],
"title": "About page"
},
{
"name": "services",
"title": "Services page",
"postTypes": [
"page"
]
],
"title": "Services page"
},
{
"name": "our-work",
"title": "Our Work page",
"postTypes": [
"page"
]
],
"title": "Our Work page"
},
{
"name": "blog",
"title": "Blog page",
"postTypes": [
"page"
]
],
"title": "Blog page"
},
{
"name": "full-bleed",
"postTypes": [
"page",
"post"
],
"title": "Full bleed"
}
],
"settings": {
"appearanceTools": true,
"color": {
"defaultPalette": false,
"defaultGradients": false,
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"slug": "background",
"color": "#F5FBF8",
"name": "Background"
"name": "Background",
"slug": "background"
},
{
"slug": "primary",
"color": "#dc3e9d",
"name": "Primary"
"name": "Primary",
"slug": "primary"
},
{
"slug": "secondary",
"color": "#0FB45D",
"name": "Secondary"
"name": "Secondary",
"slug": "secondary"
},
{
"slug": "button",
"color": "#FF7613",
"name": "Button color"
"name": "Button color",
"slug": "button"
},
{
"slug": "primary-light",
"color": "#e89cca",
"name": "Primary light"
"name": "Primary light",
"slug": "primary-light"
},
{
"slug": "contrast-text",
"color": "#FFF",
"name": "Contrast text"
"name": "Contrast text",
"slug": "contrast-text"
},
{
"slug": "orange",
"color": "#FF7613",
"name": "Orange"
"name": "Orange",
"slug": "orange"
}
]
},
@ -80,20 +86,25 @@
"wideSize": "1226px"
},
"spacing": {
"units": [ "px", "em", "rem", "vh", "vw", "%" ]
"units": [
"px",
"em",
"rem",
"vh",
"vw",
"%"
]
},
"typography": {
"defaultFontSizes": false,
"dropCap": true,
"fontFamilies": [
{
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"name": "System (Roboto, Segoe UI, Ubuntu)",
"slug": "system",
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
"slug": "system"
},
{
"name": "Inter",
"slug": "inter",
"fontFamily": "Inter, sans-serif",
"fontFace": [
{
"fontFamily": "Inter",
@ -143,7 +154,10 @@
"file:./assets/fonts/InterVariable-Italic.woff2"
]
}
]
],
"fontFamily": "Inter, sans-serif",
"name": "Inter",
"slug": "inter"
},
{
"fontFace": [
@ -167,8 +181,8 @@
}
],
"fontFamily": "Karmilla",
"slug": "karmilla",
"name": "Karmilla"
"name": "Karmilla",
"slug": "karmilla"
},
{
"fontFace": [
@ -180,8 +194,8 @@
]
}
],
"name": "Darker Grotesque",
"fontFamily": "'Darker Grotesque', sans-serif",
"name": "Darker Grotesque",
"slug": "darkergrotesque"
},
{
@ -195,35 +209,27 @@
]
}
],
"name": "FT88",
"fontFamily": "FT88, serif",
"name": "FT88",
"slug": "ft88"
}
],
"fontSizes": [
{
"name": "Small",
"slug": "small",
"size": "15px"
"size": "15px",
"slug": "small"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)",
"fontSize": "24px"
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--primary)"
},
"blocks": {
"core/button": {
"border": {
"radius": "0px"
}
},
"core/button": {
"border": {
"radius": "0px"
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--darkergrotesque)",
@ -233,44 +239,54 @@
"textTransform": "uppercase"
}
}
},
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"h1": {
"typography": {
"fontSize": "36px",
"fontWeight": "700",
"lineHeight": "0.9"
}
},
"h2": {
"typography": {
"fontSize": "16px",
"textTransform": "uppercase"
},
"h1": {
"typography": {
"fontSize": "36px",
"fontWeight": "700",
"lineHeight": "0.9"
}
},
"h2": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"fontSize": "16px",
"textTransform": "uppercase"
}
},
},
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)",
"fontSize": "24px"
}
},
"templateParts": [
{
"name": "nav-menu",
"title": "Navigation"
},
{
"name": "footer",
"title": "Footer",
"area": "footer"
},
{
"name": "useful-links",
"title": "Useful links"
}
]
}
{
"name": "nav-menu",
"title": "Navigation"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
},
{
"name": "useful-links",
"title": "Useful links"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}