Skip to content

Commit 986290a

Browse files
authored
Merge pull request #13929 from ryanabx/patch-1
docs: Use `background_color` instead of deprecated `color`
2 parents cb92e89 + a24e0cf commit 986290a

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)