-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.json
38 lines (37 loc) · 961 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
35
36
37
38
{
"name": "StackHawk Theme",
"authors": "Keegan George",
"theme_version": "0.1",
"about_url": null,
"license_url": null,
"assets": {
"welcome_banner_artifact": "assets/welcome-banner-artifact.svg",
"icons-sprite": "assets/icons-sprite.svg",
"clock": "assets/clock.svg",
"speechBubble": "assets/speech-bubble.svg"
},
"color_schemes": {
"StackHawk": {
"primary": "3C4149",
"secondary": "ffffff",
"tertiary": "00C4BE",
"quaternary": "00CBC6",
"header_background": "ffffff",
"header_primary": "191927",
"highlight": "00CBC6",
"danger": "FF5090",
"success": "3D5AFE",
"love": "FF5090"
}
},
"components": [
"https://github.com/discourse/Discourse-easy-footer",
"https://github.com/discourse/discourse-category-banners",
"https://github.com/discourse/discourse-topic-excerpts"
],
"modifiers": {
"svg_icons": [
"comment-lines"
]
}
}