Skip to content

Instantly share code, notes, and snippets.

@misfist
Created July 29, 2021 23:33
Show Gist options
  • Save misfist/55c67862036386b554ce330941d7767a to your computer and use it in GitHub Desktop.
Save misfist/55c67862036386b554ce330941d7767a to your computer and use it in GitHub Desktop.
theme.json
{
"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