-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.json
More file actions
36 lines (33 loc) · 1.03 KB
/
about.json
File metadata and controls
36 lines (33 loc) · 1.03 KB
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": "DiscouRS",
"about_url": "https://lostcity.rs",
"license_url": "https://github.com/KeepBotting/DiscouRS/blob/main/LICENSE",
"assets": {
"background": "assets/background.jpg",
"head-tag-banner": "assets/head-tag-banner.jpg",
"staffmod": "assets/staffmod.png",
"fmod": "assets/fmod.png",
"locked": "assets/locked.png",
"stickied": "assets/stickied.png",
"xstickied": "assets/xstickied.png"
},
"color_schemes": {
"DiscouRS": {
"primary": "ffffff",
"secondary": "000000",
"tertiary": "90c040",
"quaternary": "382418",
"header_background": "000000",
"header_primary": "dddddd",
"highlight": "90c040",
"danger": "e45735",
"success": "1ca551",
"love": "ffd700",
"selected": "052e3d",
"hover": "313131"
}
},
"components": [
"https://github.com/VaperinaDEV/closed-sidebar-by-default"
]
}