-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathabout.json
31 lines (31 loc) · 881 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
{
"about_url": "https://github.com/Daemonite/discourse-material-theme",
"color_schemes": {
"Material Default": {
"primary": "212121",
"secondary": "ffffff",
"tertiary": "e91e63",
"quaternary": "3f51b5",
"header_background": "3f51b5",
"header_primary": "ffffff",
"highlight": "eefd54",
"danger": "d32f2f",
"success": "2e7b32",
"love": "e91e63"
},
"Material Light": {
"primary": "212121",
"secondary": "f5f5f5",
"tertiary": "2196f3",
"quaternary": "2196f3",
"header_background": "e0e0e0",
"header_primary": "212121",
"highlight": "eefd54",
"danger": "d32f2f",
"success": "2e7b32",
"love": "e91e63"
}
},
"license_url": "https://github.com/Daemonite/discourse-material-theme/blob/master/LICENSE",
"name": "Material Design for Discourse"
}