-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
34 lines (34 loc) · 1.32 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
{
"name": "Cider QOL Changes",
"description": "Cider QOL Changes",
"version": "1.0.1",
"author": "DecibillyJoel",
"github_repo": "DecibillyJoel/Cider-QOL-Changes",
"pack": [
{
"name": "Cider QOL Changes: Alt BG #1 (Blurrier/Smoother/Frostier)",
"description": "Makes the background blurrier/smoother, resulting in a more uniform color",
"file": "blurry_bg.less"
},
{
"name": "Cider QOL Changes: Alt BG #2 (Darker/Duller/Layered)",
"description": "Makes the background darker/duller, resulting in a more distinct background",
"file": "clear_bg.less"
},
{
"name": "Cider QOL Changes: Alt BG #3 (Accent-Colored Tint)",
"description": "Makes the background tinted by Cider's accent color",
"file": "themecolored_bg.less"
},
{
"name": "Cider QOL Changes: Alt BG #4 (Light-Theme/Sugary/Poppy)",
"description": "Makes the background completely unrestrained",
"file": "light_bg.less"
},
{
"name": "Cider QOL Changes: Force Default Cider Button (Top Left)",
"description": "Forces the icon of the top left Cider Button to remain the default",
"file": "cider_button.less"
}
]
}