themes-wordpress/snd/styles/rouge.json
alaczek ed08da8188
SND: Add theme (#7270)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2023-07-31 15:14:22 -04:00

111 lines
No EOL
2 KiB
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#ff599c",
"name": "Primary",
"slug": "primary"
},
{
"color": "#ffffff",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#dfcedd",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#3e112a",
"name": "Background",
"slug": "background"
},
{
"color": "#0b121e",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/comments": {
"elements": {
"link": {
":hover": {
"color": {
"text": "var:preset|color|foreground"
}
}
}
}
},
"core/comments-title": {
"color": {
"text": "var:preset|color|secondary"
}
},
"core/post-comments-form": {
"css": ".wp-block-post-comments-form h3 {\ncolor: var(--wp--preset--color--secondary);\n}"
},
"core/post-date": {
"color": {
"text": "var:preset|color|foreground"
},
"elements": {
"link": {
":hover": {
"color": {
"text": "var:preset|color|foreground"
}
},
"color": {
"text": "var:preset|color|foreground"
}
}
}
},
"core/post-terms": {
"color": {
"text": "var:preset|color|foreground"
},
"elements": {
"link": {
":hover": {
"color": {
"text": "var:preset|color|foreground"
}
},
"color": {
"text": "var:preset|color|foreground"
}
}
}
},
"core/site-title": {
"typography": {
"fontSize": "var:preset|font-size|xxx-large",
"fontWeight": "400"
}
}
},
"elements": {
"heading": {
"typography": {
"fontFamily": "var:preset|font-family|lora",
"fontStyle": "normal",
"fontWeight": "700"
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|lora"
}
},
"title": "Rouge",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}