Skip to content

Commit 2c6392d

Browse files
authored
Merge pull request #248 from nextcloud/theming-icons-documentation
Add documentation on icon theming (closes #233)
2 parents 2201ac7 + 133a850 commit 2c6392d

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

admin_manual/configuration_server/theming.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ In the administrative settings you can modify the appearance of Nextcloud:
1818
Log in page
1919

2020
.. figure:: ../configuration_server/images/theming-log-in-page.png
21+
22+
Theming of icons
23+
================
24+
25+
Nextcloud will automatically generate favicons and home screen icons
26+
depending on the current app and theming color.
27+
28+
This requires the following additional dependencies:
29+
30+
- PHP module imagick
31+
- SVG support for imagick (e.g. `libmagickcore5-extra`)
32+

admin_manual/operations/theming.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ Theming Nextcloud
66
:maxdepth: 2
77
:hidden:
88

9-
The theming is documented in the `developers documentation <../../developer_manual/core/theming.html>`_.
9+
10+
Theming can be done very easily using the shipped `theming app <../configuration_server/theming.html>`_, which is enabled by default.
11+
12+
For more individual theming options please head over to the `developers documentation <../../developer_manual/core/theming.html>`_.

developer_manual/app/theming.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ The following information is available:
3434
* **OCA.Theming.slogan** Instance slogan
3535
* **OCA.Theming.url** Instance web address
3636

37+
Icons
38+
=====
39+
40+
The theming app will automatically generate favicons and home screen icons for
41+
each app by using the icon `img/app.svg` inside of the app folder. Any custom
42+
favicon set by an app will only be visible when the theming app is disabled.

0 commit comments

Comments
 (0)