-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
30 lines (30 loc) · 983 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
{
"name": "Gnosis Chain",
"component": false,
"about_url": "https://github.com/gnosischain/discourse-gnosischain-theme",
"license_url": "https://github.com/gnosischain/discourse-gnosischain-theme/blob/main/LICENSE.md",
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-search-banner.git"
],
"modifiers": {
"serialize_topic_excerpts": true
},
"color_schemes": {
"gc-light": {
"primary": "FaFaFa",
"secondary": "133629",
"tertiary": "355f4e",
"quaternary": "349773",
"header_background": "0D251C",
"header_primary": "EEF4F7",
"highlight": "6ac8a6",
"danger": "AC2C3B",
"danger-medium": "FF8061",
"success": "00B460",
"love": "FF5F72"
}
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}