Skip to content

Instantly share code, notes, and snippets.

@mathumi
Created June 20, 2021 05:27
Dynamic brand theming
[
{
"id": "merchant1",
"brandColor": "#800080",
"secondaryColor": "#FFA500",
"bodyBackgroundColor": "#F2E6F2"
},
{
"id": "merchant2",
"brandColor": "#FF69B4",
"secondaryColor": "#808080",
"bodyBackgroundColor": "#FFF0F8"
},
{
"id": "merchant3",
"brandColor": "#FF0000",
"secondaryColor": "#4B0082",
"bodyBackgroundColor": "#FFE6E6"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment