forked from discourse/discourse-air
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.json
More file actions
38 lines (38 loc) · 918 Bytes
/
about.json
File metadata and controls
38 lines (38 loc) · 918 Bytes
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
{
"name": "BCF-Bespoke-Theme",
"about_url":null,
"license_url":null,
"color_schemes": {
"BCF-light": {
"primary": "454545",
"secondary": "ffffff",
"tertiary": "503F99",
"quaternary": "FBB050",
"header_background": "ffffff",
"header_primary": "111111",
"highlight": "cfff4d",
"danger": "EF404E",
"success": "A8D381",
"love": "EF404E",
"selected": "e9e9e9",
"hover": "f2f2f2"
},
"BCF-dark": {
"primary": "e0e0e0",
"secondary": "2d2d2d",
"tertiary": "8b5ca2",
"quaternary": "FBB050",
"header_background": "202020",
"header_primary": "e0e0e0",
"highlight": "A8D381",
"danger": "EF404E",
"success": "A8D381",
"love": "EF404E",
"selected": "1c302b",
"hover": "1c302b"
}
},
"components": [
"https://github.com/nolosb/discourse-featured-cards"
]
}