File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,15 @@ In the administrative settings you can modify the appearance of Nextcloud:
1818Log 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+
Original file line number Diff line number Diff 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 >`_.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments