-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathabout.json
More file actions
31 lines (31 loc) · 822 Bytes
/
about.json
File metadata and controls
31 lines (31 loc) · 822 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
{
"name": "Fakebook Theme",
"about_url": "https://meta.discourse.org/t/fakebook-a-theme-for-social-media-lovers/109079",
"license_url": "https://github.com/discourse/Fakebook/blob/main/LICENSE",
"assets": {},
"color_schemes": {
"Fakebook": {
"primary": "333",
"secondary": "ffffff",
"tertiary": "4267b2",
"quaternary": "4267b2",
"header_background": "4267b2",
"header_primary": "ffffff",
"highlight": "4267b2",
"danger": "f8745c",
"success": "42b72a",
"love": "fa6c8d"
}
},
"modifiers": {
"topic_thumbnail_sizes": [
[400, 400],
[800, 800]
],
"serialize_topic_excerpts": true
},
"theme_site_settings": {
"enable_welcome_banner": false
},
"screenshots": ["screenshots/light.png", "screenshots/dark.png"]
}