diff --git a/site/plugins/admin/views/partials/head.php b/site/plugins/admin/views/partials/head.php index a1cbfb6f..c4d638df 100755 --- a/site/plugins/admin/views/partials/head.php +++ b/site/plugins/admin/views/partials/head.php @@ -9,7 +9,7 @@ use function Flextype\Component\I18n\__; ?> - +
@@ -23,7 +23,14 @@ use function Flextype\Component\I18n\__; - + + + + + + + + diff --git a/site/plugins/admin/views/partials/tail.php b/site/plugins/admin/views/partials/tail.php index 5d505156..2ffff325 100755 --- a/site/plugins/admin/views/partials/tail.php +++ b/site/plugins/admin/views/partials/tail.php @@ -3,7 +3,7 @@ namespace Flextype; use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets, Notification\Notification}; ?> - + @@ -143,7 +143,11 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets mode: "application/x-httpd-php", indentWithTabs: false, + + theme: "elegant", + theme: "monokai", + styleActiveLine: true, });