From 04a103919f253c9a985419a3f86a060f27136a30 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 15 May 2020 04:20:12 +0100 Subject: [PATCH] made dark theme the new default --- public/index.html | 2 +- public/js/userconfig.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 70055cb7d..898b45b54 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ Monkey Type - + diff --git a/public/js/userconfig.js b/public/js/userconfig.js index 2c5f9b68e..2f7fb3b0f 100644 --- a/public/js/userconfig.js +++ b/public/js/userconfig.js @@ -1,5 +1,5 @@ let config = { - theme: 'light', + theme: 'dark', showKeyTips: true, showLiveWpm: true, smoothCaret: true,