-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
134 lines (134 loc) · 2.36 KB
/
theme.json
File metadata and controls
134 lines (134 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"layout": {
"contentSize": "846px",
"wideSize": "1320px"
},
"color": {
"custom": false,
"customDuotone": false,
"customGradient": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"name": "Primary Red",
"slug": "red",
"color": "#b31b1b"
},
{
"name": "Primary Black",
"slug": "black",
"color": "#000000"
},
{
"name": "Primary White",
"slug": "white",
"color": "#ffffff"
},
{
"name": "Primary Blue",
"slug": "blue",
"color": "#006699"
},
{
"name": "Secondary Navy",
"slug": "navy",
"color": "#073949"
},
{
"name": "Gray",
"slug": "gray",
"color": "#60646a"
},
{
"name": "Light Gray",
"slug": "light-gray",
"color": "#efefef"
},
{
"name": "Medium Gray",
"slug": "medium-gray",
"color": "#dbdbdb"
},
{
"name": "Dark Gray",
"slug": "dark-gray",
"color": "#2b2b2b"
}
]
},
"blocks": {
"core/paragraph": {
"color": {
"text": false,
"background": true,
"custom": false,
"palette": [
{
"name": "Highlight Yellow",
"slug": "",
"color": "#ff0"
},
{
"name": "Highlight Red",
"slug": "text-highlight-red",
"color": "#f2cac3"
},
{
"name": "Highlight Green",
"slug": "text-highlight-green",
"color": "#d0f1b1"
},
{
"name": "Highlight Gold",
"slug": "text-highlight-yellow",
"color": "#f3f1b2"
},
{
"name": "Highlight Blue",
"slug": "text-highlight-blue",
"color": "#c3e9f2"
},
{
"name": "Highlight Purple",
"slug": "text-highlight-purple",
"color": "#e1caf4"
}
]
}
}
}
},
"customTemplates": [
{
"name": "page-no-sidebars",
"title": "Page (No Sidebars)",
"postTypes": ["page"]
}
],
"templateParts": [
{
"name": "header",
"title": "Header",
"area": "header"
},
{
"name": "sidebar-top",
"title": "Sidebar (Top)",
"area": "sidebar"
},
{
"name": "sidebar-bottom",
"title": "Sidebar (Bottom)",
"area": "sidebar"
},
{
"name": "footer",
"title": "Footer",
"area": "footer"
}
]
}