From 0453d5ca78f114e6b2d9e4cd057531b39e8f7dc8 Mon Sep 17 00:00:00 2001 From: Kevin C Date: Wed, 28 Jun 2023 18:22:00 +0000 Subject: [PATCH] add default theme to config.toml.example --- app/config/config.toml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/config.toml.example b/app/config/config.toml.example index b185050b..4d2d086d 100644 --- a/app/config/config.toml.example +++ b/app/config/config.toml.example @@ -14,6 +14,9 @@ show_anime_collection = true # do you wish to show the manga collection? show_manga_collection = false +# what theme would you like to use? light, dark, or auto +theme = "auto" + ################################################################################ # Default views and paths ################################################################################