Skeltec

WPTurbo » Snippets » Skeltec
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: Simon Mongeau-Descôteaux

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": {
            "palette": [
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#000"
                },
                {
                    "name": "Dark gray",
                    "slug": "dark-gray",
                    "color": "#444"
                },
                {
                    "name": "Light gray",
                    "slug": "light-gray",
                    "color": "#e5e7eb"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#FFF"
                },
                {
                    "name": "Blue",
                    "slug": "blue",
                    "color": "#2b64b0"
                },
                {
                    "name": "Teal",
                    "slug": "teal",
                    "color": "#44bfb0"
                }
            ],
            "gradients": [
                {
                    "name": "Gray",
                    "slug": "gray",
                    "gradient": "linear-gradient(135deg, #FFF 0%, #e5e7eb 100%)"
                },
                {
                    "name": "Color",
                    "slug": "color",
                    "gradient": "linear-gradient(135deg, #2b64b0 0%, #44bfb0 100%)"
                }
            ]
        },
        "typography": {
            "defaultFontSizes": false,
            "fontSizes": [
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "0.9em"
                },
                {
                    "name": "Normal",
                    "slug": "normal",
                    "size": "1em"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "1.2em"
                },
                {
                    "name": "X-Large",
                    "slug": "x-large",
                    "size": "2em"
                }
            ],
            "fontFamilies": [
                {
                    "name": "Base",
                    "slug": "base",
                    "fontFamily": "sans-serif"
                },
                {
                    "name": "Title",
                    "slug": "title",
                    "fontFamily": "sans-serif"
                }
            ]
        },
        "spacing": {
            "defaultSpacingSizes": false,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingSizes": [
                {
                    "size-name": "",
                    "size-slug": "",
                    "size-size": ""
                }
            ]
        },
        "layout": {
            "contentSize": "960",
            "wideSize": "1300"
        }
    }
}
			

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