Skip to content

Commit 2921e66

Browse files
authored
Add new theme styles
1 parent a9f483b commit 2921e66

3 files changed

Lines changed: 209 additions & 0 deletions

File tree

styles/Noto-Noto.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/theme.json",
3+
"title": "Noto Noto",
4+
"version": 2,
5+
"settings": {
6+
"color": {
7+
"palette": [
8+
{
9+
"slug": "raft-bg",
10+
"color": "#F6E7CD",
11+
"name": "Background"
12+
},
13+
{
14+
"slug": "raft-fg",
15+
"color": "#322E27",
16+
"name": "Text"
17+
},
18+
{
19+
"slug": "raft-accent",
20+
"color": "#23221F",
21+
"name": "Accent"
22+
},
23+
{
24+
"slug": "raft-accent-secondary",
25+
"color": "#2A2926",
26+
"name": "Accent Secondary"
27+
},
28+
{
29+
"slug": "raft-bg-inv",
30+
"color": "#23221F",
31+
"name": "Dark Background"
32+
},
33+
{
34+
"slug": "raft-bg-alt",
35+
"color": "#FDF0DB",
36+
"name": "Light Background"
37+
},
38+
{
39+
"slug": "raft-fg-alt",
40+
"color": "#FFFFFF",
41+
"name": "Inverted Text"
42+
}
43+
]
44+
}
45+
},
46+
"styles": {
47+
"elements": {
48+
"heading": {
49+
"typography": {
50+
"fontFamily": "var(--wp--preset--font-family--noto-serif)",
51+
"fontWeight": "700"
52+
}
53+
}
54+
},
55+
"typography": {
56+
"fontFamily": "var(--wp--preset--font-family--noto-serif)",
57+
"fontWeight": "400"
58+
}
59+
}
60+
}

styles/green-light.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"$schema": "<https://schemas.wp.org/trunk/theme.json>",
3+
"title": "Green Light",
4+
"version": 2,
5+
"settings": {
6+
"color": {
7+
"palette": [
8+
{
9+
"slug": "raft-bg",
10+
"color": "#FFFFFF",
11+
"name": "Background"
12+
},
13+
{
14+
"slug": "raft-fg",
15+
"color": "#353A32",
16+
"name": "Text"
17+
},
18+
{
19+
"slug": "raft-accent",
20+
"color": "#417A33",
21+
"name": "Accent"
22+
},
23+
{
24+
"slug": "raft-accent-secondary",
25+
"color": "#50953F",
26+
"name": "Accent Secondary"
27+
},
28+
{
29+
"slug": "raft-bg-inv",
30+
"color": "#335130",
31+
"name": "Dark Background"
32+
},
33+
{
34+
"slug": "raft-bg-alt",
35+
"color": "#EDEBE199",
36+
"name": "Light Background"
37+
},
38+
{
39+
"slug": "raft-fg-alt",
40+
"color": "#A8CAA6",
41+
"name": "Inverted Text"
42+
}
43+
]
44+
}
45+
},
46+
"styles": {
47+
"elements": {
48+
"heading": {
49+
"typography": {
50+
"fontFamily": "var(--wp--preset--font-family--baskervville)"
51+
}
52+
},
53+
"h1": {
54+
"typography": {
55+
"fontWeight": "400"
56+
}
57+
},
58+
"h2": {
59+
"typography": {
60+
"fontWeight": "400"
61+
}
62+
},
63+
"h3": {
64+
"typography": {
65+
"fontWeight": "400"
66+
}
67+
},
68+
"h4": {
69+
"typography": {
70+
"fontWeight": "400"
71+
}
72+
},
73+
"h5": {
74+
"typography": {
75+
"fontWeight": "400"
76+
}
77+
},
78+
"h6": {
79+
"typography": {
80+
"fontWeight": "400"
81+
}
82+
}
83+
},
84+
"typography": {
85+
"fontFamily": "var(--wp--preset--font-family--spline-sans-mono)"
86+
}
87+
}
88+
}
89+
90+

styles/old-story.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/theme.json",
3+
"title": "Old Story",
4+
"version": 2,
5+
"settings": {
6+
"color": {
7+
"palette": [
8+
{
9+
"slug": "raft-bg",
10+
"color": "#3C3131",
11+
"name": "Background"
12+
},
13+
{
14+
"slug": "raft-fg",
15+
"color": "#C2BEA8",
16+
"name": "Text"
17+
},
18+
{
19+
"slug": "raft-accent",
20+
"color": "#C56A2D",
21+
"name": "Accent"
22+
},
23+
{
24+
"slug": "raft-accent-secondary",
25+
"color": "#A55825",
26+
"name": "Accent Secondary"
27+
},
28+
{
29+
"slug": "raft-bg-inv",
30+
"color": "#352C2C",
31+
"name": "Dark Background"
32+
},
33+
{
34+
"slug": "raft-bg-alt",
35+
"color": "#463A3A",
36+
"name": "Light Background"
37+
},
38+
{
39+
"slug": "raft-fg-alt",
40+
"color": "#FFFFFF",
41+
"name": "Inverted Text"
42+
}
43+
]
44+
}
45+
},
46+
"styles": {
47+
"elements": {
48+
"heading": {
49+
"typography": {
50+
"fontFamily": "var(--wp--preset--font-family--gloock)"
51+
}
52+
}
53+
},
54+
"typography": {
55+
"fontFamily": "var(--wp--preset--font-family--lora)",
56+
"fontWeight": "400"
57+
}
58+
}
59+
}

0 commit comments

Comments
 (0)