|
@@ -0,0 +1,187 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "defaults": {
|
|
|
+ "color": {
|
|
|
+ "gradients": [ ],
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "slug": "primary",
|
|
|
+ "color": "#000000",
|
|
|
+ "name": "Primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "secondary",
|
|
|
+ "color": "#1a1a1a",
|
|
|
+ "name": "Secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "background",
|
|
|
+ "color": "#FFFFFF",
|
|
|
+ "name": "Background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "foreground",
|
|
|
+ "color": "#010101",
|
|
|
+ "name": "Foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "foreground-light",
|
|
|
+ "color": "#666666",
|
|
|
+ "name": "Foreground Light"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "foreground-dark",
|
|
|
+ "color": "#333333",
|
|
|
+ "name": "Foreground Dark"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "customFontSize": true,
|
|
|
+ "customLineHeight": true,
|
|
|
+ "fontSizes": [
|
|
|
+ {
|
|
|
+ "name": "Small",
|
|
|
+ "size": "16.6px",
|
|
|
+ "slug": "small"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Normal",
|
|
|
+ "size": "20px",
|
|
|
+ "slug": "normal"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Large",
|
|
|
+ "size": "28.8px",
|
|
|
+ "slug": "large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Huge",
|
|
|
+ "size": "34.56px",
|
|
|
+ "slug": "huge"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "\"Poppins\", sans-serif",
|
|
|
+ "slug": "poppins",
|
|
|
+ "name": "Poppins"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
+ "slug": "system-font",
|
|
|
+ "name": "System Font"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
|
|
|
+ "slug": "helvetica-arial"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
|
|
|
+ "slug": "geneva-verdana"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Cambria, Georgia, serif",
|
|
|
+ "slug": "cambria-georgia"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
|
|
+ "slug": "hoefler-times-new-roman"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "customPadding": true,
|
|
|
+ "units": [ "px", "em", "rem", "vh", "vw" ]
|
|
|
+ },
|
|
|
+ "custom": {
|
|
|
+ "line-height": {
|
|
|
+ "body": 1.6,
|
|
|
+ "headings": 1.125
|
|
|
+ },
|
|
|
+ "margin": {
|
|
|
+ "horizontal": "32px"
|
|
|
+ },
|
|
|
+ "width": {
|
|
|
+ "default": "750px",
|
|
|
+ "wide": "1022px"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "root": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)",
|
|
|
+ "link": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--poppins)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "41.47px",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "24px",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading/h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title/h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground-light)",
|
|
|
+ "link": "var(--wp--preset--color--foreground-light)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|