-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.json
More file actions
36 lines (36 loc) · 948 Bytes
/
Copy pathabout.json
File metadata and controls
36 lines (36 loc) · 948 Bytes
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
{
"name": "Beacon",
"about_url": null,
"license_url": null,
"authors": "Built to match your brand logo",
"theme_version": "1.0.0",
"minimum_discourse_version": "3.1.0",
"component": false,
"color_schemes": {
"Beacon Light": {
"primary": "16202e",
"secondary": "ffffff",
"tertiary": "1470eb",
"quaternary": "03c8ff",
"header_background": "ffffff",
"header_primary": "16202e",
"highlight": "03c8ff",
"danger": "e0383e",
"success": "12a150",
"love": "e8527f"
},
"Beacon Dark": {
"primary": "e7ecf3",
"secondary": "0d1017",
"tertiary": "03c8ff",
"quaternary": "1470eb",
"header_background": "12161f",
"header_primary": "e7ecf3",
"highlight": "1470eb",
"danger": "ff5a5f",
"success": "2ee07a",
"love": "ff6b97"
}
},
"screenshots": ["screenshots/beacon-light.png", "screenshots/beacon-dark.png"]
}