forked from discourse/discourse-air
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.json
45 lines (45 loc) · 1.24 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
{
"name": "CEPP Air Theme",
"about_url": null,
"license_url": null,
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-search-banner.git"
],
"modifiers": {
"serialize_topic_excerpts": true
},
"assets": {
"ProximaNovaBold": "assets/ProximaNovaBold.otf",
"ProximaNovaExtrabold": "assets/ProximaNovaExtrabold.otf",
"ProximaNovaRegular": "assets/ProximaNovaRegular.otf",
"ProximaNovaSemibold": "assets/ProximaNovaSemibold.otf"
},
"color_schemes": {
"air-light": {
"primary": "1c1c1c",
"secondary": "f9fcff",
"tertiary": "3877e5",
"quaternary": "7e8b93",
"header_background": "f9fcff",
"header_primary": "122b43",
"highlight": "e6cb37",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7"
},
"air-dark": {
"primary": "e0e0e0",
"secondary": "2d2d2d",
"tertiary": "9a5cfd",
"quaternary": "71bd9f",
"header_background": "202020",
"header_primary": "e0e0e0",
"highlight": "9a5cfd",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7"
}
}
}