forked from traefik/discourse-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
41 lines (37 loc) · 1.29 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": "Traefiklabs-v1",
"component": false,
"license_url": "https://github.com/discourse/material-design-stock-theme/blob/master/LICENSE.txt",
"about_url": "https://meta.discourse.org/t/material-design-stock-theme/47142",
"authors": null,
"theme_version": null,
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
"traefikLogoHorizontal": "assets/traefik-logo-horizontal.png",
"bannerHomepage": "assets/banner-homepage.svg",
"bannerTraefik": "assets/traefik-banner.svg",
"logoTraefikHub": "assets/traefik-hub-logo.svg",
"bannerTraefikHub": "assets/traefik-hub-banner.jpg",
"logoYaegi": "assets/yaegi-logo.svg",
"bannerYaegi": "assets/yaegi-banner.svg",
"logoMaesh": "assets/maesh-logo.svg",
"bannerMaesh": "assets/maesh-banner.svg",
"bannerPilot": "assets/traefik-pilot-banner.svg"
},
"color_schemes": {
"Traefiklabs": {
"primary": "222222",
"secondary": "ffffff",
"tertiary": "210F4E",
"quaternary": "12B5DA",
"header_background": "ffffff",
"header_primary": "222222",
"highlight": "ffff4d",
"danger": "e45735",
"success": "009900",
"love": "fa6c8d"
}
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}