Skip to content

Commit

Permalink
update theme.json to apiversion 2 and copy other stuff from Fizzie #10
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 24, 2022
1 parent 6856495 commit 88743a0
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": 1,
"version": 2,
"settings": {
"appearanceTools": true,
"border": {
"customColor": true,
"customRadius": true,
Expand Down Expand Up @@ -29,6 +30,16 @@
"name": "Greeny",
"color": "#6a6a2a"
},
{
"slug": "lolive",
"name": "Light olive",
"color": "#cfdbc7"
},
{
"slug": "current-menu-item",
"name": "Current menu item",
"color": "#a2ab3b"
},
{
"name": "Pale pink",
"slug": "pale-pink",
Expand Down Expand Up @@ -77,8 +88,13 @@
{
"name": "Very light gray",
"slug": "very-light-gray",
"color": "#eeeeee"
"color": "#f5f5f5"
},
{
"name": "Light gray",
"slug": "light-gray",
"color": "#eeeeee"
},
{
"name": "Cyan bluish gray",
"slug": "cyan-bluish-gray",
Expand Down Expand Up @@ -112,13 +128,7 @@
},
"spacing": {
"customPadding": true,
"units": [
"px",
"em",
"rem",
"vh",
"vw"
]
"units": [ "px", "em", "rem", "vh", "vw" ]
},
"typography": {
"customLineHeight": true,
Expand Down Expand Up @@ -219,7 +229,7 @@
"styles": {
"color": {
"text": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)"
"background": "var(--wp--preset--color--very-light-gray)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--geneva-verdana)"
Expand Down

0 comments on commit 88743a0

Please sign in to comment.