-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
39 lines (39 loc) · 1.21 KB
/
theme.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
37
38
39
{
"name": "iRemixes theme",
"description": "iRemixes Themes for Astora Project",
"version": "3.1.10",
"author": "Astora",
"github_repo": "mefsaal/IRemixes",
"pack":[
{
"name": "Inline-Drawers",
"description": "",
"file": "addons/inline.less"
},
{
"name": "NoN-Floaty(Mojave)",
"description": "No Floaty Bottom panel",
"file": "addons/nonfloaty.less"
},
{
"name": "Controls Position(Mojave)",
"description": "Controls Position to Vanilla Theme",
"file": "addons/vanillacontrol.less"
},
{
"name": "Controls Position Reverse(Mojave)",
"description": "Controls Position to Vanilla Theme (reverse)",
"file": "addons/vanillacontrolreverse.less"
},
{
"name": "Controls Position Right(Mojave)",
"description": "Controls Position to Right",
"file": "addons/controlsright.less"
},
{
"name": "Bottom Panel(Mojave)",
"description": "Bottom Panel to Vanilla iTheme",
"file": "addons/vanillabottom.less"
}
]
}