From c5454c9f8ba787307296843e8de86ad8974c5d73 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Thu, 19 Jan 2023 17:41:52 +0300 Subject: [PATCH] Pull request: 613-dark-theme Merge in DNS/adguard-home-wiki from 613-dark-theme to master Squashed commit of the following: commit ad93b5b5ccdea24142eb7a59e2f01baa0e17951a Author: Dimitry Kolyshev Date: Thu Jan 19 18:34:31 2023 +0700 Configuration: ui theme --- Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration.md b/Configuration.md index 1ce0257..7c8380e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -490,6 +490,8 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib addresses by sending PTR requests. - `serve_http3` (**since v0.107.15**): Enables DNS-over-HTTP/3 serving for DNS-over-HTTPS clients as well as for the web UI. + - `theme` (**since v0.107.22**): The theme of UI. The possible values are: + `auto`, `dark`, `light`. - `filters` — List of filters, each filter has the following values: - `enabled` — Current filter's status (enabled/disabled). - `url` — URL pointing to the filter contents (filtering rules).