Created
May 8, 2019 16:19
-
-
Save ratbeard/823a0609bdc3b69d28b6b2bc573b1861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would change
buttonColor
=>buttonTextColor
just to be explicit liketextColor
above.