Last active
August 14, 2023 12:36
-
-
Save port19x/33540b5c21997e3cb0287152ce48926d to your computer and use it in GitHub Desktop.
Monkeytype config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"theme":"nord", | |
"themeLight":"serika", | |
"themeDark":"serika_dark", | |
"autoSwitchTheme":false, | |
"customTheme":false, | |
"customThemeColors":[ | |
"#323437", | |
"#e2b714", | |
"#e2b714", | |
"#646669", | |
"#2c2e31", | |
"#d1d0c5", | |
"#ca4754", | |
"#7e2a33", | |
"#ca4754", | |
"#7e2a33" | |
], | |
"favThemes":[ | |
], | |
"showKeyTips":true, | |
"showLiveWpm":false, | |
"showTimerProgress":true, | |
"smoothCaret":"fast", | |
"quickRestart":"tab", | |
"punctuation":true, | |
"numbers":false, | |
"words":100, | |
"time":60, | |
"mode":"time", | |
"quoteLength":[ | |
0, | |
1, | |
2, | |
3 | |
], | |
"language":"english_10k", | |
"fontSize":1.5, | |
"freedomMode":false, | |
"difficulty":"master", | |
"blindMode":false, | |
"quickEnd":false, | |
"caretStyle":"default", | |
"paceCaretStyle":"off", | |
"flipTestColors":false, | |
"layout":"default", | |
"funbox":"read_ahead_easy", | |
"confidenceMode":"off", | |
"indicateTypos":"off", | |
"timerStyle":"mini", | |
"colorfulMode":true, | |
"randomTheme":"off", | |
"timerColor":"main", | |
"timerOpacity":"1", | |
"stopOnError":"off", | |
"showAllLines":false, | |
"keymapMode":"off", | |
"keymapStyle":"staggered", | |
"keymapLegendStyle":"lowercase", | |
"keymapLayout":"overrideSync", | |
"keymapShowTopRow":"layout", | |
"fontFamily":"Roboto_Mono", | |
"smoothLineScroll":false, | |
"alwaysShowDecimalPlaces":false, | |
"alwaysShowWordsHistory":false, | |
"singleListCommandLine":"manual", | |
"capsLockWarning":true, | |
"playSoundOnError":false, | |
"playSoundOnClick":"off", | |
"soundVolume":"0.1", | |
"startGraphsAtZero":true, | |
"showOutOfFocusWarning":true, | |
"paceCaret":"off", | |
"paceCaretCustomSpeed":85, | |
"repeatedPace":false, | |
"pageWidth":"125", | |
"accountChart":[ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment