Created
July 29, 2021 23:33
-
-
Save misfist/55c67862036386b554ce330941d7767a to your computer and use it in GitHub Desktop.
theme.json
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
{ | |
"settings": { | |
"color": { | |
"custom": true, | |
"customGradient": false, | |
"gradients": [], | |
"link": false, | |
"palette": [ | |
{ | |
"slug": "emphasis", | |
"color": "#ff4630" | |
}, | |
{ | |
"slug": "salmon", | |
"color": "#ffa494" | |
}, | |
{ | |
"slug": "jade", | |
"color": "#20a78c" | |
}, | |
{ | |
"slug": "mint", | |
"color": "#d6ffb8" | |
}, | |
{ | |
"slug": "canary", | |
"color": "#ffed9c" | |
}, | |
{ | |
"slug": "lilac", | |
"color": "#d2c4f5" | |
}, | |
{ | |
"slug": "gray-dark", | |
"color": "#343434" | |
}, | |
{ | |
"slug": "black", | |
"color": "#000000" | |
}, | |
{ | |
"slug": "white", | |
"color": "#ffffff" | |
} | |
] | |
}, | |
"spacing": { | |
"customPadding": false, | |
"units": [ | |
"px", | |
"em", | |
"rem", | |
"vh", | |
"vw" | |
] | |
}, | |
"typography": { | |
"customFontSize": false, | |
"customLineHeight": false, | |
"dropCap": false, | |
"fontSizes": [ | |
{ | |
"slug": "default", | |
"size": 16 | |
}, | |
{ | |
"slug": "small", | |
"size": 14 | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment