-
Notifications
You must be signed in to change notification settings - Fork 57
/
about.json
36 lines (36 loc) · 977 Bytes
/
about.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Graceful Theme",
"about_url": "https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040",
"license_url": "https://github.com/discourse/graceful/blob/main/LICENSE",
"assets": {
"default-background": "assets/sayagata-400px.png"
},
"color_schemes": {
"Graceful": {
"primary": "333",
"secondary": "ffffff",
"tertiary": "88af8e",
"quaternary": "88af8e",
"header_background": "ffffff",
"header_primary": "333333",
"highlight": "d4efd8",
"danger": "f8745c",
"success": "41e254",
"love": "fa6c8d",
"selected": "edf3ee"
},
"Graceful Dark": {
"primary": "c4cfc5",
"secondary": "445446",
"tertiary": "88af8e",
"quaternary": "88af8e",
"header_background": "212821",
"header_primary": "ffffff",
"highlight": "7e9280",
"danger": "f8745c",
"success": "41e254",
"love": "fa6c8d",
"selected": "2c412f"
}
}
}