From 1be573e720d281060025f516217556cfcccd2d5b Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Tue, 18 Nov 2025 18:40:37 -0500 Subject: [PATCH] docs: add default theme cfg option to docs --- docs/src/content/docs/reference/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index 1b6fb98..3a501d6 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -23,6 +23,9 @@ If the environment variable is defined without **and** with the suffix at the sa ##### KOITO_DEFAULT_PASSWORD - Default: `changeme` - Description: The password for the user that is created on first startup. Only applies when running Koito for the first time. +##### KOITO_DEFAULT_THEME +- Default: `yuu` +- Description: The lowercase name of the default theme to be used by the client. Overridden if a user picks a theme in the theme switcher. ##### KOITO_BIND_ADDR - Description: The address to bind to. The default blank value is equivalent to `0.0.0.0`. ##### KOITO_LISTEN_PORT