Settings
Themes include a settings_schema.json file, which is a form that makes it easy for the user to customize the look-and-feel of the theme.
About settings_schema.json
[
{
"name": "Colors",
"settings": [
{
"type": "color",
"id": "color_borders",
"label": "Border colors",
"default": "#e5e5e5"
},
{
"type": "color",
"id": "color_body_text",
"label": "Body text",
"default": "#333333"
}
]
}
]Last updated