-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
49 lines (49 loc) · 1.25 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
43
44
45
46
47
48
49
{
"version": 1,
"settings": {
"color": {
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#0d6efd"
},
{
"name": "Secondary",
"slug": "secondary",
"color": "#6c757d"
},
{
"name": "Success",
"slug": "success",
"color": "#198754"
},
{
"name": "Info",
"slug": "info",
"color": "#0dcaf0"
},
{
"name": "Warning",
"slug": "warning",
"color": "#ffc107"
},
{
"name": "Danger",
"slug": "danger",
"color": "#dc3545"
},
{
"name": "Light",
"slug": "light",
"color": "#f8f9fa"
},
{
"name": "Dark",
"slug": "dark",
"color": "#212529"
}
]
}
}
}