From 3fb9e58cd7bf77084e6807d94f75eb904035289e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Sep 2024 12:56:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(browser):=20update=20monke?= =?UTF-8?q?y-type=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/webpages/monkey-type.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 }