Skip to content

Instantly share code, notes, and snippets.

@bph
Created July 14, 2021 20: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 bph/fa359f27b12f8e3a87ce36d03090dde3 to your computer and use it in GitHub Desktop.
Save bph/fa359f27b12f8e3a87ce36d03090dde3 to your computer and use it in GitHub Desktop.
Issue 33436 / gutenberg theme.json
{
"version": 1,
"settings": {
"layout": {
"contentSize": "800px",
"wideSize": "1000px"
},
"border": {
"customColor": false,
"customRadius": false,
"customStyle": false,
"customWidth": false
},
"color": {
"custom": false,
"customGradient": false,
"link": false,
"palette": [
{
"name": "Black",
"slug": "black",
"color": "#000000"
},
{
"name": "White",
"slug": "white",
"color": "#ffffff"
}
],
"gradients": [
{
"slug": "black-to-white",
"gradient": "linear-gradient(160deg, var(--wp--preset--color--black), var(--wp--preset--color--white))",
"name": "Black to White"
},
{
"slug": "white-to-black",
"gradient": "linear-gradient(160deg, var(--wp--preset--color--white), var(--wp--preset--color--black))",
"name": "White to Black"
}
],
"duotone": [
{
"slug": "black-and-white",
"colors": [
"#000000",
"#ffffff"
],
"name": "Black and White"
},
{
"slug": "white-and-black",
"colors": [
"#ffffff",
"#000000"
],
"name": "White and Black"
}
]
},
"blocks":{
"core/paragraph":{
"customFontSize":true,
"customLineHeight":true,
"dropCap":true,
},
"core/heading":{
"customFontWeight":true,
}
},
"typography": {
"customFontSize": false,
"customFontStyle": false,
"customFontWeight": false,
"customLineHeight": false,
"customTextDecorations": false,
"customTextTransforms": false,
"dropCap": false,
"fontFamilies": [
{
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
"slug": "helvetica-arial"
},
{
"fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
"slug": "geneva-verdana"
}
],
"fontSizes": [
{
"slug": "small",
"size": "18px",
"name": "Small"
},
{
"slug": "large",
"size": "24px",
"name": "Large"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment