forked from discourse/ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.json
27 lines (27 loc) · 834 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
{
"name": "Ghost",
"component": false,
"license_url": "https://github.com/melhosseiny/ghost/blob/master/ghost/LICENSE",
"about_url": "https://meta.discourse.org/t/ghost-a-cyberpunk-theme-for-discourse/111806?u=melhosseiny",
"authors": "https://github.com/melhosseiny",
"theme_version": "0.0.3",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
},
"color_schemes": {
"Ghost": {
"primary": "ffffff",
"secondary": "000000",
"tertiary": "00d0c1",
"quaternary": "ff19df",
"header_background": "262c4a",
"header_primary": "ffffff",
"highlight": "fdee06",
"success": "0ce799",
"danger": "d04500",
"love": "ff19df"
}
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}