-
Notifications
You must be signed in to change notification settings - Fork 361
/
Copy paththeme.json
35 lines (35 loc) · 1.01 KB
/
theme.json
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
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#E2E4E8",
"name": "Foreground",
"default": "#ffffff"
},
{
"slug": "background",
"color": "#001844",
"name": "Background",
"default": "#000000"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
},
"styles": {
"typography": {
"fontFamily": "var:preset|font-family|roboto"
}
}
}