diff options
Diffstat (limited to 'static/index.js')
-rw-r--r-- | static/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |