KSL

Home » Snippets » KSL
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": "Primary",
                    "slug": "primary",
                    "color": "#42690c"
                },
                {
                    "name": "Accent",
                    "slug": "accent",
                    "color": "#cfa04c"
                },
                {
                    "name": "Base",
                    "slug": "base",
                    "color": "#f4f0e5"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#fff"
                },
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#000"
                }
            ]
        },
        "typography": {
            "customFontSize": true,
            "customLineHeight": true,
            "fontSizes": [
                {
                    "name": "Base",
                    "slug": "base",
                    "size": "clamp(18.5px, 0.31vw + 17.25px, 21px)"
                },
                {
                    "name": "sm",
                    "slug": "sm",
                    "size": "clamp(14.8px, 0.02vw + 14.7px, 15px)"
                },
                {
                    "name": "md",
                    "slug": "md",
                    "size": "clamp(23.13px, 0.78vw + 19.99px, 29.4px)"
                },
                {
                    "name": "lg",
                    "slug": "lg",
                    "size": "clamp(28.91px, 1.53vw + 22.78px, 41.16px)"
                },
                {
                    "name": "xl",
                    "slug": "xl",
                    "size": "clamp(36.13px, 2.69vw + 25.39px, 57.62px)"
                }
            ]
        },
        "spacing": [
            {
                "padding": true,
                "margin": true,
                "units": [
                    "px",
                    "em",
                    "rem",
                    "vh",
                    "vw"
                ]
            }
        ],
        "layout": {
            "contentSize": "840px",
            "wideSize": "1200px"
        }
    }
}
			

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