-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
46 lines (46 loc) · 1.16 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
{
"name": "Ordo Theme",
"about_url": "https://meta.discourse.org/t/discourse-air-theme/197703",
"license_url": "https://github.com/discourse/discourse-air/blob/main/LICENSE",
"assets": {
"Taebaek": "assets/taebaek.woff2"
},
"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
},
"color_schemes": {
"air-light": {
"primary": "092235",
"secondary": "f9fcff",
"tertiary": "8f743a",
"quaternary": "092235",
"header_background": "f9fcff",
"header_primary": "092235",
"highlight": "e6cb37",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7",
"selected": "d1f0ff",
"hover": "f2f2f2"
},
"air-dark": {
"primary": "e0e0e0",
"secondary": "092235",
"tertiary": "8f743a",
"quaternary": "962c2c",
"header_background": "092235",
"header_primary": "e0e0e0",
"highlight": "9a5cfd",
"danger": "d01111",
"success": "08bf76",
"love": "c02a2a",
"selected": "d1f0ff",
"hover": "f2f2f2"
}
}
}