WIN

Home » Snippets » WIN
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: David Smyth

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				{
    "$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
    "version": 2,
    "settings": {
        "appearanceTools": true,
        "color": {
            "custom": true,
            "palette": [
                {
                    "name": "Primary",
                    "slug": "primary",
                    "color": "#6a0508"
                }
            ],
            "duotone": [
                {
                    "colors": [
                        "#000000",
                        "#000000"
                    ]
                }
            ],
            "gradients": [
                {
                    "gradient": "linear-gradient(135deg, #000000 0%, #000000 100%)"
                }
            ]
        },
        "typography": {
            "customFontSize": true,
            "customLineHeight": true,
            "dropCaps": true,
            "fontFamilies": [
                {
                    "name": "Headers",
                    "slug": "headers",
                    "fontFamily": "\"Open Sans\", sans-serif"
                }
            ]
        },
        "spacing": [
            {
                "padding": true,
                "margin": true,
                "units": [
                    "px",
                    "em",
                    "rem",
                    "vh",
                    "vw"
                ]
            }
        ],
        "layout": {
            "contentSize": "840px",
            "wideSize": "1020px"
        }
    }
}
			

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