From a24e0cf10a41ccc03a21088ec6a0317cd2b7afa9 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 9 Dec 2025 22:41:45 -0600 Subject: [PATCH] docs: Use `background_color` instead of deprecated `color` Looks like Nextcloud has deprecated the `color` setting. Use `background_color` instead in the theming documentation. Signed-off-by: Ryan Brue --- admin_manual/configuration_server/theming.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst index 5a38488d984..6dbd80ade55 100644 --- a/admin_manual/configuration_server/theming.rst +++ b/admin_manual/configuration_server/theming.rst @@ -34,7 +34,7 @@ You can also configure theming using the ``occ theming:config`` command. Available settings include: -- `name`, `url`, `imprintUrl`, `privacyUrl`, `slogan`, `color`, `primary_color`. +- `name`, `url`, `imprintUrl`, `privacyUrl`, `slogan`, `background_color`, `primary_color`. Example: ``occ theming:config name "My Example Cloud"`` - `background`, `logo`, `favicon`, `logoheader`. Example: ``occ theming:config logo /tmp/mylogo.png`` @@ -47,7 +47,7 @@ To use a color (instead of an image) for the background: :: - occ theming:config color "#0082c9" + occ theming:config background_color "#0082c9" occ theming:config background backgroundColor Icon theming