mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #248 from nextcloud/theming-icons-documentation
Add documentation on icon theming (closes #233)
This commit is contained in:
@@ -18,3 +18,15 @@ In the administrative settings you can modify the appearance of Nextcloud:
|
||||
Log in page
|
||||
|
||||
.. figure:: ../configuration_server/images/theming-log-in-page.png
|
||||
|
||||
Theming of icons
|
||||
================
|
||||
|
||||
Nextcloud will automatically generate favicons and home screen icons
|
||||
depending on the current app and theming color.
|
||||
|
||||
This requires the following additional dependencies:
|
||||
|
||||
- PHP module imagick
|
||||
- SVG support for imagick (e.g. `libmagickcore5-extra`)
|
||||
|
||||
|
||||
@@ -6,4 +6,7 @@ Theming Nextcloud
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
The theming is documented in the `developers documentation <../../developer_manual/core/theming.html>`_.
|
||||
|
||||
Theming can be done very easily using the shipped `theming app <../configuration_server/theming.html>`_, which is enabled by default.
|
||||
|
||||
For more individual theming options please head over to the `developers documentation <../../developer_manual/core/theming.html>`_.
|
||||
|
||||
@@ -34,3 +34,9 @@ The following information is available:
|
||||
* **OCA.Theming.slogan** Instance slogan
|
||||
* **OCA.Theming.url** Instance web address
|
||||
|
||||
Icons
|
||||
=====
|
||||
|
||||
The theming app will automatically generate favicons and home screen icons for
|
||||
each app by using the icon `img/app.svg` inside of the app folder. Any custom
|
||||
favicon set by an app will only be visible when the theming app is disabled.
|
||||
|
||||
Reference in New Issue
Block a user