Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created May 8, 2019 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratbeard/823a0609bdc3b69d28b6b2bc573b1861 to your computer and use it in GitHub Desktop.
Save ratbeard/823a0609bdc3b69d28b6b2bc573b1861 to your computer and use it in GitHub Desktop.
{
"logoUrl": "https://s3.amazonaws.com/playbook-us/public/images/scrimmage-logo-dark.svg",
"background": "purple linear-gradient(125deg, #194795, #0C2652)",
"textColor": "#232323",
"actionColor": "#0073FF",
"buttonBackground": "#0073FF",
"buttonColor": "#ffffff"
}
{
"logoUrl": "https://s3.amazonaws.com/playbook-us/public/images/scrimmage-logo-dark.svg",
"primaryBackgroundColor": "#fff",
"secondaryBackgroundColor": "#0073FF",
"primaryTextColor": "#232323",
"secondaryTextColor": "#0a0",
"primaryActionColor": "#0073FF",
"backgroundGradientTopColor": "#ffffff",
"backgroundGradientBottomColor": "#e8e8e8",
"backgroundPatternUrl": "",
"primaryFontUrl": "",
"secondaryFontUrl": "",
"buttonBackgroundColor": "#0073FF",
"buttonTextColor": "#ffffff"
}
@lancebecker
Copy link

Would change buttonColor => buttonTextColor just to be explicit like textColor above.

{
  "buttonTextColor": "#ffffff"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment