forked from discourse/material-design-stock-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.json
31 lines (31 loc) · 869 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
{
"name": "Massive Theme",
"about_url": "https://github.com/massivesci/discourse-theme/blob/master/README.md",
"license_url": "https://github.com/massivesci/discourse-theme/blob/master/LICENSE.txt",
"color_schemes": {
"Massive Light": {
"primary": "191919",
"secondary": "ffffff",
"tertiary": "FF2679",
"quaternary": "1E2563",
"header_background": "ffffff",
"header_primary": "333333",
"highlight": "F1E735",
"danger": "f07474",
"success": "a1ecb4",
"love": "FF2679"
},
"Massive Dark": {
"primary": "ffffff",
"secondary": "191919",
"tertiary": "FF2679",
"quaternary": "1E2563",
"header_background": "ffffff",
"header_primary": "333333",
"highlight": "F1E735",
"danger": "f07474",
"success": "a1ecb4",
"love": "FF2679"
}
}
}