Skip to content

Instantly share code, notes, and snippets.

@tifoaudii
Created June 17, 2023 16:21
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 tifoaudii/5375d9ba18f392102cd1c80a9bf42bcc to your computer and use it in GitHub Desktop.
Save tifoaudii/5375d9ba18f392102cd1c80a9bf42bcc to your computer and use it in GitHub Desktop.
{
"Color": {
"red": {
"light": {
"value": "#FFCCCB",
"type": "color"
},
"regular": {
"value": "#880808",
"type": "color"
},
"dark": {
"value": "#8b0000",
"type": "color"
}
},
"blue": {
"light": {
"value": "#ADD8E6",
"type": "color"
},
"regular": {
"value": "#89CFF0",
"type": "color"
},
"dark": {
"value": "#00008B",
"type": "color"
}
},
"green": {
"light": {
"value": "#90EE90",
"type": "color"
},
"regular": {
"value": "#32CD32",
"type": "color"
},
"dark": {
"value": "#013220",
"type": "color"
}
}
},
"Typography": {
"title": {
"fontName" : "OpenSans Bold",
"size": "22",
"type": "typography"
},
"body": {
"fontName": "OpenSans Medium",
"size": "14",
"type": "typography"
},
"caption": {
"fontName": "OpenSans Regular",
"size": "12",
"type": "typography"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment