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) · 871 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": "Material Design Piraten",
"about_url": "https://meta.discourse.org/t/material-design-stock-theme/47142",
"license_url": "https://github.com/discourse/material-design-stock-theme/blob/master/LICENSE.txt",
"color_schemes": {
"Dunkel": {
"primary": "fafafa",
"secondary": "212121",
"tertiary": "00bcd4",
"quaternary": "00bcd4",
"header_background": "000000",
"header_primary": "ffffff",
"highlight": "fafafa",
"danger": "e45735",
"success": "009900",
"love": "fa6c8d"
},
"Hell": {
"primary": "272828",
"secondary": "fafafa",
"tertiary": "ff8800",
"quaternary": "ff8800",
"header_background": "ff8800",
"header_primary": "ffffff",
"highlight": "ffeb3b",
"danger": "f44336",
"success": "4cal50",
"love": "fa6c8d"
}
}
}