forked from Team-BTMC/ppcounter-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
93 lines (93 loc) · 2.59 KB
/
settings.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"uniqueID": "GraphDisabled",
"type": "checkbox",
"title": "Disable Graph",
"description": "Disable the strain graph.",
"options": "Enabled, Disabled",
"value": "Disabled"
},
{
"uniqueID": "GraphSmoothing",
"type": "options",
"title": "Graph Smoothing",
"description": "Change the smoothing of the strain graph.",
"options": [
"Raw data",
"Small smoothing",
"Smoothing",
"Big smooth",
"Manscaped smooth"
],
"value": "Smoothing"
},
{
"uniqueID": "CutoffPos",
"type": "options",
"title": "Cut off position",
"description": "Change the position of the cut off line of the pp-counter.",
"options": [
"Top",
"Left",
"Right",
"None"
],
"value": "None"
},
{
"uniqueID": "GraphColor",
"type": "color",
"title": "Graph Color",
"description": "Note: this doesn't work yet.\nChange the color of the strain graph.",
"value": "#B9EAFF"
},
{
"uniqueID": "GradientColor1",
"type": "color",
"title": "Gradient Color 1",
"description": "Change the top gradient color of the background.",
"value": "#1e1e1e"
},
{
"uniqueID": "GradientColor2",
"type": "color",
"title": "Gradient Color 2",
"description": "Change the bottom gradient color of the background.",
"value": "#1e1e1e"
},
{
"uniqueID": "OutlineColor",
"type": "color",
"title": "Outline Color",
"description": "Change the color of the outline.",
"value": "#191919"
},
{
"uniqueID": "DashedLinesColor",
"type": "color",
"title": "Dashed Lines Color",
"description": "Change the color of the dashed lines.",
"value": "#ffffff"
},
{
"uniqueID": "100Color",
"type": "color",
"title": "100 Color Indicator",
"description": "Change the color of the indicator of the 100 marker.",
"value": "#6EF063"
},
{
"uniqueID": "50Color",
"type": "color",
"title": "50 Color Indicator",
"description": "Change the color of the indicator of the 50 marker.",
"value": "#F0E263"
},
{
"uniqueID": "MissColor",
"type": "color",
"title": "Miss Color Indicator",
"description": "Change the color of the indicator of the miss marker.",
"value": "#F06363"
}
]