@varsha11 thanks for details
{
"presets": {
"Aesthetic": {
"global": {
"color_scheme": "light",
"primary_color": "#ff6347", // Custom color
"secondary_color": "#32cd32"
},
"sections": {
"header": {
"background_color": "#f0f8ff" // Custom background color for header
},
"footer": {
"text_color": "#000000" // Custom text color for footer
}
}
},
"Minimal": {
"global": {
"color_scheme": "dark",
"primary_color": "#333333",
"secondary_color": "#ffffff"
},
"sections": {
"header": {
"background_color": "#000000"
},
"footer": {
"text_color": "#f0f0f0"
}
}
}
}
}