From 66bbc3415f09994d7666afee9c9cb367fe5062fe Mon Sep 17 00:00:00 2001 From: Joduai <4009106+Joduai@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:58:31 +0000 Subject: [PATCH] Add files via upload --- config/config.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.ini.example b/config/config.ini.example index 13eba07..77233f1 100644 --- a/config/config.ini.example +++ b/config/config.ini.example @@ -202,3 +202,6 @@ views.root = "themes/twentysixteen" ; Framework config. No need to edit. views.layout = "layout" + +; Admin theme: light or dark mode +admin.theme = "dark" \ No newline at end of file