diff --git a/site/plugins/admin/templates/partials/modules/codemirror.html b/site/plugins/admin/templates/partials/modules/codemirror.html index f003f845..e2ffe7e4 100644 --- a/site/plugins/admin/templates/partials/modules/codemirror.html +++ b/site/plugins/admin/templates/partials/modules/codemirror.html @@ -19,11 +19,7 @@ mode: "application/x-httpd-php", {% endif %} indentWithTabs: false, - {% if registry.settings.admin_panel.theme == 'light' %} - theme: "elegant", - {% elseif registry.settings.admin_panel.theme == 'dark' %} - theme: "monokai", - {% endif %} + theme: "elegant", styleActiveLine: true });