-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.json
39 lines (39 loc) · 986 Bytes
/
about.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
{
"name": "Restarters",
"component": false,
"license_url": null,
"about_url": null,
"authors": null,
"theme_version": null,
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
},
"color_schemes": {
"Redesign": {
"primary": "222222",
"secondary": "f5f7fa",
"tertiary": "ffbe5f",
"quaternary": "ffbe5f",
"header_background": "ffffff",
"header_primary": "222222",
"highlight": "ffbe5f",
"danger": "EE424A",
"success": "3fa23f",
"love": "F49292"
},
"Restart light": {
"primary": "222222",
"secondary": "f5f7fa",
"tertiary": "ffbe5f",
"quaternary": "ffbe5f",
"header_background": "ffffff",
"header_primary": "333333",
"highlight": "ffff4d",
"danger": "ee424a",
"success": "3fa23f",
"love": "f49292"
}
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}