-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
42 lines (42 loc) · 1.13 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
36
37
38
39
40
41
42
{
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"defaultPalette": false,
"defaultGradients": false,
"duotone": [
{
"colors": [ "#000", "#daa6ba" ],
"slug": "pink",
"name": "Pink"
},
{
"colors": [ "#000", "#fadd82" ],
"slug": "yellow",
"name": "Yellow"
},
{
"colors": [ "#000", "#f3ad90" ],
"slug": "light-orange",
"name": "Light Orange"
},
{
"colors": [ "#000", "#9cdd7b" ],
"slug": "green",
"name": "Green"
},
{
"colors": [ "#000", "#7dd8f1" ],
"slug": "blue",
"name": "Blue"
},
{
"colors": [ "#000", "#dee67b" ],
"slug": "yellow-green",
"name": "Yellow Green"
}
]
}
}
}