SanCrypto.VN Clone Clone

Home » Snippets » SanCrypto.VN Clone Clone
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: Pham Sang

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,
            "customGradient": true,
            "link": true,
            "palette": [
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#1c1c1c"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#ffffff"
                }
            ]
        },
        "typography": {
            "customFontSize": true,
            "customLineHeight": true,
            "dropCaps": true,
            "fontSizes": [
                {
                    "name": "Small",
                    "slug": "small",
                    "size": "1.1rem"
                },
                {
                    "name": "Medium",
                    "slug": "medium",
                    "size": "1.5rem"
                },
                {
                    "name": "Large",
                    "slug": "large",
                    "size": "1.75rem"
                }
            ]
        },
        "spacing": [
            {
                "units": [
                    "px",
                    "em",
                    "rem",
                    "vh",
                    "vw"
                ]
            }
        ],
        "layout": {
            "contentSize": "1000px",
            "wideSize": "1280"
        }
    }
}
			

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