Merge pull request #248 from nextcloud/theming-icons-documentation

Add documentation on icon theming (closes #233)
This commit is contained in:
Morris Jobke
2016-12-05 23:32:13 +01:00
committed by GitHub
3 changed files with 22 additions and 1 deletions

View File

@@ -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`)

View File

@@ -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>`_.

View File

@@ -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.