add default theme to config.toml.example

This commit is contained in:
Kevin Colwell 2023-06-28 18:22:00 +00:00
parent 5242b95a0e
commit 0453d5ca78
1 changed files with 3 additions and 0 deletions

View File

@ -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
################################################################################