-
Notifications
You must be signed in to change notification settings - Fork 15
/
about.json
41 lines (41 loc) · 1.09 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
{
"name": "Kodular Material",
"component": false,
"license_url": null,
"about_url": null,
"authors": "Vishwas Adiga, Alexander Barrios",
"theme_version": "2",
"minimum_discourse_version": "3.1.0.beta1",
"assets": {
"CascadiaCode": "assets/CascadiaCode.woff2",
"icons-sprite": "assets/mdi-outline.svg"
},
"color_schemes": {
"Material Light": {
"primary": "000000",
"secondary": "ffffff",
"tertiary": "4527a0",
"quaternary": "4527a0",
"header_background": "ffffff",
"header_primary": "333333",
"highlight": "a18ddf",
"danger": "e43535",
"success": "1ca551",
"love": "4527a0"
},
"Dark Knight Rises": {
"primary": "FFFFFF",
"secondary": "111111",
"tertiary": "4527a0",
"quaternary": "4527a0",
"header_background": "111111",
"header_primary": "EEEEEE",
"highlight": "a18ddf",
"danger": "e43535",
"success": "1ca551",
"love": "4527a0"
}
},
"modifiers": {},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}