Files
discourse-theme/about.json
2023-11-22 18:20:27 +01:00

25 lines
658 B
JSON

{
"name": "Godot Theme",
"component": false,
"license_url": "https://github.com/godotengine/discourse-theme/blob/main/LICENSE",
"about_url": "https://github.com/godotengine/discourse-theme",
"color_schemes": {
"Godot": {
"primary": "dddddd",
"secondary": "202326",
"tertiary": "85c2e0",
"quaternary": "f57389",
"quaternary-low": "f573895c",
"highlight-bg": "10456c",
"header_background": "333639",
"header_primary": "eeeeee",
"highlight": "f6aa78",
"selected": "2c2c2c",
"hover": "353535",
"danger": "e45735",
"success": "67e6bb",
"love": "f57389"
}
}
}