From f791b2e6409a16f7436e8a603f44230bd7e33611 Mon Sep 17 00:00:00 2001 From: Filip Figiel Date: Wed, 6 Mar 2024 15:41:04 +0100 Subject: Add dark mode support (#26) --- static/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/index.js') diff --git a/static/index.js b/static/index.js index 825a4b0..022082d 100644 --- a/static/index.js +++ b/static/index.js @@ -52,6 +52,7 @@ function appendOutput(content, className) { const editor = new CodeFlask("#editor-target", { language: "gleam", + defaultTheme: false }); editor.addLanguage("gleam", prismGrammar); editor.updateCode(initialCode); -- cgit v1.2.3