Created
October 4, 2021 18:06
-
-
Save skorasaurus/acda2ea50cf4e4b5581a05968bf7efeb to your computer and use it in GitHub Desktop.
sample theme json file
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": [ | |
] | |
}, | |
"spacing": { | |
"customPadding": true, | |
"units": ["px", "em", "rem", "vh", "vw"] | |
}, | |
"layout": { | |
"contentSize": "810px", | |
"wideSize": "1100px" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment