2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-03 23:54:20 +08:00
discourse/themes/foundation/about.json
Jarek Radosz dfe66db62b
DEV: Clean up themes' about.json files (#34219)
Remove obsolete fields and reformat.
2025-08-18 12:35:02 +02:00

14 lines
293 B
JSON

{
"name": "Foundation",
"authors": "Discourse",
"theme_version": "1.0.0",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {},
"modifiers": {},
"color_schemes": {},
"screenshots": [
"screenshots/light.png",
"screenshots/dark.png"
]
}