Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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
Expand Down