From c7215f46c1f8879d93eb61a6394e090b799aa268 Mon Sep 17 00:00:00 2001 From: JakeYallop <30874283+JakeYallop@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:36:54 +0100 Subject: [PATCH] Ensure theme switches to preferred colour scheme on first load --- src/web/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/index.js b/src/web/index.js index 110f0d2b..69e01e36 100755 --- a/src/web/index.js +++ b/src/web/index.js @@ -46,7 +46,7 @@ function main() { showErrors: true, errorTimeout: 4000, attemptHighlight: true, - theme: "classic", + theme: undefined, useMetaKey: false, logLevel: "info", autoMagic: true,