mirror of
https://github.com/godotengine/discourse-theme.git
synced 2025-12-31 17:48:45 +03:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
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 Light": {
|
|
"primary": "0f1012",
|
|
"secondary": "f1f1f1",
|
|
"tertiary": "478cc0",
|
|
"tertiary-low": "bad9f0",
|
|
"quaternary": "396f99",
|
|
"quaternary-low": "739dbd",
|
|
"highlight-bg": "739dbd",
|
|
"header_background": "ededed",
|
|
"header_primary": "333639",
|
|
"highlight": "f6aa78",
|
|
"selected": "d4d4d4",
|
|
"hover": "c9c9c9",
|
|
"danger": "e45735",
|
|
"success": "1dbf89",
|
|
"love": "f57389"
|
|
},
|
|
"Godot Dark": {
|
|
"primary": "dddddd",
|
|
"secondary": "202326",
|
|
"tertiary": "85c2e0",
|
|
"quaternary": "478cc0",
|
|
"quaternary-low": "1a364d",
|
|
"highlight-bg": "10456c",
|
|
"header_background": "333639",
|
|
"header_primary": "eeeeee",
|
|
"highlight": "f6aa78",
|
|
"selected": "2c2c2c",
|
|
"hover": "353535",
|
|
"danger": "e45735",
|
|
"success": "67e6bb",
|
|
"love": "f57389"
|
|
}
|
|
}
|
|
}
|