feat(browser): add monkey-type configuration

This commit is contained in:
Sergio Laín 2024-01-11 01:30:45 +01:00
parent 63e4a77c10
commit 9525b6a7f8
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,98 @@
{
"theme": "serika_dark",
"themeLight": "serika",
"themeDark": "serika_dark",
"autoSwitchTheme": false,
"customTheme": true,
"customThemeColors": [
"#24273a",
"#a6da95",
"#f4dbd6",
"#5b6078",
"#1e2030",
"#cad3f5",
"#ed8796",
"#ee99a0",
"#ed8796",
"#ee99a0"
],
"favThemes": [],
"showKeyTips": true,
"showLiveWpm": false,
"showTimerProgress": true,
"smoothCaret": "medium",
"quickRestart": "esc",
"punctuation": false,
"numbers": false,
"words": 50,
"time": 30,
"mode": "time",
"quoteLength": [1],
"language": "english",
"fontSize": 1.5,
"freedomMode": false,
"difficulty": "normal",
"blindMode": false,
"quickEnd": false,
"caretStyle": "default",
"paceCaretStyle": "default",
"flipTestColors": false,
"layout": "default",
"funbox": "none",
"confidenceMode": "off",
"indicateTypos": "off",
"timerStyle": "mini",
"colorfulMode": false,
"randomTheme": "off",
"timerColor": "main",
"timerOpacity": "1",
"stopOnError": "off",
"showAllLines": false,
"keymapMode": "off",
"keymapStyle": "staggered",
"keymapLegendStyle": "lowercase",
"keymapLayout": "overrideSync",
"keymapShowTopRow": "layout",
"fontFamily": "JetBrains_Mono",
"smoothLineScroll": false,
"alwaysShowDecimalPlaces": false,
"alwaysShowWordsHistory": false,
"singleListCommandLine": "manual",
"capsLockWarning": true,
"playSoundOnError": "off",
"playSoundOnClick": "off",
"soundVolume": "0.5",
"startGraphsAtZero": true,
"showOutOfFocusWarning": true,
"paceCaret": "off",
"paceCaretCustomSpeed": 100,
"repeatedPace": true,
"pageWidth": "125",
"accountChart": ["on", "on", "on", "on"],
"minWpm": "off",
"minWpmCustomSpeed": 100,
"highlightMode": "letter",
"typingSpeedUnit": "wpm",
"ads": "off",
"hideExtraLetters": false,
"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],
"customLayoutfluid": "qwerty#dvorak#colemak",
"monkeyPowerLevel": "off",
"minBurst": "off",
"minBurstCustomSpeed": 100,
"burstHeatmap": false,
"britishEnglish": false,
"lazyMode": false,
"showAverage": "off",
"tapeMode": "off"
}