-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.json
30 lines (30 loc) · 1.07 KB
/
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
{
"name": "Moonclaw",
"about_url": "https://github.com/featheredtoast/discourse-moonclaw-theme",
"license_url": "https://github.com/featheredtoast/discourse-moonclaw-theme/blob/master/LICENSE.txt",
"color_schemes": {
"Moonclaw": {
"primary": "efefef",
"secondary": "000000",
"tertiary": "FFCC33",
"quaternary": "353535",
"header_background": "202020",
"header_primary": "0088cc",
"highlight": "FFCC33",
"danger": "993200",
"success": "009900",
"love": "fa6c8d"
}
},
"assets": {
"borders": "assets/borders.jpg",
"read": "assets/topic_read.gif",
"unread": "assets/topic_unread.gif",
"lock_read": "assets/topic_read_locked.gif",
"lock_unread": "assets/topic_unread_locked.gif",
"sticky_read": "assets/sticky_read.gif",
"sticky_unread": "assets/sticky_unread.gif",
"lock_sticky_read": "assets/sticky_read_locked.gif",
"lock_sticky_unread": "assets/sticky_unread_locked.gif"
}
}