Last active
June 28, 2021 14:47
-
-
Save skorasaurus/1dadf1458d9804265f06e5dad1bc9e1e to your computer and use it in GitHub Desktop.
Santoli 0.0.3
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
{ | |
"version": 1, | |
"settings": { | |
"color": { | |
"custom": false, | |
"customGradient": false, | |
"gradients": [], | |
"link": false, | |
"palette": [ | |
{ "name": "primary blue", | |
"slug": "primary-blue", | |
"color": "#0057B7" | |
}, | |
{ "name": "primary gold", | |
"slug": "primary-gold", | |
"color": "#E9E186" | |
}, | |
{ | |
"name": "white", | |
"slug": "white", | |
"color": "#FFFFFF" | |
}, | |
{ | |
"name": "black", | |
"slug": "black", | |
"color": "#000000" | |
}, | |
{ "name": "secondary salmon", | |
"slug": "sec-salmon", | |
"color": "#FF8D7E" | |
}, | |
{ "name": "secondary goldenrod", | |
"slug": "sec-goldenrod", | |
"color": "#F1C400" | |
}, | |
{ "name": "secondary aqua", | |
"slug": "sec-aqua", | |
"color": "#94B7BB" | |
}, | |
{ "name": "secondary teal", | |
"slug": "sec-teal", | |
"color": "#4298B5" | |
}, | |
{ "name": "secondary green", | |
"slug": "sec-green", | |
"color": "#56944F" | |
} | |
] | |
}, | |
"spacing": { | |
"customPadding": true, | |
"units": [ | |
"px", | |
"em", | |
"rem", | |
"vh", | |
"vw" | |
] | |
}, | |
"layout": { | |
"contentSize": "840px", | |
"wideSize": "1100px" | |
}, | |
"typography": { | |
"customFontSize": true, | |
"customLineHeight": true, | |
"dropCap": true, | |
"fontSizes": [ | |
{ | |
"slug": "x-small", | |
"name": "extra small", | |
"size": 11 | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment