Files
discourse_theme_ran/about.json
T

39 lines
1.0 KiB
JSON

{
"name": "next-gen",
"authors": "Design Team",
"about_url": "TODO: Put your theme's public repo or Meta topic URL here",
"license_url": "TODO: Put your theme's LICENSE URL here",
"learn_more": "TODO",
"theme_version": "0.0.1",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {},
"modifiers": {},
"components": [
"https://github.com/discourse/discourse-sidebar-new-topic-button.git",
"https://github.com/discourse/discourse-search-banner.git"
],
"color_schemes": {
"next_gen": {
"primary": "1A1A1A",
"primary-low": "ebecf9",
"primary-500": "8591ad",
"secondary": "ffffff",
"header_background": "f5f8ff",
"tertiary": "595bca",
"tertiary-low": "d8d9f3",
"selected": "d8d9f3",
"hover": "ebebf9"
},
"next_gen_dark": {
"primary": "f8f5ff",
"secondary": "1d0058",
"header_background": "00091d",
"header_primary": "F5F8FF",
"tertiary": "595bca",
"selected": "292f90",
"hover": "0f0031"
}
}
}