Update sql editor theme to twilight, make font bigger

This commit is contained in:
Dan Sosedoff
2016-01-04 19:17:51 -06:00
parent 82c162d399
commit aa0ffedc8c
5 changed files with 41 additions and 8 deletions

View File

@@ -392,6 +392,8 @@ function initEditor() {
var writeQueryTimeout = null;
editor = ace.edit("custom_query");
editor.setFontSize(13);
editor.setTheme("ace/theme/tomorrow");
editor.getSession().setMode("ace/mode/pgsql");
editor.getSession().setTabSize(2);
editor.getSession().setUseSoftTabs(true);