-
Notifications
You must be signed in to change notification settings - Fork 7
/
about.json
32 lines (32 loc) · 1.08 KB
/
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
{
"name": "Ghost Theme",
"component": false,
"license_url": "https://github.com/discourse/ghost/blob/main/LICENSE",
"about_url": "https://meta.discourse.org/t/ghost-a-cyberpunk-theme-for-discourse/111806",
"authors": "https://github.com/melhosseiny",
"theme_version": "0.0.3",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
"roboto-condensed": "assets/RobotoCondensed-Regular.ttf",
"roboto-condensed-bold": "assets/RobotoCondensed-Bold.ttf",
"roboto-condensed-italic": "assets/RobotoCondensed-Italic.ttf",
"overpass-mono": "assets/OverpassMono-Regular.ttf"
},
"color_schemes": {
"Ghost": {
"primary": "ffffff",
"secondary": "000000",
"tertiary": "00d0c1",
"quaternary": "ff19df",
"header_background": "262c4a",
"header_primary": "ffffff",
"highlight": "fdee06",
"highlight-medium": "fdee06",
"success": "0ce799",
"danger": "d04500",
"love": "ff19df"
}
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}