🔧 chore(browser): update monkey-type config
This commit is contained in:
parent
9535534aed
commit
3fb9e58cd7
1 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
"customTheme": true,
|
||||
"customThemeColors": [
|
||||
"#24273a",
|
||||
"#a6da95",
|
||||
"#b7bdf8",
|
||||
"#f4dbd6",
|
||||
"#5b6078",
|
||||
"#1e2030",
|
||||
|
@ -18,8 +18,6 @@
|
|||
],
|
||||
"favThemes": [],
|
||||
"showKeyTips": true,
|
||||
"showLiveWpm": false,
|
||||
"showTimerProgress": true,
|
||||
"smoothCaret": "medium",
|
||||
"quickRestart": "esc",
|
||||
"punctuation": false,
|
||||
|
@ -42,6 +40,9 @@
|
|||
"confidenceMode": "off",
|
||||
"indicateTypos": "off",
|
||||
"timerStyle": "mini",
|
||||
"liveSpeedStyle": "off",
|
||||
"liveAccStyle": "off",
|
||||
"liveBurstStyle": "off",
|
||||
"colorfulMode": false,
|
||||
"randomTheme": "off",
|
||||
"timerColor": "main",
|
||||
|
@ -53,6 +54,7 @@
|
|||
"keymapLegendStyle": "lowercase",
|
||||
"keymapLayout": "overrideSync",
|
||||
"keymapShowTopRow": "layout",
|
||||
"keymapSize": 1,
|
||||
"fontFamily": "JetBrains_Mono",
|
||||
"smoothLineScroll": false,
|
||||
"alwaysShowDecimalPlaces": false,
|
||||
|
@ -61,13 +63,12 @@
|
|||
"capsLockWarning": true,
|
||||
"playSoundOnError": "off",
|
||||
"playSoundOnClick": "off",
|
||||
"soundVolume": "0.5",
|
||||
"soundVolume": 0.5,
|
||||
"startGraphsAtZero": true,
|
||||
"showOutOfFocusWarning": true,
|
||||
"paceCaret": "off",
|
||||
"paceCaretCustomSpeed": 100,
|
||||
"repeatedPace": true,
|
||||
"pageWidth": "125",
|
||||
"accountChart": ["on", "on", "on", "on"],
|
||||
"minWpm": "off",
|
||||
"minWpmCustomSpeed": 100,
|
||||
|
@ -78,14 +79,12 @@
|
|||
"strictSpace": false,
|
||||
"minAcc": "off",
|
||||
"minAccCustom": 90,
|
||||
"showLiveAcc": false,
|
||||
"showLiveBurst": false,
|
||||
"monkey": false,
|
||||
"repeatQuotes": "off",
|
||||
"oppositeShiftMode": "off",
|
||||
"customBackground": "",
|
||||
"customBackgroundSize": "cover",
|
||||
"customBackgroundFilter": [0, 1, 1, 1, 1],
|
||||
"customBackgroundFilter": [0, 1, 1, 1],
|
||||
"customLayoutfluid": "qwerty#dvorak#colemak",
|
||||
"monkeyPowerLevel": "off",
|
||||
"minBurst": "off",
|
||||
|
@ -94,5 +93,6 @@
|
|||
"britishEnglish": false,
|
||||
"lazyMode": false,
|
||||
"showAverage": "off",
|
||||
"tapeMode": "off"
|
||||
"tapeMode": "off",
|
||||
"maxLineWidth": 0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue