Skip to content

Commit 43bc0dd

Browse files
committed
Changed the default theme
1 parent 54a1b5c commit 43bc0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karibski/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<script>
3838
ace.require("ace/ext/language_tools");
3939
var editor = ace.edit("editor");
40-
editor.setTheme("ace/theme/github_dark");
40+
editor.setTheme("ace/theme/cloud_editor_dark");
4141
editor.session.setMode("ace/mode/lua");
4242
editor.setOption("enableLiveAutocompletion", true);
4343
editor.setOption("cursorStyle", "smooth");

0 commit comments

Comments
 (0)