Skip to content

Instantly share code, notes, and snippets.

@ferreiro
Created March 3, 2020 20:55
Show Gist options
  • Save ferreiro/3da41de6d0e07e13efee123c513e3439 to your computer and use it in GitHub Desktop.
Save ferreiro/3da41de6d0e07e13efee123c513e3439 to your computer and use it in GitHub Desktop.
"colorPickers":{
"primaryColor": {
"label":"Primary Background Color",
"value":"#000"
},
"secondaryColor": {
"label":"Secondary Background Color",
"value":"red"
},
"accentColor": {
"label":"Accent Color",
"value":"blue"
}
},
"fontPickers":{
"headerFont": {
"label":"Header font",
"value":"arial"
},
"paragraphFont": {
"label":"Paragraph font",
"value":"comic sans"
},
},
"style":{
".studio-accent":{"color":"$accentColor"},
".studio-header":{"fontFamily":"$paragraphFont", "color":"$accentColor"},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment