BBMF

WPTurbo » Snippets » BBMF
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": 3,
    "settings": {
        "appearanceTools": true,
        "color": {
            "custom": true,
            "link": true,
            "palette": [
                {
                    "name": "Dark Blue",
                    "slug": "dark-blue",
                    "color": "#124c5f"
                },
                {
                    "name": "Light Blue",
                    "slug": "light-blue",
                    "color": "#2dbae9"
                },
                {
                    "name": "Light Green",
                    "slug": "light-green",
                    "color": "#8fc54a"
                },
                {
                    "name": "Accent Yellow",
                    "slug": "accent-yellow",
                    "color": "#fabe46"
                },
                {
                    "name": "Gold",
                    "slug": "gold",
                    "color": "#ffbc15"
                },
                {
                    "name": "Base Grey",
                    "slug": "base-grey",
                    "color": "#b3b3b3"
                },
                {
                    "name": "Medium Grey",
                    "slug": "medium-grey",
                    "color": "#7d7d7d"
                },
                {
                    "name": "Black",
                    "slug": "black",
                    "color": "#000000"
                },
                {
                    "name": "White",
                    "slug": "white",
                    "color": "#ffffff"
                }
            ]
        },
        "typography": {
            "customFontSize": true,
            "defaultFontSizes": false,
            "customLineHeight": true,
            "dropCaps": true
        },
        "spacing": {
            "defaultSpacingSizes": false,
            "padding": true,
            "margin": true,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingSizes": [
                {
                    "size-name": null,
                    "size-slug": null,
                    "size-size": null
                }
            ]
        },
        "layout": {
            "contentSize": "840px",
            "wideSize": "1100px"
        }
    }
}
			

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