42 lines
873 B
JSON
42 lines
873 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"title": "Light Serif",
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "raft-bg",
|
|
"color": "#DFE2ED",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "raft-fg",
|
|
"color": "#202020",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "raft-bg-alt",
|
|
"color": "rgba(255, 255, 255, 0.3)",
|
|
"name": "Background Alt"
|
|
},
|
|
{
|
|
"slug": "raft-fg-alt",
|
|
"color": "#FFFFFF",
|
|
"name": "Foreground Alt"
|
|
},
|
|
{
|
|
"slug": "raft-accent",
|
|
"color": "#202020",
|
|
"name": "Accent"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
|
|
}
|
|
}
|
|
}
|