-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.json
41 lines (41 loc) · 1008 Bytes
/
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": "LaTex Theme",
"component": false,
"license_url": null,
"about_url": null,
"authors": null,
"theme_version": null,
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
},
"color_schemes": {
"LaTeX Dark": {
"primary": "e4e5e7",
"secondary": "18191b",
"tertiary": "99aaff",
"quaternary": "99aaff",
"header_background": "18191b",
"header_primary": "EFEFF0",
"highlight": "56698F",
"danger": "ff4422",
"success": "00FF7F",
"love": "ff55ff"
},
"LaTeX Light": {
"primary": "0A0A0B",
"secondary": "ffffff",
"tertiary": "0044ff",
"quaternary": "0044ff",
"header_background": "ffffff",
"header_primary": "303236",
"highlight": "ffff44",
"danger": "ff4422",
"success": "0bda50",
"love": "ff55ff"
}
},
"modifiers": {
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}