Skip to content

Instantly share code, notes, and snippets.

@karks88
Created September 18, 2021 13:54
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 karks88/ab6588bd5f6ef2831a5fdb6367c8d901 to your computer and use it in GitHub Desktop.
Save karks88/ab6588bd5f6ef2831a5fdb6367c8d901 to your computer and use it in GitHub Desktop.
theme.json for Custom Color Palette
{
"version": 1,
"settings": {
"color": {
"custom": false,
"customGradient": false,
"gradients": [],
"link": false,
"palette": [
{
"slug": "speckyblue",
"color": "#4f78a4"
},
{
"slug": "superdark",
"color": "#222222"
},
{
"slug": "mediumdark",
"color": "#333333"
},
{
"slug": "white",
"color": "#ffffff"
}
]
},
"spacing": {
"customPadding": false,
"units": [
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": false,
"customLineHeight": false,
"dropCap": false,
"fontSizes": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment