Skip to main content
The theme_config object maps your global settings to visual layout controls (color pickers, font dropdowns) in the editor’s ā€œTheme Settingsā€ panel.
squeditor.json
"theme_config": {
    "accordions": [
        {
            "id": "global_colors",
            "label": "Global Colors",
            "default_open": true,
            "controls": [
                {
                    "id": "primary",
                    "label": "Primary Brand",
                    "type": "color",
                    "default": "#048676"
                }
            ]
        }
    ]
}