diff --git a/.config/browser/webpages/monkey-type.json b/.config/browser/webpages/monkey-type.json index ddc23f6b..7b29e666 100644 --- a/.config/browser/webpages/monkey-type.json +++ b/.config/browser/webpages/monkey-type.json @@ -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 }