-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsettings.json
137 lines (137 loc) · 3.91 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[
{
"uniqueID": "GraphDisabled",
"type": "checkbox",
"title": "Disable Graph",
"description": "Disable the strain graph.",
"options": "Enabled, Disabled",
"value": "Enabled"
},
{
"uniqueID": "UseSSPP",
"type": "checkbox",
"title": "Show PP for SS",
"description": "Instead of showing PP for FC with current accuracy, show PP for SS",
"options": "Enabled, Disabled",
"value": "Disabled"
},
{
"uniqueID": "ShowVisualizer",
"type": "checkbox",
"title": "Show BPM visualizer",
"description": "Enables background lighting BPM visualizer",
"options": "Enabled, Disabled",
"value": "Disabled"
},
{
"uniqueID": "GraphSmoothing",
"type": "options",
"title": "Graph Smoothing",
"description": "Change the smoothing of the strain graph.",
"options": [
"Raw data",
"Roughly smooth",
"Softly smooth",
"Silky smooth",
"Velvety smooth",
"Manscaped smooth"
],
"value": "Smoothing"
},
{
"uniqueID": "GraphPos",
"type": "options",
"title": "Graph Position",
"description": "Change the position of the strain graph.",
"options": [
"Below",
"Above"
],
"value": "Below"
},
{
"uniqueID": "CutoffPos",
"type": "options",
"title": "Cut off position",
"description": "Change the position of the cut off line of the pp-counter.",
"options": [
"Top",
"Bottom",
"Left",
"Right",
"None"
],
"value": "Top"
},
{
"uniqueID": "HitJudgements",
"type": "checkbox",
"title": "Disable Hit Judgements",
"description": "Disable the hit judgements overlayed on the graph",
"options": "Enabled, Disabled",
"value": "Disabled"
},
{
"uniqueID": "GraphColor",
"type": "color",
"title": "Graph Color",
"description": "Change the color of the strain graph.",
"value": "#2A8270"
},
{
"uniqueID": "MultiplierColorEnabled",
"type": "checkbox",
"title": "Dynamic statistic colors",
"description": "Dynamically change the beatmap statistic colors based on mods or bpm shifts.",
"value": "Enabled"
},
{
"uniqueID": "GradientColor1",
"type": "color",
"title": "Gradient Color 1",
"description": "Change the top gradient color of the background.",
"value": "#1D3860"
},
{
"uniqueID": "GradientColor2",
"type": "color",
"title": "Gradient Color 2",
"description": "Change the bottom gradient color of the background.",
"value": "#072045"
},
{
"uniqueID": "OutlineColor",
"type": "color",
"title": "Outline Color",
"description": "Change the color of the outline.",
"value": "#F3F589"
},
{
"uniqueID": "DashedLinesColor",
"type": "color",
"title": "Dashed Lines Color",
"description": "Change the color of the dashed lines.",
"value": "#254982"
},
{
"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"
}
]