✨ feat(browser): add monkey-type configuration
This commit is contained in:
parent
63e4a77c10
commit
9525b6a7f8
1 changed files with 98 additions and 0 deletions
98
.config/browser/monkey-type/config.json
Normal file
98
.config/browser/monkey-type/config.json
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue