Skip to content

Commit 54a1b5c

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

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/dracula");
40+
editor.setTheme("ace/theme/github_dark");
4141
editor.session.setMode("ace/mode/lua");
4242
editor.setOption("enableLiveAutocompletion", true);
4343
editor.setOption("cursorStyle", "smooth");

0 commit comments

Comments
 (0)