orcashub-discourse-theme/about.json

31 lines
774 B
JSON

{
"name": "OrcasHub Theme",
"about_url": null,
"license_url": null,
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/Discourse-easy-footer.git"
],
"assets": {
"OrcasHub-Top-Logo": "assets/OrcasHub-Top-Logo.png"
},
"modifiers": {
"serialize_topic_excerpts": true
},
"color_schemes": {
"OrcasHub": {
"primary": "1c1c1c",
"secondary": "f9fcff",
"tertiary": "3877e5",
"quaternary": "7e8b93",
"header_background": "374151",
"header_primary": "e0e0e0",
"highlight": "e6cb37",
"danger": "d05454",
"success": "71bd9f",
"love": "c16ad7"
}
}
}