forked from discourse/discourse-air
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.json
50 lines (50 loc) · 1.5 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Techlore Theme",
"about_url": "https://github.com/techlore/discourse-techlore#readme",
"license_url": "https://github.com/techlore/discourse-techlore/blob/main/LICENSE",
"assets": {
"simplelogin": "assets/simplelogin.png",
"lato-bold": "assets/lato-bold.ttf",
"lato-bolditalic": "assets/lato-bolditalic.ttf",
"lato-italic": "assets/lato-italic.ttf",
"lato-regular": "assets/lato-regular.ttf",
"nunito-bold": "assets/nunito-bold.ttf",
"nunito-bolditalic": "assets/nunito-bolditalic.ttf",
"nunito-italic": "assets/nunito-italic.ttf",
"nunito-regular": "assets/nunito-regular.ttf"
},
"modifiers": {
"serialize_topic_excerpts": true
},
"color_schemes": {
"techlore-light": {
"primary": "000000",
"secondary": "ffffff",
"tertiary": "5574e6",
"quaternary": "5574e6",
"header_background": "ffffff",
"header_primary": "000000",
"highlight": "e6cb37",
"danger": "ee5128",
"success": "7cbb41",
"love": "c16ad7",
"hover": "f1f1f1",
"selected": "e8e8e8"
},
"techlore-dark": {
"primary": "ffffff",
"secondary": "121f36",
"tertiary": "5574e6",
"quaternary": "5574e6",
"header_background": "000000",
"header_primary": "ffffff",
"highlight": "3877e5",
"danger": "ee5128",
"success": "7cbb41",
"love": "c16ad7",
"hover": "313131",
"selected": "2d2d2d"
}
},
"screenshots": ["screenshots/light.png", "screenshots/dark.png"]
}