-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
56 lines (56 loc) · 1.29 KB
/
config.json
File metadata and controls
56 lines (56 loc) · 1.29 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
56
{
"window": {
"defaultWidth": 1400,
"defaultHeight": 800,
"minWidth": 800,
"minHeight": 600
},
"zoom": {
"default": 1.0,
"min": 0.5,
"max": 3.0,
"increment": 0.25
},
"colors": {
"left": {
"defaultBgHue": 0,
"defaultBgIntensity": 15,
"defaultHlHue": 0,
"defaultHlIntensity": 40
},
"right": {
"defaultBgHue": 120,
"defaultBgIntensity": 15,
"defaultHlHue": 120,
"defaultHlIntensity": 40
},
"bgIntensityMin": 0,
"bgIntensityMax": 40,
"hlIntensityMin": 10,
"hlIntensityMax": 60
},
"fuzzySentenceMatching": {
"minMatchPercent": 10,
"maxMatchPercent": 100,
"defaultFuzzLevel": 0.00,
"wordLookAheadLimit": 5
},
"fuzzyParagraphMatching": {
"minMatchPercent": 30,
"maxMatchPercent": 100,
"defaultFuzzLevel": 0.00
},
"ui": {
"statusBarUpdateIntervalMs": 60000,
"paragraphSyncHighlightDurationMs": 600,
"paragraphSyncHighlightColor": "rgba(100, 100, 255, 0.3)",
"sentenceSyncHighlightColor": "rgba(100, 100, 255, 0.5)",
"tooltipDisplayDurationMs": 1500
},
"toolbar": {
"defaultParagraphAlgorithm": "thomas",
"defaultSentenceAlgorithm": "thomas",
"defaultParagraphMatchingEnabled": true,
"defaultSentenceMatchingEnabled": true
}
}