first
This commit is contained in:
146
wp-content/themes/twentytwentytwo/styles/blue.json
Normal file
146
wp-content/themes/twentytwentytwo/styles/blue.json
Normal file
@ -0,0 +1,146 @@
|
||||
{
|
||||
"version": 2,
|
||||
"title": "Blue",
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "foreground",
|
||||
"color": "#FCF5ED",
|
||||
"name": "Foreground"
|
||||
},
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#3F67C6",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#FFFFFF",
|
||||
"name": "Primary"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#3556A5",
|
||||
"name": "Secondary"
|
||||
},
|
||||
{
|
||||
"slug": "tertiary",
|
||||
"color": "#374C80",
|
||||
"name": "Tertiary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"spacing": {
|
||||
"small": "max(1rem, 4vw)",
|
||||
"medium": "clamp(1rem, 8vw, calc(2 * var(--wp--style--block-gap)))",
|
||||
"large": "clamp(2rem, 10vw, 6rem)",
|
||||
"outer": "var(--wp--custom--spacing--small, 1rem)"
|
||||
},
|
||||
"typography": {
|
||||
"font-size": {
|
||||
"huge": "clamp(2rem, 4vw, 2.25rem)",
|
||||
"gigantic": "clamp(2.25rem, 6vw, 2.75rem)",
|
||||
"colossal": "clamp(2.75rem, 10vw, 5rem)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "660px",
|
||||
"wideSize": "1220px"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"DM Sans\", sans-serif",
|
||||
"name": "DM Sans",
|
||||
"slug": "dm-sans",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "DM Sans",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"src": [ "file:./assets/fonts/dm-sans/DMSans-Regular.ttf" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "DM Sans",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"src": [ "file:./assets/fonts/dm-sans/DMSans-Italic.ttf" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "DM Sans",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"src": [ "file:./assets/fonts/dm-sans/DMSans-Bold.ttf" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "DM Sans",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"src": [ "file:./assets/fonts/dm-sans/DMSans-BoldItalic.ttf" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontSize": "var(--wp--custom--typography--font-size--colossal)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontStyle":"normal"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
|
||||
}
|
||||
}
|
||||
}
|
215
wp-content/themes/twentytwentytwo/styles/pink.json
Normal file
215
wp-content/themes/twentytwentytwo/styles/pink.json
Normal file
@ -0,0 +1,215 @@
|
||||
{
|
||||
"version": 2,
|
||||
"title": "Pink",
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "foreground",
|
||||
"color": "#CA2315",
|
||||
"name": "Foreground"
|
||||
},
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#FFF6F6",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#000000",
|
||||
"name": "Primary"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#FFFFFF",
|
||||
"name": "Secondary"
|
||||
},
|
||||
{
|
||||
"slug": "tertiary",
|
||||
"color": "#F5F5F5",
|
||||
"name": "Tertiary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"spacing": {
|
||||
"small": "max(0.75rem, 4vw)",
|
||||
"medium": "clamp(1.75rem, 6vw, calc(1.5 * var(--wp--style--block-gap)))",
|
||||
"large": "clamp(3rem, 8vw, 5rem)",
|
||||
"outer": "var(--wp--custom--spacing--small, 0.75rem)"
|
||||
},
|
||||
"typography": {
|
||||
"font-size": {
|
||||
"huge": "clamp(2rem, 4vw, 2.25rem)",
|
||||
"gigantic": "clamp(2.25rem, 6vw, 2.75rem)",
|
||||
"colossal": "clamp(2.75rem, 8vw, 3.25rem)"
|
||||
}
|
||||
},
|
||||
"line-height": {
|
||||
"normal": 1.7
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"IBM Plex Sans\", sans-serif",
|
||||
"name": "IBM Plex Sans",
|
||||
"slug": "ibm-plex-sans",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "IBM Plex Sans",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-Light.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Sans",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Sans",
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "normal",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Sans",
|
||||
"fontWeight": "200",
|
||||
"fontStyle": "italic",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "\"IBM Plex Mono\", monospace",
|
||||
"name": "IBM Plex Mono",
|
||||
"slug": "ibm-plex-mono",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "IBM Plex Mono",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "normal",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-Text.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Mono",
|
||||
"fontWeight": "400",
|
||||
"fontStyle": "italic",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Mono",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "normal",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2" ]
|
||||
},
|
||||
{
|
||||
"fontFamily": "IBM Plex Mono",
|
||||
"fontWeight": "700",
|
||||
"fontStyle": "italic",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-BoldItalic.woff2" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"size": "0.875rem",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"size": "1rem",
|
||||
"slug": "medium"
|
||||
},
|
||||
{
|
||||
"size": "1.25rem",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"size": "clamp(1.5rem, 3vw, 2rem)",
|
||||
"slug": "x-large"
|
||||
}
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "600px",
|
||||
"wideSize": "780px"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontStyle": "normal",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"core/query-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "200"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": "2rem"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)"
|
||||
}
|
||||
}
|
||||
}
|
167
wp-content/themes/twentytwentytwo/styles/swiss.json
Normal file
167
wp-content/themes/twentytwentytwo/styles/swiss.json
Normal file
@ -0,0 +1,167 @@
|
||||
{
|
||||
"version": 2,
|
||||
"title": "Swiss",
|
||||
"settings": {
|
||||
"color": {
|
||||
"duotone": [
|
||||
{
|
||||
"colors": [
|
||||
"#000000",
|
||||
"#FFFFFF"
|
||||
],
|
||||
"slug": "default-filter",
|
||||
"name": "Default filter"
|
||||
}
|
||||
],
|
||||
"palette": [
|
||||
{
|
||||
"slug": "foreground",
|
||||
"color": "#FFFFFF",
|
||||
"name": "Foreground"
|
||||
},
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#1A1A1A",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "primary",
|
||||
"color": "#FF7179",
|
||||
"name": "Primary"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#F4F4F2",
|
||||
"name": "Secondary"
|
||||
},
|
||||
{
|
||||
"slug": "tertiary",
|
||||
"color": "#0000000",
|
||||
"name": "Tertiary"
|
||||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"spacing": {
|
||||
"small": "max(1.25rem, 5vw)",
|
||||
"medium": "clamp(1.75rem, 6vw, calc(3 * var(--wp--style--block-gap)))",
|
||||
"large": "clamp(3.5rem, 8vw, 6rem)",
|
||||
"outer": "var(--wp--custom--spacing--small, 1.25rem)"
|
||||
},
|
||||
"typography": {
|
||||
"font-size": {
|
||||
"colossal": "clamp(3.5rem, 8vw, 5rem)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"Inter\", sans-serif",
|
||||
"name": "Inter",
|
||||
"slug": "inter",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Inter",
|
||||
"fontWeight": "200 900",
|
||||
"fontStretch": "normal",
|
||||
"src": [ "file:./assets/fonts/inter/Inter.ttf" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/cover": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default-filter)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default-filter)"
|
||||
}
|
||||
},
|
||||
"core/post-author": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default-filter)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default-filter)"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"core/query-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default-filter)"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontWeight": "700",
|
||||
"fontStyle":"normal"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user