IFPFCF

WPTurbo » Snippets » IFPFCF
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: Oficina WP

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": "IFP Yellow",
                    "slug": "ifp-yellow",
                    "color": "#F5DB20"
                },
                {
                    "name": "IFP Magenta",
                    "slug": "ifp-magenta",
                    "color": "#E63994"
                },
                {
                    "name": "IFP Light Magenta",
                    "slug": "ifp-light-magenta",
                    "color": "#F2C9DF"
                },
                {
                    "name": "IFP Red",
                    "slug": "ifp-red",
                    "color": "#EB2229"
                },
                {
                    "name": "IFP Blue",
                    "slug": "ifp-blue",
                    "color": "#2D398D"
                },
                {
                    "name": "IFP Black",
                    "slug": "ifp-black",
                    "color": "#231f1f"
                },
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#000000"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#ffffff"
                }
            ]
        },
        "typography": {
            "defaultFontSizes": false
        },
        "spacing": {
            "defaultSpacingSizes": false,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingSizes": [
                {
                    "size-name": "",
                    "size-slug": "",
                    "size-size": ""
                }
            ]
        },
        "layout": {
            "contentSize": "840px",
            "wideSize": "1100px"
        }
    }
}
			

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