Stylez

WPTurbo » Snippets » Stylez
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: Lena Marthinsen

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "color": {
            "custom": true,
            "customGradient": true,
            "link": true,
            "palette": [
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#000000"
                },
                {
                    "name": "Dark grey",
                    "slug": "dark-grey",
                    "color": "#232525"
                },
                {
                    "name": "Light grey",
                    "slug": "light-grey",
                    "color": "#efefef"
                },
                {
                    "name": "Burgundy",
                    "slug": "burgundy",
                    "color": "#684551"
                },
                {
                    "name": "Pink",
                    "slug": "pink",
                    "color": "#e9e0e3"
                },
                {
                    "name": "Sage",
                    "slug": "sage",
                    "color": "#246a73"
                },
                {
                    "name": "Light sage",
                    "slug": "light-sage",
                    "color": "#e2efec"
                }
            ],
            "duotone": [
                {
                    "name": "Burgundy-Pink",
                    "slug": "burgundy-pink",
                    "colors": [
                        "#684551",
                        "#e9e0e3"
                    ]
                },
                {
                    "name": "Lightest sage-grey",
                    "slug": "lightest-sage-grey",
                    "colors": [
                        "#e2efec",
                        "#efefef"
                    ]
                },
                {
                    "name": "Lightest pink-grey",
                    "slug": "lightest-pink-grey",
                    "colors": [
                        "#e9e0e3",
                        "#efefef"
                    ]
                }
            ]
        },
        "typography": {
            "customFontSize": true,
            "defaultFontSizes": false,
            "customLineHeight": true,
            "dropCaps": true,
            "fontSizes": [
                {
                    "name": "H1",
                    "slug": "h1",
                    "size": "136"
                },
                {
                    "name": "H2",
                    "slug": "h2",
                    "size": "56"
                },
                {
                    "name": "H3",
                    "slug": "h3",
                    "size": "32"
                },
                {
                    "name": "H4",
                    "slug": "h4",
                    "size": "30"
                },
                {
                    "name": "H5",
                    "slug": "h5",
                    "size": "24"
                },
                {
                    "name": "Body",
                    "slug": "body",
                    "size": "16"
                },
                {
                    "name": "Footer",
                    "slug": "footer",
                    "size": "14"
                },
                {
                    "name": "Mini",
                    "slug": "mini",
                    "size": "12"
                }
            ],
            "fontFamilies": [
                {
                    "name": "Fahkwang",
                    "slug": "fahkwang",
                    "fontFamily": "sans-serif"
                },
                {
                    "name": "Montserrat",
                    "slug": "montserrat",
                    "fontFamily": "sans-serif"
                }
            ]
        },
        "spacing": {
            "defaultSpacingSizes": false,
            "padding": true,
            "margin": true,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingSizes": [
                {
                    "size-name": null,
                    "size-slug": null,
                    "size-size": null
                }
            ]
        },
        "layout": {
            "contentSize": "840px",
            "wideSize": "1100px"
        }
    }
}
			

Stylesheet

Register an account to save your snippets or go Pro to get more features.