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 54a1b5c commit 43bc0ddCopy full SHA for 43bc0dd
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/github_dark");
+ editor.setTheme("ace/theme/cloud_editor_dark");
41
editor.session.setMode("ace/mode/lua");
42
editor.setOption("enableLiveAutocompletion", true);
43
editor.setOption("cursorStyle", "smooth");
0 commit comments