From 15297ca4af2a1ed13e069c5da3af6a9b962c99e2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Fri, 15 Aug 2025 19:52:47 +0700 Subject: [PATCH] add: add about http.theme option --- docs/user-guide/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index a58f574..67071c8 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -109,6 +109,7 @@ http.user | Username for basic auth (default: i2pd) http.pass | Password for basic auth (default: random, see logs) http.strictheaders | Enable strict host checking on WebUI. (default: true) http.hostname | Expected hostname for WebUI (default: localhost) +http.theme | Set webconsole CSS theme. Built-in themes: `black`, `white` (default: `light`). To use a custom theme, place a CSS file (e.g., `hacker.css`) in `%DataDir%/webconsole/` and use `--http.theme=hacker`. ### HTTP proxy