-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonkeytype.json
99 lines (99 loc) · 2.42 KB
/
monkeytype.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
{
"theme": "catppuccin",
"themeLight": "serika",
"themeDark": "serika_dark",
"autoSwitchTheme": false,
"customTheme": false,
"customThemeColors": [
"#191f28",
"#ffdfb3",
"#ffd08f",
"#4b5975",
"#141a22",
"#ccccb5",
"#b81b2c",
"#84131f",
"#b81b2c",
"#84131f"
],
"favThemes": ["superuser", "8008", "moonlight", "shadow", "dark_note"],
"showKeyTips": true,
"smoothCaret": "slow",
"codeUnindentOnBackspace": false,
"quickRestart": "tab",
"punctuation": false,
"numbers": false,
"words": 10,
"time": 15,
"mode": "quote",
"quoteLength": [3],
"language": "english_1k",
"fontSize": 2.5,
"freedomMode": false,
"difficulty": "expert",
"blindMode": false,
"quickEnd": false,
"caretStyle": "default",
"paceCaretStyle": "default",
"flipTestColors": true,
"layout": "default",
"funbox": "none",
"confidenceMode": "off",
"indicateTypos": "below",
"timerStyle": "bar",
"liveSpeedStyle": "mini",
"liveAccStyle": "mini",
"liveBurstStyle": "off",
"colorfulMode": true,
"randomTheme": "off",
"timerColor": "text",
"timerOpacity": "1",
"stopOnError": "off",
"showAllLines": false,
"keymapMode": "react",
"keymapStyle": "staggered",
"keymapLegendStyle": "blank",
"keymapLayout": "overrideSync",
"keymapShowTopRow": "never",
"keymapSize": 1,
"fontFamily": "JetBrains_Mono",
"smoothLineScroll": true,
"alwaysShowDecimalPlaces": false,
"alwaysShowWordsHistory": true,
"singleListCommandLine": "manual",
"capsLockWarning": false,
"playSoundOnError": "off",
"playSoundOnClick": "off",
"soundVolume": 0.5,
"startGraphsAtZero": true,
"showOutOfFocusWarning": true,
"paceCaret": "off",
"paceCaretCustomSpeed": 100,
"repeatedPace": false,
"accountChart": ["on", "on", "on", "on"],
"minWpm": "off",
"minWpmCustomSpeed": 100,
"highlightMode": "letter",
"typingSpeedUnit": "wpm",
"ads": "off",
"hideExtraLetters": false,
"strictSpace": false,
"minAcc": "off",
"minAccCustom": 90,
"monkey": false,
"repeatQuotes": "typing",
"oppositeShiftMode": "off",
"customBackground": "",
"customBackgroundSize": "cover",
"customBackgroundFilter": [0, 0.5, 0.4, 0],
"customLayoutfluid": "qwerty#dvorak#colemak",
"monkeyPowerLevel": "off",
"minBurst": "off",
"minBurstCustomSpeed": 100,
"burstHeatmap": true,
"britishEnglish": true,
"lazyMode": false,
"showAverage": "both",
"tapeMode": "off",
"maxLineWidth": 0
}