From c7223ff4fd8eaaf6f84fca2c6a289ac3edf9aaec Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 27 Feb 2024 06:51:14 -0600 Subject: [PATCH] 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. --- authelia/configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 36186ca..5bbc241 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -161,3 +161,5 @@ storage: telemetry: metrics: enabled: true + +theme: auto