We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa14b8c commit 54a1b5cCopy full SHA for 54a1b5c
karibski/index.html
@@ -37,7 +37,7 @@
37
<script>
38
ace.require("ace/ext/language_tools");
39
var editor = ace.edit("editor");
40
- editor.setTheme("ace/theme/dracula");
+ editor.setTheme("ace/theme/github_dark");
41
editor.session.setMode("ace/mode/lua");
42
editor.setOption("enableLiveAutocompletion", true);
43
editor.setOption("cursorStyle", "smooth");
0 commit comments