diff --git a/admin_manual/configuration_server/index.rst b/admin_manual/configuration_server/index.rst index 05cb49cbd98..364dd663f92 100644 --- a/admin_manual/configuration_server/index.rst +++ b/admin_manual/configuration_server/index.rst @@ -24,3 +24,4 @@ Nextcloud Server Configuration js_css_asset_management_configuration automatic_configuration oc_server_tuning + theming diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst new file mode 100644 index 00000000000..35a2f5d59dc --- /dev/null +++ b/admin_manual/configuration_server/theming.rst @@ -0,0 +1,20 @@ +======= +Theming +======= + +In the administrative settings you can modify the appearance of Nextcloud: + +* Name +* Web Address +* Slogan +* Color: The color of header bar, checkboxes and folder icon +* Logo: The logo will appear in the header and on the log in page +* Log in image: The background image of the log in page + + +.. figure:: ../images/theming.png + + +Log in page + +.. figure:: ../images/theming-log-in-page.png diff --git a/admin_manual/images/theming-log-in-page.png b/admin_manual/images/theming-log-in-page.png new file mode 100644 index 00000000000..661aedf429d Binary files /dev/null and b/admin_manual/images/theming-log-in-page.png differ diff --git a/admin_manual/images/theming.png b/admin_manual/images/theming.png new file mode 100644 index 00000000000..1d81cdc2d59 Binary files /dev/null and b/admin_manual/images/theming.png differ