Skip to content

Commit

Permalink
Update washed.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPixle authored Nov 21, 2023
1 parent 7343fa3 commit c98e152
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions styles/washed.json
Original file line number Diff line number Diff line change
@@ -1 +1,89 @@
{
"$schema": "<https://schemas.wp.org/trunk/theme.json>",
"title": "washed",
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "raft-bg",
"color": "#FEFAF7",
"name": "Background"
},
{
"slug": "raft-fg",
"color": "#202220",
"name": "Text"
},
{
"slug": "raft-accent",
"color": "#EA7847",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#C14712",
"name": "Accent Secondary"
},
{
"slug": "raft-bg-inv",
"color": "#37384C",
"name": "Dark Background"
},
{
"slug": "raft-bg-alt",
"color": "#FAE2D1",
"name": "Light Background"
},
{
"slug": "raft-fg-alt",
"color": "#FFFFFF",
"name": "Inverted Text"
}
]
}
},
"styles": {
"elements": {
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--geologica)"
}
},
"h1": {
"typography": {
"fontWeight": "600"
}
},
"h2": {
"typography": {
"fontWeight": "600"
}
},
"h3": {
"typography": {
"fontWeight": "600"
}
},
"h4": {
"typography": {
"fontWeight": "600"
}
},
"h5": {
"typography": {
"fontWeight": "600"
}
},
"h6": {
"typography": {
"fontWeight": "600"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--geologica)"
}
}
}

0 comments on commit c98e152

Please sign in to comment.