authelia: Enable dark theme

A recent version of *Authelia* added a dark theme.  Setting the `theme`
option to `auto` enables it when the user agent has the "prefers dark
mode" hint enabled.
This commit is contained in:
2024-02-27 06:51:14 -06:00
parent de72776e73
commit c7223ff4fd

View File

@@ -161,3 +161,5 @@ storage:
telemetry:
metrics:
enabled: true
theme: auto