97fef31187
This PR is the first commit of new, proposed, block-based theme, Ibis. Forked from Seedlet Blocks, and a variation that more closely aligns with some of the defaults the WP.com View Team has come to expect from our favourite Varia-based themes on WP.com. It's named after a bird because birds are cool. There are several things wrong, potentially wrong, or unfinished with it. Here's a few todo items off the top of my head. - The header template part needs updating. - The editor styles don't match the front-end. - The default palette is probably lame in practice. - The grid proportions need to be adjusted down to mobile.
58 lines
794 B
JSON
58 lines
794 B
JSON
{
|
|
"global": {
|
|
"presets": {
|
|
"font-size": [
|
|
{
|
|
"slug": "tiny",
|
|
"value": "14px"
|
|
},
|
|
{
|
|
"slug": "small",
|
|
"value": "16px"
|
|
},
|
|
{
|
|
"slug": "medium",
|
|
"value": "18px"
|
|
},
|
|
{
|
|
"slug": "large",
|
|
"value": "24px"
|
|
},
|
|
{
|
|
"slug": "extra-large",
|
|
"value": "28px"
|
|
},
|
|
{
|
|
"slug": "huge",
|
|
"value": "32px"
|
|
},
|
|
{
|
|
"slug": "gigantic",
|
|
"value": "48px"
|
|
}
|
|
],
|
|
"color": [
|
|
{
|
|
"slug": "background",
|
|
"value": "#FFFFFF"
|
|
},
|
|
{
|
|
"slug": "foreground",
|
|
"value": "#303C4D"
|
|
},
|
|
{
|
|
"slug": "primary",
|
|
"value": "#E1534B"
|
|
},
|
|
{
|
|
"slug": "secondary",
|
|
"value": "#323E4E"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"value": "#BED4DF"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|