We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530a620 commit e16f346Copy full SHA for e16f346
1 file changed
styles/charcoal.json styles/darkmode.jsonstyles/charcoal.json renamed to styles/darkmode.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://schemas.wp.org/trunk/theme.json",
3
- "title": "Charcoal",
+ "title": "Dark mode",
4
"version": 2,
5
"settings": {
6
"color": {
@@ -17,12 +17,12 @@
17
},
18
19
"slug": "ti-accent",
20
- "color": "#958A6B",
+ "color": "#50BB40",
21
"name": "Accent"
22
23
24
"slug": "ti-accent-secondary",
25
- "color": "#91835B",
+ "color": "#42A134",
26
"name": "Accent Secondary"
27
28
@@ -77,12 +77,12 @@
77
78
"heading": {
79
"typography": {
80
- "fontFamily": "var(--wp--preset--font-family--fraunces)"
+ "fontFamily": "var(--wp--preset--font-family--spline-sans)"
81
}
82
83
84
85
- "fontFamily": "var(--wp--preset--font-family--albert-sans)"
86
87
88
0 commit comments