-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathabout.json
34 lines (34 loc) · 915 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
{
"name": "moz://a",
"about_url": "https://github.com/mozilla/discourse-mozilla-theme",
"license_url": "https://github.com/mozilla/discourse-mozilla-theme/blob/master/LICENSE",
"color_schemes": {
"moz://a light": {
"primary": "000000",
"secondary": "ffffff",
"tertiary": "0060df",
"quaternary": "000000",
"header_background": "ffffff",
"header_primary": "000000",
"highlight": "ededf0",
"danger": "ff0039",
"success": "12bc00",
"love": "ff298A"
},
"moz://a dark": {
"primary": "ffffff",
"secondary": "28292a",
"tertiary": "00b3f4",
"quaternary": "ffffff",
"header_background": "28292a",
"header_primary": "ffffff",
"highlight": "1e1f20",
"danger": "ff0039",
"success": "12bc00",
"love": "ff298A"
}
},
"assets": {
"icons-sprite": "assets/feather-sprite.svg"
}
}