From 9525b6a7f8b858e1697e4fc2aa50a15a94780fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 11 Jan 2024 01:30:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(browser):=20add=20monkey-type?= =?UTF-8?q?=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/monkey-type/config.json | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 .config/browser/monkey-type/config.json diff --git a/.config/browser/monkey-type/config.json b/.config/browser/monkey-type/config.json new file mode 100644 index 00000000..ddc23f6b --- /dev/null +++ b/.config/browser/monkey-type/config.json @@ -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" +}