-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
46 lines (46 loc) · 1.38 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
40
41
42
43
44
45
46
{
"name": "Library Heading Colors",
"author": "Matthias#8282",
"manifest_version": 3,
"target": "Tweak",
"description": "This is a theme that allows you to re-color the library heading label and rule to colors that better fit your UI.",
"inject": {
"shared.css": ["SP", "MainMenu", "QuickAccess"]
},
"patches": {
"Colors": {
"type": "none",
"values": {
"_": {
"shared.css": ["SP", "MainMenu", "QuickAccess"]
}
},
"components": [
{
"name": "Label Color",
"type": "color-picker",
"on": "_",
"default": "#ffffff99",
"css_variable": "library-heading-recolor-label",
"tabs": ["SP", "MainMenu", "QuickAccess"]
},
{
"name": "Rule Color - Left",
"type": "color-picker",
"on": "_",
"default": "#7e666633",
"css_variable": "library-heading-recolor-rule-left",
"tabs": ["SP", "MainMenu", "QuickAccess"]
},
{
"name": "Rule Color - Right",
"type": "color-picker",
"on": "_",
"default": "#ffffff00",
"css_variable": "library-heading-recolor-rule-right",
"tabs": ["SP", "MainMenu", "QuickAccess"]
}
]
}
}
}