From fcb7a61e5fe2ba3d3033a6e1ab278e54351a56c8 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 6 Jun 2023 15:21:18 +0200 Subject: [PATCH] docs(theming): add theming:config background backgroundColor Signed-off-by: Daniel Kesselberg --- admin_manual/configuration_server/theming.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst index f88e192d7..21dad89d9 100644 --- a/admin_manual/configuration_server/theming.rst +++ b/admin_manual/configuration_server/theming.rst @@ -48,9 +48,7 @@ Use a color instead of an image as background: :: occ theming:config color "#0082c9" - occ theming:config --reset background - occ config:app:set theming backgroundMime --value="backgroundColor" - + occ theming:config background backgroundColor Theming of icons ----------------