-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreferences.json
More file actions
55 lines (55 loc) · 1.36 KB
/
Copy pathpreferences.json
File metadata and controls
55 lines (55 loc) · 1.36 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"property": "mod.zenarccommander.panel-color",
"label": "Panel color",
"type": "string",
"defaultValue": "#222226",
"placeholder": "#222226"
},
{
"property": "mod.zenarccommander.selection-base",
"label": "Selection base color",
"type": "string",
"defaultValue": "#383842",
"placeholder": "#383842"
},
{
"property": "mod.zenarccommander.panel-radius",
"label": "Panel corner radius",
"type": "string",
"defaultValue": "13px",
"placeholder": "13px"
},
{
"property": "mod.zenarccommander.fixed-selection",
"label": "Use the fixed selection color instead of the Zen accent",
"type": "checkbox",
"defaultValue": false
},
{
"property": "mod.zenarccommander.compact-results",
"label": "Use compact result rows",
"type": "checkbox",
"defaultValue": false
},
{
"property": "mod.zenarccommander.glass-opacity",
"label": "Glass opacity (include %)",
"type": "string",
"defaultValue": "92%",
"placeholder": "92%"
},
{
"property": "mod.zenarccommander.glass-blur",
"label": "Glass blur (include px)",
"type": "string",
"defaultValue": "144px",
"placeholder": "144px"
},
{
"property": "mod.zenarccommander.reduced-animations",
"label": "Reduce hover and selection animations",
"type": "checkbox",
"defaultValue": false
}
]