-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskin.json
More file actions
29 lines (29 loc) · 937 Bytes
/
skin.json
File metadata and controls
29 lines (29 loc) · 937 Bytes
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
{
"metadata": {
"id": "bootstrap",
"name": "Bootstrap",
"author": "Bluffingo Development",
"description": "The earlier look of SquareBracket.",
"site": "squarebracket",
"themes": [
{
"id": "default",
"name": "Default",
"description": "The default theme for this skin.",
"author": "Bluffingo Development"
},
{
"id": "classic",
"name": "Classic",
"description": "Emulates the version of SquareBracket from mid-2021.",
"author": "Bluffingo Development"
},
{
"id": "vanilla",
"name": "Vanilla",
"description": "The default look of Bootstrap.",
"author": "Bluffingo Development"
}
]
}
}