Skip to content

Commit a24e0cf

Browse files
authored
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 <[email protected]>
1 parent 1ee53e4 commit a24e0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin_manual/configuration_server/theming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can also configure theming using the ``occ theming:config`` command.
3434

3535
Available settings include:
3636

37-
- `name`, `url`, `imprintUrl`, `privacyUrl`, `slogan`, `color`, `primary_color`.
37+
- `name`, `url`, `imprintUrl`, `privacyUrl`, `slogan`, `background_color`, `primary_color`.
3838
Example: ``occ theming:config name "My Example Cloud"``
3939
- `background`, `logo`, `favicon`, `logoheader`.
4040
Example: ``occ theming:config logo /tmp/mylogo.png``
@@ -47,7 +47,7 @@ To use a color (instead of an image) for the background:
4747

4848
::
4949

50-
occ theming:config color "#0082c9"
50+
occ theming:config background_color "#0082c9"
5151
occ theming:config background backgroundColor
5252

5353
Icon theming

0 commit comments

Comments
 (0)