1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

fix(admin-plugin): fix dark theme for admin panel #186 #168

This commit is contained in:
Awilum
2019-09-10 11:09:36 +03:00
parent 51db8b0511
commit dfa7727e84

View File

@@ -19,9 +19,9 @@
mode: "application/x-httpd-php",
{% endif %}
indentWithTabs: false,
{% if registry.settings.admin_panel.theme == light %}
{% if registry.settings.admin_panel.theme == 'light' %}
theme: "elegant",
{% elseif registry.settings.admin_panel.theme == dark %}
{% elseif registry.settings.admin_panel.theme == 'dark' %}
theme: "monokai",
{% endif %}
styleActiveLine: true,