forked from aosus/graceful
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.json
34 lines (34 loc) · 929 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
{
"name": "graceful",
"about_url": "https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040/1",
"license_url": "https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040/1",
"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"
},
"Graceful Dark": {
"primary": "c4cfc5",
"secondary": "445446",
"tertiary": "88af8e",
"quaternary": "88af8e",
"header_background": "212821",
"header_primary": "ffffff",
"highlight": "7e9280",
"danger": "f8745c",
"success": "41e254",
"love": "fa6c8d"
}
}
}