Grotto

Home » Snippets » Grotto
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,
            "link": true,
            "palette": [
                {
                    "name": "Grotto Red",
                    "slug": "primary",
                    "color": "#ba2235"
                }
            ],
            "duotone": [
                {
                    "colors": [
                        "#000000",
                        "#000000"
                    ]
                }
            ],
            "gradients": [
                {
                    "gradient": "linear-gradient(135deg, #000000 0%, #000000 100%)"
                }
            ]
        },
        "typography": {
            "dropCaps": true,
            "fontFamilies": [
                {
                    "name": "Gotham",
                    "slug": "gotham",
                    "fontFamily": "Gotham, sans-serif"
                }
            ]
        },
        "spacing": [
            {
                "units": [
                    "px",
                    "em",
                    "rem",
                    "vh",
                    "vw"
                ]
            }
        ],
        "layout": {
            "contentSize": "840px",
            "wideSize": "1156px"
        }
    }
}
			

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