aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/Bootstrap.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap/Bootstrap.php b/bootstrap/Bootstrap.php
index 39e6c08..02d9395 100644
--- a/bootstrap/Bootstrap.php
+++ b/bootstrap/Bootstrap.php
@@ -14,3 +14,9 @@ $router = new Router;
/* create navigator */
$navigation = new Navigation();
+
+/* create new theme */
+$theme = new Theme;
+
+/* enable dark and light themes */
+$theme->toggle();